2023-02-23 05:18 AM
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.
2023-02-23 07:13 AM
The clocking is not the same?
Something is electrically different in your implementation?
Perhaps narrow "not working" to something more specific?
2023-02-28 03:49 AM
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.
2023-02-28 04:36 AM
Blinking with LED works?
Is it only the USB which does not work, or something else too?
Any differences in USB pins routing?
JW
2023-02-28 04:51 AM
All other peripheral works fine only USB does not work . I attached schematic of USB also please go through it once
2023-02-28 07:30 AM
Check the clock source. On Nucleo, it's external 8 MHz generator (NOT crystal by default), don't know about your board.
2023-03-01 05:14 AM
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
2023-03-07 02:38 AM
Hello @pshin.2 ,
Please check this article: USB device not recognized about USB Not recognized error.
Hope this help you.
Imen
2023-03-07 11:34 PM
I already go through it but its not working .