Search results

  1. D

    Teensy 3.1 without arduino IDE

    Teensy + Qt Creator is AMAZING! I came online tonight for the sole purpose of telling everyone how awesome this combination is, then found this thread before posting my own; although I still may post a new one with instructions. That's how impressed I am! I've been using this combination for a...
  2. D

    Teensy 3.x - I/O switching limitations?

    Hi Everyone, I realize I could get laughed off the forum for asking this, but... Is it okay to be using one of the digital I/O pins for both reading and writing, thousands of times per second, day after day? I assume 'yes', I'm just wondering if there are known limitations to these specific...
  3. D

    Teensy 3.1 - Tying Pin#33 (pta4) low freezes teensy.

    Thank you potatotron, that makes sense.
  4. D

    Teensy 3.1 - Tying Pin#33 (pta4) low freezes teensy.

    Hi Everyone, Does anyone know if Pin33(PTA4) on Teensy 3.1 is somehow special? If it is tied low (even through a friendly resistor) teensy will not boot when applying power, nor will it reboot when the Prog button is pressed. After one of those two events has taken place, the 3.1 becomes...
  5. D

    Teensy 3.1 - Code for Soft Reset?

    The code you referenced appears to be working for me on my 3.1. Thank you!
  6. D

    Teensy 3.x - Large Sketch/Hex Files?

    Thank you for taking the time to respond in such detail; I appreciate the insight.
  7. D

    Teensy 3.1 - Code for Soft Reset?

    Hey Everyone, I'm just wondering if anyone has any code for restarting the Teensy 3.1? I was using asm volatile ("jmp 0"); on Teensy++ 2.0, but it doesn't work on 3.1. Thanks for you time, Dozy
  8. D

    Teensy 3.x - Large Sketch/Hex Files?

    Hey Everyone, I have a quick question about the size of compiled sketches on the Teensy 3.x. I'm wondering if anyone can enlighten me as to why the sketch sizes on the 3.x are so much larger than those of previous models (v <= 2)? Here is a comparison of the binary sketch sizes for the stock...
Back
Top