Search results

  1. S

    Any good way to profile code running with pio on a Teensy 3.2?

    Hi All, I'm running a fairly complex set of code (many sensors, TeensyThreads etc.) on my Teensy 3.2. Is there any profiler available from the pio CLI based environment? Currently I'm just timing functions by manually inserting timing measurements, which is quite tedious. Thanks, Sean
  2. S

    Problems trying to download via j-link

    Hi All, I've been successfully building and downloading my code for many months now using the default USB downloader. One of my boards is wired for SWD and we have the Segger j-link adapter. I've independently tested this works by downloading & single-stepping code from the Kinetis Design...
  3. S

    Using GDB & the Segger probe with platformio

    Is anyone using platformio with the GDB & Segger combo? I have some questions on how it all works.
  4. S

    Debugging Teensy project with GDB & SWD?

    Hi All, Has anyone else tried to connect up a Teensy board using the SWD interface & download & debug the code using that interface? Trying to do this now with a Segger JTAG probe and seeing a few problems.
Back
Top