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.
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.