Skip to main content
Visitor II
August 1, 2016
Question

STM32L4 OTP flash programming via STLINK

  • August 1, 2016
  • 2 replies
  • 906 views
Posted on August 01, 2016 at 19:03

Hi,

I am trying to program the OTP flash on a L4 via STLink V2, however, it gives the error: 

The elf loader file is not accessible.

Writing 0x00000006 at 0x1FFF73F8...Error!

I have tried using the CLI with the command   ST-LINK_CLI.exe -w32 0x1fff73f8 6  , and by using the ST-LINK GUI, which gives the same error.

Any ideas on how to fix this issue?

Thanks, Matt

#stm32l4 #stlink #otp
    This topic has been closed for replies.

    2 replies

    Graduate II
    August 1, 2016
    Posted on August 01, 2016 at 20:21

    Several people have complained about similar issues recently.

    I'd have my firmware write it's own OTP area as its use tends to be device specific.

    Visitor II
    August 23, 2018

    Did someone found a solution for this problem?