2024-06-19 03:58 AM - last edited on 2024-06-19 04:49 AM by SofLit
I use alternatives CAN pins PA11&PA12, based on spec standard CAN pins to use CAN bootloader are PB8-9. Is it possible to use PA11-12 to enter CAN bootloader or NOT? so far it does not work.
Solved! Go to Solution.
2024-06-19 04:45 AM - edited 2024-06-19 04:50 AM
Hello,
The CAN config is hardcoded in the bootloader and as per table Table 145. STM32L43xxx/44xxx configuration in system memory boot mode from AN2606 / Rev 63 page 332, the only GPIO resources available for STM32L431 chip are PB8 and PB9:
You may connect PA11 / PB8 and PA12 / PB9 in bootloader mode in your HW (while insuring PA12 pin is kept as input mode) then disconnect them after or using an external MUX.
2024-06-19 04:08 AM
2024-06-19 04:45 AM - edited 2024-06-19 04:50 AM
Hello,
The CAN config is hardcoded in the bootloader and as per table Table 145. STM32L43xxx/44xxx configuration in system memory boot mode from AN2606 / Rev 63 page 332, the only GPIO resources available for STM32L431 chip are PB8 and PB9:
You may connect PA11 / PB8 and PA12 / PB9 in bootloader mode in your HW (while insuring PA12 pin is kept as input mode) then disconnect them after or using an external MUX.
2024-06-19 04:52 AM
thx for feedback