How to send 7k bytes of data using USB in custom board.

Hi,
I am using nRF52840 and nRF Connect SDK V2.6.0

I want to send 7000 bytes of data using USB at a time.
Now I am able to send only 1024 bytes at a time.
I modified USB CONSOLE sample and using uart_fifo_fill(); I am sending the data to PC

Thank you in advance.

Related