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 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-07 11:34 PM
I already go through it but its not working .