How to repartition SRAM while using trust zone
I am using the SBSFU example of "NUCLEO-L552ZE-Q" Projects.
I have added my application code to the NON-Secure application project.
When I see "Region_defs.h", in which nonsecure (NS_TOTAL_RAM_SIZE ) size is 192 KB whereas secure (S_TOTAL_RAM_SIZE)size is 64 KB. Most of my application code is in the non-secure application.
If I want to repartition SRAM is it possible? If yes how can I do it?
I want to increase the nonsecure ram size to 235 KB, Is it feasible?
