We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target NUCLEO_F103RB
Toolchain: ALL
Expected behavior CAN is working when PB_8/PB_9 pins are used.
Actual behavior PB_8/PB_9 pins are not connected to the CAN peripheral.
Change the AF number to 10 instead of 1 on PB_8/PB_9 pins in PinMap_CAN_RD/TD tables in PeripheralPins.c file.
Add "case 10" in pin_function() in pinmap.c
See Bill's answer in https://developer.mbed.org/questions/76094/how-to-use-STM32F103RB-CAN/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
https://developer.mbed.org/questions/76094/how-to-use-STM32F103RB-CAN/
Bug
Target
NUCLEO_F103RB
Toolchain:
ALL
Expected behavior
CAN is working when PB_8/PB_9 pins are used.
Actual behavior
PB_8/PB_9 pins are not connected to the CAN peripheral.
Enhancement
Change the AF number to 10 instead of 1 on PB_8/PB_9 pins in PinMap_CAN_RD/TD tables in PeripheralPins.c file.
Add "case 10" in pin_function() in pinmap.c
See Bill's answer in
https://developer.mbed.org/questions/76094/how-to-use-STM32F103RB-CAN/
The text was updated successfully, but these errors were encountered: