Hi,
I have been writing code to run MAX7219s driving 7 segment displays connected to X-Plane via the "Flight Sim Controls" interface. This all worked and I got 7 MAX chips to run from a Teeny LC. Then I wanted to add a further 2 off MAX chips, so I started a second SPI port as a single port can only drive 8 MAX chips using the LEDcontrol Library. At this point when I tried to program the code the Teensy LC stopped appearing as a connection via the USB port. I tried all the suggestions in other posts and a second computer to no avail. Unfortunately I tried a second Teensy LC and the same thing happened. But if I fit a Teensy 3.2 it programs and runs but the second SPI port is not supported by the Teensy 3.2. I have checked the voltages on the interface port and they are all correct at 3.3v so I should not have overvolted the LC chip.
Has anyone any clue what I did wrong?
Can I get a second SPI port to run on a Teensy 3.2?
I now have a collection of Teensys that are dead. Would PJRC take these back for repair for me?
Code enclosed (not very efficiently written).
Kind Regards, Pete Dobson.
I have been writing code to run MAX7219s driving 7 segment displays connected to X-Plane via the "Flight Sim Controls" interface. This all worked and I got 7 MAX chips to run from a Teeny LC. Then I wanted to add a further 2 off MAX chips, so I started a second SPI port as a single port can only drive 8 MAX chips using the LEDcontrol Library. At this point when I tried to program the code the Teensy LC stopped appearing as a connection via the USB port. I tried all the suggestions in other posts and a second computer to no avail. Unfortunately I tried a second Teensy LC and the same thing happened. But if I fit a Teensy 3.2 it programs and runs but the second SPI port is not supported by the Teensy 3.2. I have checked the voltages on the interface port and they are all correct at 3.3v so I should not have overvolted the LC chip.
Has anyone any clue what I did wrong?
Can I get a second SPI port to run on a Teensy 3.2?
I now have a collection of Teensys that are dead. Would PJRC take these back for repair for me?
Code enclosed (not very efficiently written).
Kind Regards, Pete Dobson.