savejeff
savejeff
Seriously? it happened again xD. I posted a question about RaspberryPi Pico a month or so ago and it was the same case where the changes I proposed were implemented...
For me personally, the SdFat fills a very important purpose. It just simply solves the task of "I have an SPI port and I want to communicate to an SD...
oh yes don't get me started on STM and there HAL and 2500 chip variants. the logging framework I'm developing is cross-platform and currently works on the AVR, SAMD and...
About the BlockDriver: its a little bit out of the box but would it theoretically be possible to implement an MMC interface using the RP2040s PIO feature? I'm not yet...
How did you interface the USB Flash drive? Did you directly connect the D+ D- to IO or was it a processor with full USB 2.0 support? I always though...
i think you have your answer
Hi! I myself have never contributed to a GitHub project but if I find the time I'll try to create a fix. while working this the code I had problems...
Thanks for the little guideline. For me personally its less of a technical problem but a time problem. I'm not sure if I find the time to implement it in...
do you use the FIFO ? there is a bug with enabling the fifo that disables master mode of aux i2c. see my issue on that from a few days...
If anyone is interested in the modified platform core: Here is my working PlatformIO Projekt with a BLE Server. The Modified core is in the res folder in the file...