2023-10-26 06:36 AM
Hello all,
I would like to use the ST Bootloader which is described in the Application Note AN2606.
The used controller is the STM32H563. Under point 50.1 it is described that FDCAN1 must be used. As FDCAN1_Rx pin PB5 and FDCAN1_Tx pin PB13 is defined. But these two GPIOs go to FDCAN2 and not to FDCAN1.
Can you help me further on this, which pins or which FDCANx should be used?
Thanks in advance!
Jannik
Solved! Go to Solution.
2023-10-26 06:51 AM
The correct FDCAN and pins are:
https://community.st.com/t5/stm32-mcus-products/stm32h5-need-bootloader-pins/td-p/595584
2023-10-26 06:51 AM
The correct FDCAN and pins are:
https://community.st.com/t5/stm32-mcus-products/stm32h5-need-bootloader-pins/td-p/595584
2023-10-26 06:55 AM
Hello @jherrmann1 and welcome to the Community :),
This is already reported here.
For FDCAN bootloader, you should use FDCAN2 with correct pins are :
FDCAN2_RX : PB5
FDCAN2_TX : PB13
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-10-26 07:01 AM
thank you for the quick reply, that helped me a lot!