2017-11-30 12:29 PM
Hello dear community,
I have got a Nucleo-64 STM32F446RE and did a project with CubeMX and Eclipse. When i try to flash the .hex file builded from Eclipse into my board with the ST_LINK Utility i get the following error:
'programming error @:0000001'.
I have tried restarting everything and set as follow:
'FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K'.
Does anyone have a solution?
#st-link #cubemx #eclipse #error #programming-error #nucleo2017-11-30 11:15 PM
Check the .MAP file for anything being placed at zero
Check for any AT directives in code or script
Inspect the .HEX file for validity
Make sure you have current version of ST-LINK Utilities