2016-06-16 11:04 PM
Hello,
I am designing a board with a STM32F0308.STM32F0308 will be connected to a linux based SOC via UART connection. When a software update is required, I plan to send the new firmware for STM32F0308 via uart and then store it in external nand/nor flash.After the firmware is acquired, I want to update STM32F0308 internal flash and then start with the new bootloader.My question is, during this process, can you please confirm that I don't need to use BOOT pin? thanksrifo #iap2016-06-17 06:32 AM
IAP - In Application Programming
IAP is where you have your own boot-loader on the STM32 which you control. If you expect to program BLANK devices using the System Loader (ROM), then you'll want to have control of the BOOT and RESET pins.2016-06-18 11:16 PM
Hello Clive,
Then I understand that I don't need the boot and reset pinssince I won't be programming blank devices.Thanks a lot for your answer.rifo