2017-06-19 11:38 AM
I am trying to get the base code for the NUCLEO-F302R8 evaluation board working using the SW4STM32 (AC6 Tools) IDE. I've downloaded the X-NUCLEO-IHM07M1 pack from the website and after having to change the link to many files I was able to get it to build correctly. The directory I am using for the project is:
..\STM32CubeExpansion_SPN7_V1.0.0\Projects\Multi\Examples\MotorControl\SW4STM32\STM32F302R8-Nucleo
However, I am not able to get the debugger to work. I have other projects which use the same debugger with the directories for GDB and OpenOCD being the same in both projects. When trying to debug I end up getting the following error message in a pop-up window:
Error in final launch sequence
Failed to execute MI command:load C:\\Users\\User\\Desktop\\en.X-CUBE-SPN7\\STM32CubeExpansion_SPN7_V1.0.0\\Projects\\Multi\\Examples\\MotorControl\\SW4STM32\\STM32F302R8-Nucleo\\Debug\\STM32F302R8-Nucleo.elfError message from debugger back end:
Load failedLoad failedDoes anyone have a solution to this issue?