Afraid not... Interrupts are used for all IO, so it's a bit hard to disable them for any length of time. For example while irqs are disabled, a simple print statement could crash the device.
I seriously doubt this is the problem though as SPI itself isn't really very timing critical. Are you sure it's not just a card that is formatted strangely?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Afraid not... Interrupts are used for all IO, so it's a bit hard to disable them for any length of time. For example while irqs are disabled, a simple print statement could crash the device.
I seriously doubt this is the problem though as SPI itself isn't really very timing critical. Are you sure it's not just a card that is formatted strangely?