CAN bus not responding at 1Mbps bit rate
I'm using STM32F446RC controller CAN BUS 1. Trying to operate CAN BUS at 1mbps speed when using 100kbps bit rate it is working fine but not at 1Mbps bit rate. Is there any solution for this.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm using STM32F446RC controller CAN BUS 1. Trying to operate CAN BUS at 1mbps speed when using 100kbps bit rate it is working fine but not at 1Mbps bit rate. Is there any solution for this.
except the statement from RM0432-stm32l4: "OPTVERR will be set by hardware when the options read may not be the one configured by the user. If option haven’t been properly loaded, OPTVERR is set again after each system reset."There is another stateme...
I've programmed this board to print out some data via the onboard serial interface (using UART2). But all I get is garbage characters, and I can't figure out why. I checked the baud rate of both the Nucleo and the terminal, I've tried different termi...
As a newbie user, I tried to do basic code in STM32CubeIde which includes only potentiometer and leds. My goal is that when Potentiometre's value rise, different led will light. The code works but when I rise the potentiometre's value the leds don't ...
If you log in, you cannot download related software.
Is there support in the HAL for the power management function on SD cards as per section 5.8.1 of the SD card specification (Physical Layer Simplified Specification Version V9.00)? I am talking specifically about the Power Off Notification feature.My...
Is the MCU "not for new" designs?
The new STM32H5 series comes to complete the STM32 High Performance MCUs portfolio. The STM32H5 series is based on the 32-bit Arm® Cortex®-M33 core running as high as 250 MHz with up to 2 Mbytes of flash memory in dual-bank memory, up to 640 Kbytes o...
HiIs there any way to have the function "FLASH_Erase_Sector" operate with an interrupt during execution?Of course, the function must be executed only on the SRAM.Target is STM32F407.