I am using MK61FN1M0CAA12R. I see MK61FN1M0VMJ12 CPU closer to this variant of K61 in Kinetis IDE and when I choose this for my project, I see that I have only 32KB RAM available.
Whereas, from datasheet I see that MK61FN1M0CAA12R supports upto 128KB RAM.
Can someone tell me what is the RAM size of MK61FN1M0CAA12R and how to configure it in Processor expert?
Hi Abi,
The MK61FN1M0CAA12R part has 128 KB RAM, you can modify the ram size on the CPU component ROM/RAM areas section:
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
Hi Carlos,
I tried doing the same but getting the following error:
Can you please let me know if I am missing something?
Hi Abi,
The default memory size of the project is correct, it is setting 128 KB of RAM (two regions with size of 0x10000)
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
Though 128KB RAM is available, I see only 52KB of heap can be used. Is there any restriction on the heap size and is there a way to allocate more heap?
Okay thanks.