- #1
core7916
- 62
- 3
- TL;DR Summary
- programming arm m0
Hello,
i am programming pga970evm module and the core is of arm cortex m0. the program what i have is building succesfully , but while debugging it is stuck or halting in reset (reset_handler) and not comming out of it (startup code).
i will provide screen shot of debug page.
another thing is i cant access the breakpoints while debugging. while begugging i came to know that controller is not calling the main function since it is not comming out of reset state.
as shown in image the reset is happening at resetisr() function(startup code). if i again resume the debug it will continuously stays in same state(reset). i cant share the full code. i have included all necessary files which is required to run.
1. please can you tell me what may cause the micro controller to halt in reset state.?
2. why i cant aces the breakpoints ?
3. in xPSR i am getting exception as 010000 . does this is the reason i am getting this?
Thank you.
i am programming pga970evm module and the core is of arm cortex m0. the program what i have is building succesfully , but while debugging it is stuck or halting in reset (reset_handler) and not comming out of it (startup code).
i will provide screen shot of debug page.
another thing is i cant access the breakpoints while debugging. while begugging i came to know that controller is not calling the main function since it is not comming out of reset state.
as shown in image the reset is happening at resetisr() function(startup code). if i again resume the debug it will continuously stays in same state(reset). i cant share the full code. i have included all necessary files which is required to run.
1. please can you tell me what may cause the micro controller to halt in reset state.?
2. why i cant aces the breakpoints ?
3. in xPSR i am getting exception as 010000 . does this is the reason i am getting this?
Thank you.