Search results

  1. J

    Teensy 4 compatible hex files using MCUXpresso IDE?

    Generating hexfiles for teensy 4.1 with MCUXpression i quite simple and works out of the box without any changes of the linker skript. You will find some ready to use examples here.
  2. J

    Teensy 4.1 binary from alternate toolchain

    Generating hexfiles for teensy 4.1 with MCUXpression i quite simple and works out of the box without any changes of the linker skript. You will find some ready to use examples here.
  3. J

    Teensy 4.1 debugging

    Meanwhile I have a RT1060 evaluation board here on my desk which has a SWD debug port on board. So I can develop on the eval board and finaly download a hexfile to the teensy board. My first attempts were quite successful and can be found here.
  4. J

    Simple WORKING JTAG+UART for Teensy 4.1

    According to this idea, maybe you can omit the separation to the MKL02. It would be worth a try to connect PTA1 to ground without any trace disconnection. As long as the MKL02 is held in reset, all ports are inputs. The same as for the EMC_01 pin on the RT1062 wich is an input per default. But...
  5. J

    Simple WORKING JTAG+UART for Teensy 4.1

    Hmm, but it's only possible when start with JTAG. As far as I know Paul did burn the flag to disable SWD, right? So it seemes to be inpossible to start with SWD after reset.
  6. J

    Teensy 4.1 debugging

    Thank you very much for the detailed explanations. I understand you very well and I would agree, but I'm just curious about the specific solution for this bootloader. As far as I know the i.MX controller has different capabilities to boot from extern device, such has UART and even USB. What...
  7. J

    Teensy 4.1 debugging

    I'm profosisional developer and did look for a small board with ethernet and high speed usb. So I was happy to find teensy. Maybe teensy is a gread produkt but I would like to undestand how it works in in junktion with the arduino framework. Please take in account so far I had never worked with...
  8. J

    Teensy 4.1 debugging

    I' very disappointed. From my point of view I freely avaibale SWD or JTAG connecter is a must have. The board has a very powerfull MCU but without a debug connector not usable for me.
  9. J

    Teensy 4.1 debugging

    I have a teensy 4.1 board here on my desk. It is my first teensy project and my first contact to the arduino frame work. I started with PlatformIO and get a blinky program successful running. Now I want to test the debugger, but it seems ther is no possibility to debug on a teensy 4.1. First I...
Back
Top