Thanks a lot for the response.
I replaced #define PROGMEM __attribute__((section(".progmem"))) with #define PROGMEM
As you pointed out, it has resolved the current issue. I am able to compile my code now.
...
Hi,
Thanks for response.
I do not have a version which works with Arduino IDE as I had to move to VSCode when the code started becoming too big for me to handle.
I will try to make a copy which works with...
Hi,
I have an existing project for a custom board using Atmega2560 made on PlatformIO on VSCode.
I use EEPROM to store some configuration data. My code takes Serial data from all serial ports of Atmega2560...