Other Parts Discussed in Thread: SYSBIOS
Hello All
I have the problem with tcpEchoF2838X example debugging on the TMDSCNCD28388D board.
I Have installed this one with Resource Explorer from C2000Ware-v2.01.00.00 as project which uses SYS/BIOS.
So after that I start debuging of cm_common_config_c28x projec which was compiled with options ETHERNET UART USB on the CPU1
for low level configuration these one peripheries (Configure I/O and clock) and CM with clock frequency 125 Mhz.
The debugger up load it to the FLASH and stop on the entry point to the main.
After that I up load tcpEchoF2838X example to the CM FLASH and I expect that debugger stop it on the entry point to the main
but unfortunately it start immediately and clicking "suspend" button does not lead to any reaction.
From other side if I upload tcpEchoF2838X alone(CM clock frequency 95 Mhz) it starts normaly but is pended on the function EMACF2838XLLD_resetModule(uint32_t base) (It waits Reset completion ) in the ethernet.c file.
As I understand there is not low level configuration (at least clock) for ethernet in this case.
In both cases, option Global breakpoint is on.
Can anybody consult me?
Thank's
Andrii Shevchuk