Hey,
I am working based on the simpleBLEPeripheral project,
first thing I need to know how much is the RAM I can use?
it is written in the datasheet:
8KB of SRAM for Cache
20KB of Ultralow-Leakage SRAM
so does it has 28 in total?
and so how I can rean in the map file for application and stack the used RAM for every one then to know how much space I still have?
I need to know the maximum array that I can use and still in the range (for example I need 10 kB, but I have doubts that I can have them)!
Thanks.