cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4 ST bootloader I2C mode

jiangpen
Associate II
Posted on April 19, 2016 at 02:54

I am studying the feasibility that using ST ROM bootloader I2C mode to program my application. Here have several questions:

1) does the STM32L4 bootloader supports the I2C? I find a AN2606 doc, but it does not state if STM32L4 bootloader support I2C or not.

2) Any I2C can be used or only certain I2C can be used?

3) Any PC program available? Now I see there is a stm32flash project, but not sure my USB2I2c(from Cypress) bridge can be used.

thanks a lot.

 

#stm32 #i2c #bootloader
1 REPLY 1
Nesrine M_O
Lead II
Posted on April 19, 2016 at 10:52

Hi jiang.peng,

•Refer to the Table 96. STM32L476xx/486xx configuration in system memory boot mode in the

http://www2.st.com/content/ccc/resource/technical/document/application_note/b9/9b/16/3a/12/1e/40/0c/CD00167594.pdf/files/CD00167594.pdf/jcr:content/translations/en.CD00167594.pdf

to show the I2C hardware resources and requirements for the device bootloader.

•I recommend you to have a look to the

http://www2.st.com/content/ccc/resource/technical/document/application_note/4c/68/fe/72/a8/cd/47/83/DM00072315.pdf/files/DM00072315.pdf/jcr:content/translations/en.DM00072315.pdf

application note about I2C protocol used in the STM32 bootloader

-Syrine-