STM32F103CBT6 usb interrupt end point transactions
Hello, I can't cope with interrupt transactions. (I need it later for composite device).
For tests I generated HID device example. When device is connected to host it appears correctly in the system.
For interrupt endpoint configured 0x81.
I need to answer for interrupt transactions, but which callback is responsible for this?
I start debugging from very deep. Breakpoints were set in HAL_PCD_IRQHandler(). As I understand in this functions all usb transactions starts, but I see only interrupts from ZERO endpoint. Dumping by WireShark I see host sends requests to my device x.xx.1 and responses.
Why I don't see interrupts for 0x81 (also I check 0x01) in HAL_PCD_IRQHandler()?
What I do wrong?
