This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SRAM Partition

Is it possible to have discontiguous Non-Secure areas in SRAM to be used by the application?

&sram0 {

reg = <0x20000000 DT_SIZE_K(8)>;

};

&sram0_ns {

reg = <0x20002000 DT_SIZE_K(56)>;

};

&sram0_bsd {

reg = <0x20010000 DT_SIZE_K(64)>;

};

&sram1_ns {

reg = <0x20020000 DT_SIZE_K(128)>;

};

Thanks,

JL

Parents Reply Children
No Data
Related