.st0{fill:#FFFFFF;}

Summit - Maker Mind Meld

Jordan Christman – Getting Started with FPGAs 

 February 4, 2023

By  Peter

In this Maker Mind Meld Summit presentation, Jordan Christman explains how FPGAs work, and how you can use them in your projects alongside a microcontroller and microprocessor.

FPGAs is a fascinating topic because it entails the design of an integrated circuit using software tools after it has been manufactured and has left the fabricator.

You can program the FPGA hardware chip on your desk and configure what each one of several millions of gates inside the chip does.

There’s quite a bit of magic that is happening inside an FPGA, and Jordan will introduce us to this engineering magic.

Jordan’s presentation is one of many from the 2019 Maker Mind Meld online summit, and is now available for free access with the video and full transcript.


Tags

FPGA, Getting started, presentation


You may also like

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

I’m excited to announce that KiCad Like a Pro 3rd edition (both the eBook and the video course) is now updated for KiCad 7. I’ve taken great care to ensure that every example, description, and

Read More
KiCad Like a Pro 3e – updated for KiCad 7

Jump to a segment… AVR-C for Arduino Makers Benefits of using the AVR-GCC compiler What is needed for AVR-C / AVR-GCC programming? Arduino IDE for AVR-C / AVR-GCC programming AVR-C programming the hard way The

Read More
Arduino programming with AVR-C