I am using BL4S200. I want to use some of bytes to hold some critical parameters using user block. However, I don't know how to find address offset free for me because I don't want to use adc calibration, and some other reserved space. anybody know how to do it.
Basically I only have 100 bytes for my parameters, but when I use writeuserblock, it takes the time longer than I expect and also it looks like to reduce my program speed because my serial communication takes longer time. I found another function writeuserblockarray, which one I can use and which one is better?
Thanks a lot.