Pull request #95: am64x/am243x: endat: Increase available MSRAM size for application

Merge in PINDSW/motor_control_sdk from PINDSW-7142_fix_endat_build to next

* commit '7b96963d34ad7e574866311131a8dbfef61ced55':
  am64x/am243x: endat: Increase available MSRAM size for application
This commit is contained in:
Dhaval Khandla 2023-12-22 03:00:19 -06:00 committed by Pratheesh Gangadhar TK
commit d70af64ded
9 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -133,7 +133,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -133,7 +133,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -133,7 +133,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable

View File

@ -134,7 +134,7 @@ MEMORY
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
* this memory does not overlap with other R5F's
*/
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x80000
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable