cancel
Showing results for 
Search instead for 
Did you mean: 

USB Host mode in STM32F429ZI nucleo board

RAnan.3
Associate III

Hi I'm using STM32F429ZI Nucleo board to work on integrating C270 Logitech camera through USB host. I'm not getting any interrupt in the USB IRQ handler when the device is connected. And it is said that LD8 LED will be ON when the USB is in device or Host mode. USB is working fine for me in Device mode with the same Nucleo board and LD8 is ON. When I change the settings as Host mode LD8 is not ON and I Am not getting any interrupts too. Below is the code I had referred which is done using the same EVAL Board. Please help me to get over this problem quickly.

https://we.easyelectronics.ru/STM32/zahvat-izobrazheniya-s-usb-kamery-pri-pomoschi-stm32.html

I have attached the USB OTG description from the user manual too. I have done everything which has been insisted in the document.


_legacyfs_online_stmicro_images_0693W00000dDbZZQA0.png 

2 REPLIES 2
S.Ma
Principal

Not an XPert on USB, only knows that Host requires HSE (high speed crystal) for precise timings.

Yes HSE is being used. Thanks for the input.