This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get more output to PC (nrf52832)

I use ESB sample code ,change to do 8k sample rate ADC(10bit) and transport by ESB ,but overflow when output receive data to PC use uart at UARTE_BAUDRATE_BAUDRATE_Baud1M. All my data is about 16KB/s,Is there somthing wrong ?

Parents Reply
  • You can just simply replace NRF_SERIAL_MODE_IRQ with NRF_SERIAL_MODE_DMA in NRF_SERIAL_CONFIG_DEF then you will have DMA mode. You should try to increase the SERIAL_BUFF_TX_SIZE and SERIAL_FIFO_TX_SIZE, that would also help. I can achieve quite good result by increasing them, upto 966kbps with 1Mbps baud rate.

Children
No Data
Related