when i debug using the simulator i get this message
undefined opcode trap detected
is it bad ?
i don't know exactly where to look to find more info... i would like some links about this or where to look for relevant info
"debug your code" is kinda general
Common problems:
- Call through uninitialized function pointers. - Write using uninitialized pointers. - Buffer overwrites. - Stack overflow. - Incorrectly initialized interrupt vectors.
View all questions in Keil forum