Skip to main content
Visitor II
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

    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.