2020-11-01 11:48 PM
2020-11-02 12:06 PM
You probably mean the STM32F070CB, right?
IAP = In Application Programming, which can be achieved using several mechanisms.
What is your expected workflow or the procedure to do an IAP?
Regards
/Peter
2020-11-02 02:06 PM
Same way as other STM32 and STM32F0xx devices. Look at some of the examples in the CubeF0 trees
STM32 IAP Application Note
http://www.google.com/search?q=STM32+IAP+Application+Note
https://www.st.com/en/embedded-software/x-cube-iap-usart.html
2020-11-02 04:54 PM
yes ,it's STM32F070CB
i want use usart receive upgrate data and save them in extern flash.
But when i use STM32F0xx standard peripherals library it can not remap Interrupt vector table.
Regards