Skip to main content
Visitor II
November 30, 2017
Question

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

  • November 30, 2017
  • 1 reply
  • 649 views
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
    This topic has been closed for replies.

    1 reply

    Graduate II
    December 1, 2017
    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