Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Problem solved! The wrong *.ld file specified in the linker settings ( -T parameter ).

  • First of all, thank you for taking the time to look into this ! 1/ Now here is the JLink session: --- Please specify device / core. <Default>: APM32F103VC Type '?' for selection dialog Device>APM32F103VC Please specify target interface: J) JTAG (Default) S) SWD T) cJTAG TIF>j Device position in JTAG chain (IRPre,DRPre) <Default>: -1,-1 => Auto-detect JTAGConf> Specify target interface speed [kHz]. <Default>: 4000 kHz Speed> Device "APM32F103VC" selected. Connecting to target via JTAG InitTarget(…

  • Some days ago I bought an APM32F103VC MINI board. I created a small application (led blinking) and tried to download it to the board (JLink_V794i) without success. The debugger (SEGGER J-Link) from eclipse does not work and J-Link (command line) says ‘Writing target memory failed.’. The board is brand new and I tried the same configuration on both Linux and Windows 10. The application is based on the ‘APM32F10x_SDK_V1.8\Examples\GPIO\GPIO_Toggle’ example (I only changed the linker script to matc…