cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with STM32F401CCU6 board

Totouan
Associate

Hello, I am working on a diy simracing project which use the STM32F401CCU6 board. I just bought this board and It worked fine until today for a reason I ignore. The board is stuck on the red led, the blue led doesn't light up anymore. I can still find the board in the device manager ( picture under ) but not it is not detected as it shall be in game controller configuartor ( picture under ). I can still erase the sketch on STM32 Cubeprogrammer and upload it but when I disconnect it it stays with the red led.

Have anyone any idea on what to do ?

Thanks you for your answers, and sorry for my english which isn't very good !

 

 

Totouan_0-1729846487233.png

Totouan_1-1729846514514.png

Totouan_2-1729846553201.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

@Totouan wrote:

But does it really change something ? 


It means the chip may not function correctly

 


@Totouan wrote:

There aren't any other option than to buy a real one ? N


That would be the best route if you want to avoid a load of grief!

eg, see:

https://community.st.com/t5/stm32-mcus-products/blue-pill-stm32f1-board-gets-programmed-through-arduino-ide-but/td-p/667923

https://community.st.com/t5/stm32-mcus-products/debug-blue-pill-with-stlink-v3minie/m-p/711320/highlight/true#M258518

 


@Totouan wrote:

The board is stuck on the red led, the blue led doesn't light up anymore. I can still find the board in the device manager ( picture under ) but not it is not detected as it shall be in game controller configuartor

 

Totouan_0-1729846487233.png


That picture shows that it is stuck in Bootloader mode - ie, it's waiting for you to download firmware.

Because it's stuck in Bootloader mode, it won't be detected as a game controller - or anything else - until you've successfully loaded good firmware.

View solution in original post

9 REPLIES 9
Andrew Neil
Evangelist III

@Totouan wrote:

 the STM32F401CCU6 board.


What board?

If not an ST board, give link to full description, schematics, etc.

https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

 


@Totouan wrote:

I just bought this board


Where from?

 

Totouan
Associate

So (almost) certainly not a genuine STM32

Totouan
Associate

But does it really change something ? There aren't any other option than to buy a real one ? No idea of what to do anyway ?

 


@Totouan wrote:

But does it really change something ? 


It means the chip may not function correctly

 


@Totouan wrote:

There aren't any other option than to buy a real one ? N


That would be the best route if you want to avoid a load of grief!

eg, see:

https://community.st.com/t5/stm32-mcus-products/blue-pill-stm32f1-board-gets-programmed-through-arduino-ide-but/td-p/667923

https://community.st.com/t5/stm32-mcus-products/debug-blue-pill-with-stlink-v3minie/m-p/711320/highlight/true#M258518

 


@Totouan wrote:

The board is stuck on the red led, the blue led doesn't light up anymore. I can still find the board in the device manager ( picture under ) but not it is not detected as it shall be in game controller configuartor

 

Totouan_0-1729846487233.png


That picture shows that it is stuck in Bootloader mode - ie, it's waiting for you to download firmware.

Because it's stuck in Bootloader mode, it won't be detected as a game controller - or anything else - until you've successfully loaded good firmware.

Totouan
Associate

Okay thanks for your time and answer !

Totouan
Associate

And do you have any idea of how to unstuck it from the bootloader mode ?

Load some code into it!

You'll have to find out what app(s) is/are required to do that.

Or use an ST-Link (or similar) to program directly.

Totouan
Associate

Okay thanks a lot !