Explore >> Select a destination


You are here

bryananthonio.com
| | theshamblog.com
3.2 parsecs away

Travel
| | I built a computer! A very primitive one, made out of breadboards, bare wire, and logic gates. But it's fully functioning, it looks awesome, and unlike the staggering complexity of modern processor...
| | trendless.tech
2.8 parsecs away

Travel
| | The "central processing unit" (CPU) is the device that sifts through information and turns it into other information. It's an implementation of an "instruction set architecture" (ISA). Lately, most general-purpose computers have more than one CPU inside its main "chipset". Engineers call them "cores", so it's a "dual-core processor" or "quad-core processor" or whatever size [...]Read More... from CPU: How Does a Computer Work Through Code?
| | blog.eowyn.net
4.6 parsecs away

Travel
| | The idea for the project was to take the processor we had made in a class at Tufts in the fall of 2021, synthesize it to an FPGA, write an assembler, and run a basic program on it. This included several steps, from adding new components and testing them, to debugging overall problems that come from synthesizing code which had only been simulated previously, to writing an assembler specifically targeting the processor that would output in the format necessary for execution on our design.
| | ciesie.com
56.9 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.