cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 F7 USB host is failing to detect USB drive with new STM32 HAL library(V.1.2.8)

MRama.3
Associate II

We are implementing USB Bootloader for our project. MCU is STM32F779NI and we are using ST HAL libraries for our implementation. After completion of checks, control suppose to enter into callback function via HAL_HCD_IRQHandler().

Device state changes in our usbAppCallback() function and with new HAL it is not entering into callback function. .We have not observed this issue with HAL library V.1.2.7.I have attached the snapshots of our code.

Please help me to resolve this.

0693W000006Hns5QAC.png

1 ACCEPTED SOLUTION

Accepted Solutions
MRama.3
Associate II

Solved the issue with new HAL...

View solution in original post

2 REPLIES 2
MRama.3
Associate II

0693W000006Ho3XQAS.pnghere is the code for callback function.

MRama.3
Associate II

Solved the issue with new HAL...