Hi
I'm trying to evaluate S-ES and hitting a problem when I attempt to debug using my STLink (V3, latest firmware). Am wondering if anyone can assist? Pre-empting the obvious comment (!) I would say that buying J-Link to be able to evaluate the IDE is not feasible.
Attached are:
a. batch file for GDB start (I execute the batch file then Connect to the GDB then start a debug session)
b. debug log from GDB
c. PC / registers at the end of load / start of debug session: all are 0xa05f0001
d. debug settings
e. GDB settings
Instructions followed are those at: Embedded Studio with GDB Server - SEGGER Wiki
Application is a simple OS_delay while(1){} loop (it is the blinky example with the BSP calls commented out). It runs OK on an STM32F429I-DISCO1 using the onboard STLink upgraded to J-Link. I am trying to get it to run on a custom target which does not have onboard STLink. I have proven the hardware with MDK + STLink, STM32Cube + STLink.
Any ideas what I am missing to get this to work?
Thanks
Mark
I'm trying to evaluate S-ES and hitting a problem when I attempt to debug using my STLink (V3, latest firmware). Am wondering if anyone can assist? Pre-empting the obvious comment (!) I would say that buying J-Link to be able to evaluate the IDE is not feasible.
Attached are:
a. batch file for GDB start (I execute the batch file then Connect to the GDB then start a debug session)
b. debug log from GDB
c. PC / registers at the end of load / start of debug session: all are 0xa05f0001
d. debug settings
e. GDB settings
Instructions followed are those at: Embedded Studio with GDB Server - SEGGER Wiki
Application is a simple OS_delay while(1){} loop (it is the blinky example with the BSP calls commented out). It runs OK on an STM32F429I-DISCO1 using the onboard STLink upgraded to J-Link. I am trying to get it to run on a custom target which does not have onboard STLink. I have proven the hardware with MDK + STLink, STM32Cube + STLink.
Any ideas what I am missing to get this to work?
Thanks
Mark