User Activity

Hi ST-CommunityI am working on CAN Communication in F103When I am de-initializing properly , But when , I am reinitializing it is not workingPlease tell me how to reinitialize CAN Communication if (0 == HAL_GPIO_ReadPin(BRAKE_GPIO_Port, BRAKE_Pin)) {...
Hi St-familyI'm encountering a problem transferring a bin file via UART on my Stm32f103c8t6. While UART3 functions correctly with a USB TTL converter, UART1 doesn't seem to establish a connection. I've verified the connections between the device's UA...
Hi St-community I'm having variations in temperature readings from the internal sensor on my STM32F103 MCU. The readings seem to differ at different time when , I restart power supply. I'm using the following code to measure temperature: //code   voi...
I'm aiming to store data persistently in flash memory on an STM32 microcontroller. I've created a struct to hold the data, but I'm facing challenges with:Data Erasure: The data gets erased after a while, likely due to sector erase cycles.Sector Bound...
Dear ST Community,I'm hoping to get some help identifying the manufacturer, year, and month of manufacturing for an STM32f103c8t6 microcontroller I have. The part number on the chip is 991KA 93 MYS A03.I've searched the code online and in the datashe...