User Activity

Hello St-communityI am working on stm32g030c6t6 MCU When i have select PB11 PA7 and PA5 has GPIO_OUTPUT it is giving issue in flashing programPlease tell me solution 
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...