Fix for the Backup RAM. Example code: ... #include <libmaple/bkp.h> ... bkp_init(); bkp_enable_writes(); bkp_write(1, 0x1234); //Writes the value 0x1234 at Backup RAM address 1 bkp_disable_writes(); Serial.print(bkp_read(1)); //Print the value of the Backup RAM address 1 ... |
||
---|---|---|
.. | ||
cores/maple | ||
libraries | ||
system/libmaple | ||
variants | ||
boards.txt | ||
platform.txt |