Hello,
in the current project we use a large array (16kB) in RAM to store data. After a reset we would like to check if the array is not corrupted to continue processing new data.
The problem is that we use a bootloader to make dfu updates, but we don't know how many ram should be available for the application check and so on.
Main goal is to reserve the large array in application and bootloader.
Best regards