Construction of esp8266 Linux subsystem (WSL)-VSCode compilation environment
Construction of esp8266 Linux subsystem (WSL)-VSCode compilation environment
Install and configure wsl (I use Debian)
Install wsl View system version
cat /etc/os-release
Switch software installation source (Tsinghua image is used here) https://mirrors.tuna.tsinghua.edu.cn/help/debian/ Edit source list
sudo nano /etc/apt/source ...
Posted by Nymphetamine on Tue, 21 Dec 2021 06:27:14 +0100
Start up process analysis of STM32 MCU
Preparatory knowledge
When the MCU of ARM Cortex series is reset and powered on, it will obtain the vector table from the memory address of 0x00000000. The user software can also modify the storage address of the vector table by writing to the VTOR register. This value is equivalent to flash_ The offset of the base address, so that the program ...
Posted by rainbowsntoffee on Wed, 03 Nov 2021 19:48:08 +0100