Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

Reference to EDS Variable Pointer (jyaron)

$
0
0
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..

Viewing all articles
Browse latest Browse all 1508

Trending Articles