2007-10-16 09:30 PM
flash up-date firmware
2011-05-17 03:16 AM
Dear Franco,
Yes, this is possible and this Method is called IAP ( In-Application programming) you can choose your preferred Communcation Protocol, here in your case the SPI. There is an example on ST web site using the UART (RS232)http://www.st.com/stonline/products/literature/an/13588.pdf
and its associatedhttp://www.st.com/stonline/products/support/micro/files/an2557.zip
that you can tailor to SPI with your preferred memory or using another SPI Device. Regards, ;) [ This message was edited by: STOne-32 on 15-10-2007 19:35 ]2011-05-17 03:16 AM
Thanks for your information
2011-05-17 03:16 AM
He at all
In the special application I must use the SPI for up-date the firmware in the STM32F10xxx microcontroller is possiple this? If yes I must place the code for the SPI function on flash proteted area and read the new data for up-date the firmware from it and after write this new data in flash, is possible this or is correct this procedure? Exsiting a sample of the code for implement this? Franco