Changelog for nRF Connect SDK v2.2.0 mentions that:
nrf_dm_high_precision_calc()
now handles out-of-memory errors by returningNaN
.
What exactly are the memory requirements of this function?
On NRF52833 I can see that the function starts to return NaN
when the RAM size of my applications is around 117408 B of 128KB. When I reduce the size to 112924 B it is still ok...
I would like to know the exact RAM requirements of nrf_dm_high_precision_calc()
so I have a target value to optimize my application memory usage to.