2022-06-06 09:41 AM
I've referred their AN3155 and AN2606 but I wanted to know whether I can find an official implementation of the flows mentioned in their application notes. Also I wanted to know the duration for which the RST pin of the controller has to be pulled LOW so that it considers it as a valid RESET. This is needed so as to put the MCU into DFU mode (Bootloader) by resetting the MCU while the BOOT 0 pin is being held HIGH. I'm using STM32F0 and STM32G0.
Solved! Go to Solution.
2022-06-06 10:03 AM
No
You're kind of expected to be able to code something that implements the protocol described.
There are several open source examples that implement it.
Doesn't the Data Sheet say >=500 ns
The other IAP examples use a standard protocol.
2022-06-06 10:03 AM
No
You're kind of expected to be able to code something that implements the protocol described.
There are several open source examples that implement it.
Doesn't the Data Sheet say >=500 ns
The other IAP examples use a standard protocol.
2022-06-06 11:43 PM
Thanks for your time. I found it helpful.
2022-06-06 11:43 PM
Thanks for your time. I found it helpful.