User Activity

I am trying to create a project in STM32 Motor control workbench using STM32G030C8T6 microcontroller. I want to use a custom board for this project. I am trying to set all this by creating new power board and controller board and I also tried the inv...
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...
Kudos from