Explore >> Select a destination


You are here

www.lenholgate.com
| | smayze.com
10.6 parsecs away

Travel
| | In the last post, I set up the infrastructure on my newly configured PC to make sure that it can at least communicate and program a chip. I needed to do this before jumping in and starting to program the ?Controll based display module to minimise the number of issues to be encountered. Initial Check...
| | ciesie.com
8.3 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.
| | lenholgate.com
0.3 parsecs away

Travel
| | [AI summary] Updates to an open-source socket server library provide new features like shared I/O threads, multiple user data slots, and improved compatibility with older Visual Studio compilers.
| | www.taniarascia.com
17.8 parsecs away

Travel
| You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost...