/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rossmarks.uk
| | dmitrybrant.com
3.8 parsecs away

Travel
| | [AI summary] A developer shares a DIY solution using a cheap CH341A programmer to update the firmware on his USBasp device via avrdude to fix programming errors.
| | ciesie.com
3.1 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.
| | cybergibbons.com
3.6 parsecs away

Travel
| | Last time we looked at using the SWD interface of an STM32 ARM chip. This isn't the only way we can interact with this device though. It also contains a serial interface on the bootloader tha...
| | github.com
18.2 parsecs away

Travel
| MSVC's implementation of the C++ Standard Library. - STL/stl/inc/vector at 530bdc5aaa8a21277e1281ad3df8b8d8433b5caa · microsoft/STL