cancel
Showing results for 
Search instead for 
Did you mean: 

Error @:0000001 on ST-LINK while building on Nucleo-64

M n1
Associate
Posted on November 30, 2017 at 21:29

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 #nucleo
1 REPLY 1
Posted on December 01, 2017 at 08:15

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

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..