ExtremeElectronics / RC2040

Z80 CP/M80 emulation of an RC2014 using the RP2040 (PI PICO) processor
GNU General Public License v3.0
41 stars 7 forks source link

Will not work with SDK2 #29

Open ExtremeElectronics opened 2 months ago

ExtremeElectronics commented 2 months ago

Fat FS / SPI issues with SDK2

djrose80 commented 1 week ago

When using SDK2 I see warnings in compilation of the FatFS, but this is a known false message from GCC.

When loaded, I got some "RX disabled." messages on startup and repeated bad characters show up when running BASIC.

This can be sorted by modifying intUSBcharwaiting() in RC2040.C :

image

ExtremeElectronics commented 1 week ago

When I compile I can't get the SD card to be recognised at all. Although it was a couple of months ago since I tried, so maybe there have been some updates to SDK2 I'm aware of some fixes to SPI so maybe this has fixed it. Also Ive seen an Update to FatFS which I need to look into.

Thanks for the changes of the code above. I will try this, (just need more time at the moment )