Hi,
I have a simple question ... I think.
I have been limiting my USBD reads/writes to 64 bytes as NRFX_USBD_EPSIZE and NRF_DRV_USBD_EPSIZE are set to 64 bytes. I have read that the CDC ACM standard supports larger packet sizes (I recall up to 1024).
I would like to to support 256 byte buffer read and writes. Can I just ignore the defines and write more data (ie. up to 256 bytes)?
Do I need to change any defines to support larger read/writes?
If it matters, I am using nRF52840 and SDK 15.3 with S140.
Thanks in advance.
Mark J