User Activity

I am transmitting a CAN signal using bluepill but there is no signal on the CAN Bus. I added two counters which will check whether transmission was successful with the following code.if(HAL_CAN_AddTxMessage(&hcan, &TxHeader, TxData, &TxMailbox) == HA...
I connected an STM32G030C8T6 to my laptop using ST-link and ran debug using STM32CubeIDE. It was working properly for sometime. But now while putting it on debug, I am getting the following warning message.After this warning message, it does go into ...
I am working on a project which requires storing values in flash memory so that the values will be retained next time the device is turned on. I tried this on STM32F103C8T6 and it worked without any issues. But on STM32G030C8T6 I'm getting error whil...
I am working on STM32F103 for a project with CAN. While working I set the CAN Test mode to Loopback in the ioc file, afterwards I set the test mode back to normal mode. but this change was not updated in the main.c file. In main.c file, the line in M...
I have purchased STM32F103c8t6 microcontrollers from three different vendors, but they are behaving differently.I am working on CAN, and on the microcontrollers from one vendor, it is working properly. But on the microcontrollers from other two vendo...
Kudos from