I declared the below:__eds__ SRAMRDBAllocTableT SRAMRDBAllocTable __attribute__((__eds__, space(eds), section(".SRAMRDBAllocTable"), address(0x8000))); And when I try to reference it using:memset(&SRAMRDBAllocTable.RDB, 0, RDBATENTRYSIZE); I get the b..
↧