Hello,
We have seen the below error,
NRF_ERROR_INVALID_ADDR If the EasyDMA is used and memory adress in not in RAM.
While trying to connect with an external sensor hub.
How do we address the the following issue?
Hello,
We have seen the below error,
NRF_ERROR_INVALID_ADDR If the EasyDMA is used and memory adress in not in RAM.
While trying to connect with an external sensor hub.
How do we address the the following issue?
Make sure that the data (buffer, register or commands) you want to transfer is not a 'const', but it should be 'volatile'.
Best regards,
Kenneth
Make sure that the data (buffer, register or commands) you want to transfer is not a 'const', but it should be 'volatile'.
Best regards,
Kenneth