Description
I don't know if this is the correct place to place a bug report but I couldn't find another place to do so.
Some people have problems with uploading the blink UF2 file from the 'Nano RP2040 Connect technical reference' https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-01-technical-reference.
I think this is caused by an undocumented change of the flash chip. According to the documents the Arduino Nano Connect should have a AT25SF128A-MHB-T. However newer boards have an ISSI IS25LP128F-JKLE. A completely different flash chip.
Circuitpython also didn’t use to work but than they added IS25LP128F-JKLE and now theirs UF2 file works!
Could the blink UF2 file and the documentation be updated so that it does take the IS25LP128F-JKLE into account?