spectraphilic / wsn_riot

RIOT OS for WSN application at UiO
0 stars 0 forks source link

Program memory (AVR) #6

Open jdavid opened 4 years ago

jdavid commented 4 years ago

The ARM M3 (such as found in the remote-revb board) has a Harvard architecture, but this is transparent to the developer, the cross compiler will store constant strings in program memory.

However for the AVR to store data in program memory we need to explicitly tell the compiler to do so. And probably we will need to handle this for the program to fit in the wasmote-pro board.

Related issues: