2015-03-30 07:20 AM
Hi, we're using STM32F407VG on our project. When we reset the circuit for BOOT, microcontroller is setting B13 pin (which is not using as boot pins) . How can we stop this situation? Can we make any difference for this pin settings?
#boot #bootconfig #stm32 #gpio2015-03-30 08:00 AM
PB13? BOOT=High?
Probably using PB13 related to CAN connectivity for the system loader. You can't change what the ''ROM'' is doing, so you're either going to want to do something different with the pin(s), or use your own loader.