Other Parts Discussed in Thread: HALCOGEN
Hi there,
I am using CCS 6.1.1 and the HDK RM57. I am developing an application that reads sensor data over serial and sends it over TCP. For the second step I am using the LwIP library.
The application works but every time after a random period of time the application "crashes". That only happends when sending data over TCP (if I send debug data over another serial port & TCP is not sending, the program works without crashing - at least it appears to be the case, since it hasn't crashed in this settup).
I am trying to figure out why but I don't get any message from CCS after the crash and the program just "hangs" at file "HL_sys_intvecs.asm" at either one of these lines:
prefetchEntry b prefetchEntry dataEntry b dataEntry
I am also trying to solve the issue with the LwIP mailing list but I need to send them some debug info which I don't know how to get from CCS. I don't know how to reproduce the error, so I can't place a brakepoint somewhere and start stepping the code.
If it is an ilegal memory access or something similar, isn't CCS suppose to be able to tell that? There is no change at all in the CCS Debug GUI, no error message from CCS or a trace. Nothing.
Maybe you have an idea as to which registers I could check? Maybe I need to modify the debugger settings?
Any help would be appreciated.
Regards,
Julio