User Activity

Hi, I am using 2 FDCAN ports on my custom board with STM32G0B1x MCU. As per application note AN5348, I can set message RAM offset for second port. But I don't see this setting in STM32Cube MX. As per reference manual, I got following details: But I...
Hi, I am using STM32G0B1x MCU on my custom hardware and using built in FD CAN controller for communication with external CAN 2.0 device. ATA6560/1 is the CAN transceiver chip from Microchip I am using on my custom board. As per datasheet this chip is...
Hi,Can I interface SM Bus of battery charger chip to one of the I2C port of STM32U031R8? If yes, what care I need to take from hardware perspective?Thanks,Pradeep
I am using STM8AF5286 controller and CAN port for external communication. My application need to be in HALT mode to prevent battery consumption and wakeup only when any activity is detected on CAN port. The application works fine with wfi() function ...
My following code is not working for sending data over LINUART port of STM8AF5286. I am using STVD and STM8_Standard_Project_Template.GPIO_Init(GPIOD, GPIO_PIN_5, GPIO_MODE_OUT_PP_HIGH_FAST);UART3_DeInit(); UART3_Init(9600,UART3_WORDLENGTH_8D,UART3_S...
Kudos given to