RP2040 : No such file or directory compile error

I have latest IDE 1.8. I have a code that compiles and works perfectly fine for Arduino Nano Atmega328P. I'm now trying to switch the code to RP2040 and installed the necessary board manager library for it. But when I compile I get the following error:

SoftwareSerial.h No such file or directory
EEPROM.h No such file or directory

What am I doing wrong? Like I said, compiles/works without issues for ATmega328P.

My best guess would be that the RP2040 chipset does not support the use of either library, unlike the 328P

Does the RP2040 not have multiple hardware UARTs. As to EEPROM, I believe that it can be simulated. A Google search should find you something

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.