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

BUG in nrfx_uarte - size of tx truncated to 8 bits

SDK 15.2

The nrfx_uarte_event_t callback contains a nrfx_uarte_xfer_evt_t; structure,

this structure has the bytes field as a uint8_t this should be a uint16_t to support NRF52840 (TX)|RX MAXCNT register of 16 bits

minor but wrong!

Related