STM32F105RBT6 Bootloader questions about PC8 pin on the EVAL6480H-DISC board
Hi all,
after reading the AN2606 concerning bootloader seems to me that every device came with a preprogrammed bootloader I've correctly understand?
For the STM32F105RBT6 inside the EVAL6480H-DISC board, the bootloader should be the USB type (so by means of the DFU) because the others ports are not implemented in hardware on the board, also the USART is not possible due to the 64 pin device as per AN2606 §14.3.2 (no workaround).
Now, for the EVAL6480H-DISC I see a pull-up on the PA10 pins, so I think this is to meet the requirement specified on the AN2606 (Rev 33) §14.3.2.
From the board schematic there is a signal on the USB section, with name USB_IT, directly connected to the PC8 pin of the microcontroller.

From the AN2606 figure 2 - USB Connection - on page 27/292 one 1.5k pull up resistor is shown. This one is tied to the power supply through a transistor and I think that the PC8 is used to simulate this behaviour, so the pin should be switched on as output and then when the lines are released after the programming stage may be this pin is configured as input, but is only a my thinking, of course these sequence of operations should be performed inside the bootloader code.
Someone have some others details on this pin?
Thanks and best regards!
Fabio