Other Parts Discussed in Thread: Z-STACK, CC2530EM
Hello,
I would like to do some debugging on the serial bootloader, but it is not possible for me.
After flashing with IAR I get the following messages:
First:
"One or more breakpoint could not be set and have been disabled."
Then:
"The stack plug-in failed to set a breakpoint to "main". The Stack window will not be able to display stack contents"
Then:
"There was 1 errors during the initialization of the debugging session. There is more information in the Debug Log window."
And finally in the debug log window:
"Error (col 1): Unknown or ambiguous symbol. main"
How can I debug this code. What is missing?
I'm using IAR 8.10 and z-Stack 2.5.0.
Thanks,
Felix
PS: Is there some documentation on the commands implemented and how to implement a flash tool on the master side (master isn't a windows pc).