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

A parameter of nrf_drv_twi_tx function.

Dear.

In my project using twi function(nrf_drv_twi_tx, nrf_drv_twi_rx).

I am faced with parameter problem that length(uintt_t) of nrf_drv_twi_tx function.

I want to delivery over than 255 to length of nrf_drv_twi_tx function.

So, I changed the function parameter.(nrf_drv_twi_tx function, nrf_drv_twi_xfer_desc_t structure)

But result is still NG.

How can I changed the length parameter from uint8_t to uint16_t???

Related