Damiano Lodi
Damiano Lodi
Blog
About
CV
Deep Dive into Electronics…
…with a touch of Pyhton.
Recent Posts
How to Use the DMA on Teensy 3.6 DAC to Generate Waveforms
In some applications, timing and precision are essential. Unfortunately, in those cases, the fact that your code must be processed by the CPU is not desirable. Luckily you can decrease your dependence from the CPU by using
Direct Memory Access
(DMA).
Last updated on Dec 4, 2020
Embedded Development
How to Setup the Icestorm Toolchain on macOS
I have recently experienced the so-called FPGA Hell… very, very distressful condition! In this guide, you will learn how to set up the Icestorm toolchain to program the Icestick on macOS. When you are finished, you will be able to understand the basics of the compilation process and you can start to adapt it to your particular workflow.
Last updated on Nov 3, 2020
Embedded Development
How to Change the USB Name of Your Teensy on Linux
The Teensy is a development board which is gaining quite a lot of popularity. When using it in your project, it can be useful to assign a certain ID to its USB port, so that you can automatically identify and distinguish the device from other peripherals. In this post I will explain how you can change the Teensy USB peripheral name on Linux.
Last updated on Nov 3, 2020
Embedded Development
See all
Next Topics
How to Create a PLL on the Icestick
Using DMA on Teensy DAC
Cite
×