Need help with lesson 7 (compiling Arduino code)

This forum is for teachers wanting to make use of the course materials "Understanding Radio Communications - using SDRs" Initially moderated by course authors Paolo and Lorenzo, it is the place to ask questions about the materials and learn from the experiences of these and other teachers.
Post Reply
jon
Posts: 9
Joined: Sat Oct 03, 2020 3:02 pm

Need help with lesson 7 (compiling Arduino code)

Post: # 31Post 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.
Post Reply