ERROR: Could not open file : DISK_ERR

Posted on
Page
of 2
Prev
/ 2
  • Yes the command you mentioned did that. Using var spi = new SPI(); instead worked for some reason with the swapped MISO / MOSI settings... I changed my wiring, so now it perfectly works with SPI2.setup(...)

  • Yes, it probably did - but when put into the firmware I guess it wouldn't have come up with any errors! :)

    @net-tobi when you use new SPI, that's software SPI - so it'll work on absolutely any pins at all. Where you can you should probably use hardware SPI though, as it'll be a lot faster and you can control the baud rate.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

ERROR: Could not open file : DISK_ERR

Posted by Avatar for net-tobi @net-tobi

Actions