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

How to solve the ERROR 12 [NRF_ERROR_DATA_SIZE] in UART communication code?

Hi,

I am testing the UART communication using 2 nRF board, 1 DSP board(test completed with PC).

The code had error, NRF_ERROR_NO_MEM, and I just solved the problem by changing memory setting.

Then, the other error occurs. 

<error> app: ERROR 12 [NRF_ERROR_DATA_SIZE]

I searched the same error in here, and show the related answer, method.

However, I don't changing any code in the example, and the 8-character is sending.(also, DSP uart setting is same)

What kind of variables or parameters should I check, modify?

Before I am using DSP, (BLE --- PC), this error(include NO_MEM) is not occured.

cf) NRF_ERROR_NO_MEM is also occured after I connected BLE---DSP uart line.(and after that, when I was re-connected BLE---PC the same error is occured)

Best Regards,

Yclee

Parents Reply Children
Related