cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4 OTP flash programming via STLINK

mbrejza
Associate
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
2 REPLIES 2
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.

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

Did someone found a solution for this problem?