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...