Search results

  1. A

    Teensy Loader CLI Windows .EXE

    You are awesome, Thank you! To work with VS 2019 I had to change the Platform Toolset to v142 and it worked.
  2. A

    Teensy Loader CLI Windows .EXE

    I am trying to use make to output the teensy CLI loader for Windows but get an error each time. Has anyone else had this same issue? The error I am getting can be found below. C:\Users\Tech2\Downloads\teensy_loader_cli-2.2\teensy_loader_cli-2.2>make rm -f teensy_loader_cli...
  3. A

    Teensy 4.1 Native Ethernet Sending Files from SD Card - Missing Bytes or Packets

    That easy....Required updating both NativeEthernet and FNET, all is working well. Excellent job with this library! Thanks for your help!
  4. A

    Teensy 4.1 Native Ethernet Sending Files from SD Card - Missing Bytes or Packets

    Hi Everyone! I am having some problems when trying to send a file from the SD card over the network. This worked fine for a T3.6 and WIZ850io hardware module but not with the T4.1 and Native Ethernet. Any ideas or help is appreciated! Attached is some sample code I made to replicate the issue...
  5. A

    Teensy 3.6 SPI0/SPI1 Not Working with Similar Code

    I have a project where I am using 2 SPI devices. When using the same SPI0 bus the ARDUCam module has some issues where the images do not always pass correctly or at all. When I disable code for the other SPI camera the ArduCam works fine. The main difference I can see is that ArduCam is 8MHz and...
  6. A

    Remap Tx1 pin on Teensy 3.2

    Thanks setting CORE_PIN1_CONFIG = 0; worked.
  7. A

    Remap Tx1 pin on Teensy 3.2

    I am trying to remap Tx1 (pin1) to pin 5 on a Teensy 3.2 and use the original Tx1 pin as an output. Looking at the Teensy cut sheet Tx1 looks like it can be remapped to pin 5 but I do not see a function to change this easily without making changes to the uart library. It's seems there is a way...
Back
Top