This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52 high data rate

Hi, Can the nRF52832 support higher data rates:

  • UART TX baud rate of more than 1Mbps, such as 3 Mbps without bitbanging.
  • TWI of 1MHz

any trick to get them working so?

Thanks.

Parents
  • To make it longer: the only trick which seems to be possible is to go with TWIM->FREQUENCY and UARTE->BAUDRATE registers outside of their spec. The values are not "locked" in the controller (at least according to specification here and here) however it's very unlikely that they would be stable so much out of tested and design range. Even if you get lucky on one of 5/10/100 chips to get it significantly higher then 400kHz/1MHz you won't be able to keep this across large batch of chips. There were similar questions on this forum, see what Nordic team says...

Reply
  • To make it longer: the only trick which seems to be possible is to go with TWIM->FREQUENCY and UARTE->BAUDRATE registers outside of their spec. The values are not "locked" in the controller (at least according to specification here and here) however it's very unlikely that they would be stable so much out of tested and design range. Even if you get lucky on one of 5/10/100 chips to get it significantly higher then 400kHz/1MHz you won't be able to keep this across large batch of chips. There were similar questions on this forum, see what Nordic team says...

Children
No Data
Related