Skip to main content
svii
Associate III
October 13, 2020
Question

How can i program Nucleol073RZ to program on the the fly from application without using boot pins , only from software application?

  • October 13, 2020
  • 1 reply
  • 554 views

Is their any limitation to do this , is it possible with dual bank .kindly let me know if any code is available Thanks in advance.

This topic has been closed for replies.

1 reply

TDK
Super User
October 13, 2020

You can use HAL_FLASH_Program to program the flash from within the application. Note that pages need to be erased before writing, and that if you erase a page with your code in it, the code will no longer run.

"If you feel a post has answered your question, please click ""Accept as Solution""."