2018-09-18 01:32 AM
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.
2018-09-18 02:05 AM
Why is the disassembly window in x86 mode? Got some settings screwed up some where.
2018-09-18 11:32 PM
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.