Skip to main content
pshin.2
Associate III
February 23, 2023
Question

What if i debug the STM32f429iit6 program in Nucleo F429zit6 ?? I debug it in nucleo and now nucleo's USB FS working fine but the same code does not working in controller(stm32f429iit6). why this is happening ??

  • February 23, 2023
  • 8 replies
  • 1660 views

I have two boards Nucleo F429ZIT6 and STM32F429IIT6 . Both controller have same Data sheet , both have same USB FS pin. I write the code for stm32F429IIT6 and debug it in both of boards my nucleo board is working fine but my STM32F429iit6 board is not working with same code . I don't understand why its not working , If anyone know about it please help me with same.

Thank You.

This topic has been closed for replies.

8 replies

Tesla DeLorean
Guru
February 23, 2023

The clocking is not the same?

Something is electrically different in your implementation?

Perhaps narrow "not working" to something more specific?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
pshin.2
pshin.2Author
Associate III
February 28, 2023

Thank you for your response.

I have checked the clocking too , it is correct. not working as in PC is not able to recognize the USB and i have also tried mass storage with USB but it is still not helping me enough.

I am attaching CLK config for your reference.

Waiting for your response.0693W00000aHq9XQAS.png

waclawek.jan
Super User
February 28, 2023

Blinking with LED works?

Is it only the USB which does not work, or something else too?

Any differences in USB pins routing?

JW

pshin.2
pshin.2Author
Associate III
February 28, 2023

All other peripheral works fine only USB does not work0693W00000aHqWHQA0.png . I attached schematic of USB also please go through it once

gbm
Super User
February 28, 2023

Check the clock source. On Nucleo, it's external 8 MHz generator (NOT crystal by default), don't know about your board.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
pshin.2
pshin.2Author
Associate III
March 1, 2023

I check that, Now I am getting error with USB NOT Recognized in Windows10 and in linux as well , please help with same .

Thank You

ST Technical Moderator
March 7, 2023

Hello @pshin.2​ ,

Please check this article: USB device not recognized about USB Not recognized error.

Hope this help you.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks