cancel
Showing results for 
Search instead for 
Did you mean: 

How to use STM32070CB to achieve IAP?

磊茆.1
Associate
 
3 REPLIES 3
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

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/resource/en/application_note/dm00161366-stm32-inapplication-programming-iap-using-the-usart-stmicroelectronics.pdf

https://www.st.com/en/embedded-software/x-cube-iap-usart.html

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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​