Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • 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 sect…