User Activity

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 chang...
After completion of below checks, control is expected to enter into usbAppcallback function with via HAL_HCD_IRQHandler(). Interrupt is occuring but it is failing to enter usbAPPcallback function which changes the device state. 
Kudos from