Recent content by ruiseixas

  1. R

    How to upload an .hex firmware to teensy board WITHOUT pressing the onboard Button?

    Hi, I have an .hex file and I don't have easy access to the programming button of the board. I have tried with AUTO without AUTO but when I select the firmware (.hex) file the Teensy Loader does nothing, it stays still waiting for pressing the button. Am I forced to disassembly a device just o...
  2. R

    Teensy 2.0 increases Memory usage for Functions defined outside a Class

    Hi, I was having some surprises in Memory Leakage recently, and then, I found out that the Teensy 2.0 increases RAM usage just for having a Function defined outside a Class. Here is the testing code: MemoryLeakage_Teensy_2.0.ino #include <Arduino.h> #include "UselessLibrary.h" // Results in...
Back
Top