Jump to content
43oh

Recommended Posts

  • Replies 91
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Buy: The 43oh Store or Rob's Tindie Store.   The newest version of the Ethernet BoosterPack is based on the newest chip from WIZnet, W5500.   P1.5 - SCLK P1.6 - MISO P1.7 - MOSI P2.3 - /CS P2.

Ok, my totally reworked version of RobG's G2553 example.   A number of changes have occurred here to Rob's core code: 1. Some minor bugs in the Sn_IMR macros in w5500.h were fixed (although I don't

Not yet. W5500 is different from W5200 in many ways and it requires new code. I will post something next week.

Posted Images

The DHCP server keeps on changing every reset:

DHCP lease information: 54550 seconds, DHCPserver = 106.227.230.24
DHCP lease information: 54550 seconds, DHCPserver = 3.0.8.0
DHCP lease information: 54550 seconds, DHCPserver = 34.123.255.91 
Link to post
Share on other sites

I'll verify that later this week to see if the code has bugs I hadn't caught. You are just using my basic example without extra code right? If you've added your own code you should look into whether there is a memory collision happening particularly on the G2553. There really isn't much memory on those things.

 

Sent from my Galaxy Note 10.1

Link to post
Share on other sites

What do you mean?

Are you using CCS with TI's proprietary compiler, or an mspgcc-based build environment (e.g. under Linux or MacOSX or similar). I develop my code under Linux with mspgcc's compiler tools although try to keep it compatible w/ TI's compiler.

 

Sent from my Galaxy Note II with Tapatalk 4

Link to post
Share on other sites
  • 2 weeks later...

With this booster pack and the MSP430 am I able to make a small network?

 

Like:

 

1 server + 1 clients.

 

Alll clientes may send data do the server and the server send commands to the clients.

 

Is it possible (over local ethernet)?

I don't see any reason why not... If you don't have a hub or switch you might need to use a crossover cable between them, but I haven't tried it.

Link to post
Share on other sites
  • 3 weeks later...

What do I need to do in CCS to get wiznet_debug_printf to write to the console? I see that the program is running and it is attempting to get a DHCP address, but there is no output. The code in wiznet_debug_puts and wiznet_debug_putc does get executed when I step through the code. I'm new to CCS and might have missed a basic config. Thanks.

Link to post
Share on other sites

Those functions output to serial port by default. I am pretty sure those can dump to the CIO console in CCS but I don't have any personal experience with it. Maybe reimplement the wiznet_debug_puts and wiznet_debug_putc with the system library's printf()? Or see if puts and putc work with CIO...

 

Sent from my Galaxy Note II with Tapatalk 4

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...