Skip to main content
Visitor II
January 7, 2021
Solved

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

  • January 7, 2021
  • 2 replies
  • 905 views

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

    This topic has been closed for replies.
    Best answer by MRama.3

    Solved the issue with new HAL...

    2 replies

    MRama.3Author
    Visitor II
    January 7, 2021

    0693W000006Ho3XQAS.pnghere is the code for callback function.

    MRama.3AuthorAnswer
    Visitor II
    January 14, 2021

    Solved the issue with new HAL...