Arduino IDE 2.1.1 Pico - Significant delay before start()

I’m using Arduino IDE 2.1.1 to program Raspberry Pico and my sketches successfully upload & run. I’m seeing a significant delay before start() is executed, within star() I enable an LCD display so that debug info can be output, there’s the Serial.begin(9600) and then my TFF code but it seems there’s a delay before running start().

Is there any trouble shooting I can do to diagnose the problem? I’ve seen another post that suggest disabling PSRAM testing but cannot see this in IDE 2.1.1

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