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

nrf_drv_spi NRF_LOG_HEXDUMP_DEBUG too long

The NRF_LOG_HEXDUMP_DEBUG for rx and tx in nrf_drv_spi.c are logging data 4x the correct size because it take the sizeof of a pointer instead of the data pointed.

Related