I'm using a RA8M1 with FreeRTOS to send many bytes with USB HS peripheral configuration to PC USB Host.
I call R_USB_PipeWrite() function and I see that the maximum size sended is 512 bytes (pipe dimension in USB HS).
Is there a configuration to increase this size? Or is it the maximum?
Thanks
Roberto
I'm sorry but the issue was in my SW tool for receiving data. I'm abke to call R_USB_PipeWrite() function with more than 512 byte.