Hmmm … just looked again at your report, and this time spotted that you’re still on Teensyduino 1.57. That’s nearly 3 years old (the update cycle is more glacial than seasonal…), and more to the point, the gcc toolchain was updated in 1.58. I’d...
I want to update you that the solution given by @h4yn0nnym0u5e works perfectly!
Now the samples are deleted correctly before reloading and Teensy does not crash anymore :)
I am currently playing Raw samples as I am having trouble updating the...
The flashloader library shows every sign of having been hacked together to fill an immediate need, without ever being properly finished ;). We've all been there ...
Unfortunately @joepasquariello hasn't quite finished the job, so the above...
The library seems to only be able to load samples into PSRAM, but not delete them. I haven't used this library, but here is something you can try.
The library example contains this code to create flashloader and load a sample into PSRAM...
Hi all,
I would like to know if there is a way to delete previously loaded samples in PSRAM or Flash using the Flashloader library. Here
I am working on a sampler based on this library but I have a problem, after loading several kits it seems...