I am an new user of CCS, Starterware, and of the AM3359 IDK. I have gotten some nice help using CCS in general from the tools forum, but have been refered to this forum for the following questions.
I chose the Starterware enetLWIP_sysbios example to start with and it seems to run. But I would also like to see any "System_printf" messages and "UARTPutString" messages the application generates. I have Hyperterminal connected at 115200 8-N-1 with the supplied Null modem cable. That setup works with other hardware but not the AM3359 IDK and enetLWIP_sysbios example. I can see that the UARTPutString statements are executed when debugging but there is no output. I am not able to step into any of these calls because they are part of a library and not the enetLWIP_sysbios project.
I also tried following the directions in the "AM335x SYSBIOS Industrial SDK 01.00.00.05 User Guide" for this application "To see the web server, connect the AM335x device to the PC with a Ethernet cable and go to http:/ / 192. 168. 1. 2 using any web browser." It resulted in the message "HTTP Error 403 (Forbidden): The server refused to fulfill the request" It does not even ping. But the code seems to run to the end of the task "task_fn" without problem. How do I go about debugging this?