Skip to main content
ØKris.1
Associate
August 2, 2020
Solved

In AN4488 is says that STM32F413 MCU uses pins PB5/PB13 if you want to program the MCU via CAN interface. Is it possbile to remap the CAN pheripherals to other pins and still be able to use the embedded bootloader or is it thigtly coupled to pins PB5

  • August 2, 2020
  • 4 replies
  • 1039 views

..

This topic has been closed for replies.
Best answer by prain

No, not possible for ST Bootloader. But feasible for a custom Bootloader.

4 replies

waclawek.jan
Super User
August 2, 2020

> Is it possbile to remap the CAN pheripherals to other pins and still be able to use the embedded bootloader

No.

JW

TDK
August 2, 2020

You can remap those pins for your application, but the bootloader will only listen on PB5/PB13.

"If you feel a post has answered your question, please click ""Accept as Solution""."
prain
prainBest answer
Visitor II
August 2, 2020

No, not possible for ST Bootloader. But feasible for a custom Bootloader.

ØKris.1
ØKris.1Author
Associate
August 2, 2020

Thx for the replies :)