2021-01-07 01:41 AM
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.
Solved! Go to Solution.
2021-01-13 10:25 PM
Solved the issue with new HAL...
2021-01-07 01:50 AM
here is the code for callback function.
2021-01-13 10:25 PM
Solved the issue with new HAL...