Question
Using STM32CubeMX to make a DFU bootloader, I want to light a LED whenever USB packets are exchanged, to indicate that a DFU binary is being transferred. ...but I can't find the right callback to place my HAL_GPIO_WritePin. What is the callback to u
..