User Activity

I use the USART1 on a STM32F103RB in half duplex RS485 configuration.My question is: how can i be shure, that the bus is idle?OK, i can see RXNE if a complete Byte was received, but if the USART is just receiving the bits and it has not reached the s...
i have a question regarding the correct way of reading the timer counter registers.I learned not to read timer couter registers asynchronously, because it can lead to spourious wrong values if i read just when the timer changes it's value.In several ...
I had an issue with a STM32F103RB connected to a poor Power Supply with slow Ramp-Up.In this case, the CAN Peripheral was not correctly initialized. After adding an external Voltage supervisor the Issue dissapeared. My question: is it also possible t...
I configured a Project with STM32CubeMX 5.3 for STM32F042. Using Nucleo-Board witch Jumpering for MCO from STLink..The 1ms Timer works fine when using HAL for RCC, but it goes double Speed when changing RCC to LL. I have to limit Codesize for a Boot...
I wanted to use the CAN Legacy Driver like i did it in my old STM32F103 Project (Same Cube Version. latest Firmware) but i failed.I copied the Legacy CAN-Module to the Driver Source-Path, the Legacy Include's were already included.But what should i d...