how many USB end Points Possible on STM32F767?
I am trying to make composit USB example with MSC and 2 CDC.
Can anyone suggest if its possible with STM32F767VIHx ?
I am using FreeRTOS as well.
I have already started to 5 interface but they seems to be not reliable. I can send messages from one port to another but can not send from freertos task directly.
I can loop back from CDC to Another but CDC_Transmit_FS not working from FreeRTOS task.
I have only one task running and USB interrupt priority is set to 7.
If anyone have the same issue, please let me knew.
