Hi,
I'm trying to use built in can bus bootloader in STM32L433 Nucleo Board. To enter the bootloader, I configure the Flash option byte as below:
void configure_bootloader_option_bytes(void) {
// Define a structure to hold the option byte ...
Hi Imen,I’m working with the Nucleo STM32L433 and don’t have an external clock available. Do I need to solder on an external clock, or can I use the internal HSI? I’ve configured the HSI to run at 60 MHz and set the CAN baud rate to 125 Kbps.
Hi Imen,Thank you for your response.Yes, I did configure CAN1 in PB8 and PB9 at 125 kbps , I'm able to send and receive can messages between my STM32L433 Nucleo Board and Beagle Bone AI (using python in BB AI) before STM32 enter Bootloader mode, but ...