Search results

  1. F

    Arduino CLI And IDE now Released - Teensy Supported!

    Paul, does this PR implement what you need? https://github.com/arduino/arduino-cli/pull/217
  2. F

    Teensy 3.0 Memory Map

    As far as I can tell, the actual memory map is as follows: Type (len): start address in hex ------------------------------- Flash (128K): 0000,0000 FlexNVM (32K): 1000,0000 FlexRAM (2K): 1400,0000 SRAM (16K): 1FFF,E000 Bitband (256K): 2200,0000 The Flash and SRAM sections make sense as...
Back
Top