Explore >> Select a destination


You are here

andrewreitano.com
| | iosoft.blog
15.5 parsecs away

Travel
| | In a previous post, I described 'EDLA', a WiFi-based logic analyser unit, that uses a Web-based display. That version used an ESP32 to provide WiFi connectivity; the PEDLA uses a Pi PicoW module instead. Hardware PEDLA circuit board The hardware is similar to the previous version; aside from the CPU change, the main addition is...
| | www.dyalog.com
13.9 parsecs away

Travel
| |
| | jeff.glass
16.4 parsecs away

Travel
| | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd
| | ciesie.com
97.2 parsecs away

Travel
| You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.