Page 1 of 1

Need help with lesson 7 (compiling Arduino code)

Posted: Thu Mar 18, 2021 3:00 pm
by jon
Warren from University Southern Maine whites:

I do need help compiling the Arduino code for Lesson 7.

I get the following error message on all:
Arduino: 1.8.14 Hourly Build 2021/03/09 09:33 (Windows 10), Board: "XinaBox CW01, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 26 MHz, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

CC1101.cpp:99:67: error: section attribute not allowed for 'data'

static void write_burst_pgm(uint8_t addr, uint8_t const * PROGMEM data, uint8_t len)

Please help.