Blog

Category: STM32

  • Adventures in CAN FD

    I recently needed some USB to CAN FD adapters for a project. Buying some off-the-shelf adapters would be the sensible thing to do, but where’s the fun in that. If you can’t or don’t want to buy the tools you need, build them!

    |

  • PlatformIO Logo

    PlatformIO & Remote Debugging

    While working on a customer project containing a GPS module and satellite modem I needed a means of remotely flashing, debugging and monitoring the board I was working on. Here’s what I ended up doing.

    |

  • PlatformIO Logo

    PlatformIO & ARM’s ITM/SWO (Serial Wire Viewer)

    No UARTS no problem! Making use of the ITM and SWO modules included as part of ARM’s CoreSight debugging hardware to provide debug output with ARM STM32 and PlatformIO.

    |