Hi I have a issue with Stm 32, when I Run the program the LD1 just switches b/w red and green. And after completely transferring the program, it do not stay on a stable position Symboling green the connection with St link.
The board is stm 32 nucleo F303REC05.
Can someone guide me related with this issue, please?
It looks like your STM32 Nucleo F303RE is stuck in a loop where LD1 (Communication LED) is switching between red and green. This may indicate a problem with the ST-Link connection or a firmware issue. Here’s what to try:
Check ST-Link Drivers: Make sure ST-Link drivers are properly installed and updated.
Reset the board: Try resetting the board using the reset button or disconnecting and reconnecting the power.
Reflash Firmware: Reflash ST-Link firmware using ST-Link Utility.
Debugging Mode: Try using the debugger to find out if your code is causing the problem.
These steps will help stabilize the connection.