Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

C280x cmd file - const definition in RAM

$
0
0

MEMORY
{
    PAGE 1:
        nodeIdAddress : origin = 0x3d8000, length = 0x000001
}

SECTIONS
{
    nodeIdAddress :> nodeIdAddress    PAGE = 1
}


variable definition in .c file
#pragma DATA_SECTION("nodeIdAddress")
const volatile uint16 nodeId = 121;


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>