/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

christian.kellner.me
| | ciesie.com
5.4 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.
| | jonathanbayless.com
6.0 parsecs away

Travel
| | The blog of Jonathan Bayless
| | jborza.com
5.2 parsecs away

Travel
| | Over a month ago I bought an Altera Cyclone IV board from a local seller, it seems to be listed on Aliexpress as well. It's marked as A-C4E6E10, and features: Altera Cyclone IV EP4CE6E22C8 FPGA chip with 6272 logic elements, 270 Kbits of memory 8-digit seven-segment LCD display 8 position DIP switch VGA output PS/2 input port (comes in handy to try out keyboard processing) buzzer a couple of push buttons a handful of IO pins, some of which can be used as a connector for a 1602/12864 display and 22 miscellaneous pins CH340 USB to serial chip 1602 display has 2 lines of 16 characters, each 5x8 pixels 12864 dot matrix display has a resolution of 128x64 pixels, hence the name
| | willhaley.com
23.8 parsecs away

Travel
| You can use these instructions to create a bootable USB drive with GRUB that can run the Windows 10 installer. I used Arch Linux to prepare my USB device, but any Linux variant like Debian or Ubuntu should work. I am assuming you have an appropriately large USB disk at /dev/sdz that you can completely erase for this process. Unmount the USB drive if mounted. sudo umount /dev/sdz* Wipe all partitions from the USB device.