I need to use cJSON to parse the uart data. I found the file in SDK15.3 but how can I use the related function?
I need to use cJSON to parse the uart data. I found the file in SDK15.3 but how can I use the related function?
when using malloc
nrf_malloc, and the memory address is aligned in 4 bytes
You mean block size? Yes, in both cases you'll get a word-aligned address.
all right. I got it. Thanks Dmitry!!! I will continue my project.