hi,~ i need yours help in based ram mode.
MEMORY
{
PAGE 0 :
BEGIN : origin = 0x000000, length = 0x000002 /* Boot to M0 will go here */
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0 : origin = 0x008000, length = 0x004000
ZONE7A : origin = 0x200002, length = 0x00FC00 /* XINTF zone 7 - program space */
CSM_RSVD : origin = 0x33FF80, length = 0x000076 /* Part of FLASHA. Program with all 0x0000 when CSM is in use. */
CSM_PWL : origin = 0x33FFF8, length = 0x000008 /* Part of FLASHA. CSM password locations in FLASHA */
ADC_CAL : origin = 0x380080, length = 0x000009
RESET : origin = 0x3FFFC0, length = 0x000002
IQTABLES : origin = 0x3FE000, length = 0x000b50
IQTABLES2 : origin = 0x3FEB50, length = 0x00008c
FPUTABLES : origin = 0x3FEBDC, length = 0x0006A0
BOOTROM : origin = 0x3FF27C, length = 0x000D44
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
RAML4 : origin = 0x00C000, length = 0x004000
ZONE7B : origin = 0x20FC00, length = 0x000400 /* XINTF zone 7 - data space */
}
section{
.text :> RAML0 .ebss:>RAML4 }
Upper is my .cmd file. I spending 0x4000(in text) and 0x4000(in ebss) . Program and data are size totoal 32k. I kenw that 28335 basic ram size is 68k
I need a more than program and data size. BUT BUT when I bigger size there are error event. i doen`t konw why? Actually resting 36k.
whitch part was controled size ?? I need a 0x006000(in text) and 0x006000(.ebss) whitout XINTF. How to solve this problem. piz heip me.~~