/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

www.malwaretech.com
| | blog.includesecurity.com
9.6 parsecs away

Travel
| | One of the first major goals when reversing a new piece of hardware is getting a copy of the firmware. Once you have access to the firmware, you can reverse engineer it by disassembling the machine code. Sometimes you can get access to the firmware without touching the hardware, by downloading a firmware update file ... Read more
| | ciesie.com
9.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.
| | cybergibbons.com
9.2 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...
| | macoy.me
29.1 parsecs away

Travel
| [AI summary] The article explains the advantages of using debuggers over simple print statements for debugging code, highlighting their capabilities in inspecting program state, controlling execution, and solving complex issues efficiently.