I have ported (if I may say so) the usbHost example to STM32F407VE controller but I have some questions.
1. I don't understand where is setting RCC in your example Trial_STM32F746_DISCO_USBH_HID_SES?
I was forced to add SystemClock_Config(); at begin of main.c from like Keil example.
After this changes my project with STM32F407VET6 start to run GOOD.
Thank all!
1. I don't understand where is setting RCC in your example Trial_STM32F746_DISCO_USBH_HID_SES?
I was forced to add SystemClock_Config(); at begin of main.c from like Keil example.
After this changes my project with STM32F407VET6 start to run GOOD.
Thank all!
The post was edited 4 times, last by kkmspb: 2 Question is resolved via clear porting to STM32F407VET6 ().