Content originally posted in LPCWare by 0xbin4ry on Fri Oct 11 01:53:53 MST 2013
Hi there,
is it possible to debug ASM code in Xpresso IDE? Furthermore, is it possible to get example codes for LPC XPresso 11U14 with the startup files in ASM, rather then in C?
My goal is to debug the startup file (so before the MCU calls main()), possibly in ASM.
I already compiled a simple blinky demo and disassembled the binary to get the ASM code of ResetISR(). However, I want to debug the code to see, whether this corresponds to the ASC version of the startup.c for the Cortex-M0.
Thanks in advance.