cancel
Showing results for 
Search instead for 
Did you mean: 

Code struck at Reset_Handler

lyong.16
Associate

I am using STM32 Nucleo lauchpad for STM32L496ZG ,, everything compile correctly but when i try to run and debug , it seem to hang at the Reset_Handler part.

FYI : I am running ChibiOS on top of it.

0690X000006C2btQAC.jpg

2 REPLIES 2

Why is the disassembly window in x86 mode? Got some settings screwed up some where.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
lyong.16
Associate

Hi Clive ,

nice catch , indeed the GDB client is not setup properly , it is pointing to the x86 version instead of the tool chain specific arm version.. stupid me...

Thanks.