Hello,
I'm trying to write OTP area of STM32L496 (page 97).
This OTP area start at address 0x1FFF 7000. If only one bit is at 0, the entire double word cannot be writtenanymore, so I need to use write64, unfortunatly it's not provide on J-Flash so I can't use "action" on "Init steps".
The solution (that i use on ST-Link V2) is to create a binary file and load it at address 0x1FFF 7000 but when I try it, I have a pop-up "Selected Data (0x1FFF7000 - 0x1FFF747) does not fit into selected flash sectors. Could not execute task. Could not auto program target."
Do you have any recommandation to fix this issues ?
Thanks,
Jérémy.
I'm trying to write OTP area of STM32L496 (page 97).
This OTP area start at address 0x1FFF 7000. If only one bit is at 0, the entire double word cannot be writtenanymore, so I need to use write64, unfortunatly it's not provide on J-Flash so I can't use "action" on "Init steps".
The solution (that i use on ST-Link V2) is to create a binary file and load it at address 0x1FFF 7000 but when I try it, I have a pop-up "Selected Data (0x1FFF7000 - 0x1FFF747) does not fit into selected flash sectors. Could not execute task. Could not auto program target."
Do you have any recommandation to fix this issues ?
Thanks,
Jérémy.