In my code on the ESP32 I use for a file to open for RDWR : file_RW = sd.open("/vm.mem",O_RDWR); How to to this for the teensy 4.1? The above code wont works in the Teensy 4.1. sheers, Jan