Content originally posted in LPCWare by MikeSimmonds on Thu Oct 04 11:00:24 MST 2012
[FONT=Tahoma][SIZE=1]In short, what these numbers mean is that your code tried to jump or call something at 0x1FFF3848 (where as you say there is no code). :(
The 1FFF.... part makes me think you are trying to call ROM routines -- does this part have USB ROM drivers or similar.
Try looking at the stack in a memory view (in the case you show) from 0x10001f28 upwards to see if you can recognise a return address into the code you did write to see where the bad call/jump is originated. The map file is your friend here.
Regards -- Keep On Coding -- Mike[/SIZE][/FONT][FONT=Times New Roman][FONT=Tahoma]
[/FONT]
[/FONT]