STM32f429i LED using XPM and yotta and QEMU
This article explains how to run STM32 embedded board in an emulator on windows
Step 1: Install Nodejs
Install Nodejs
Step 2: Check Nodejs in command prompt
C:\>node --version
v12.16.2
Step 3: Install XMP
C:\>npm install -g xpm
Step 4: Check XPM
C:\>xpm --version
0.6.4
Step 5: Install Python 2.7
Install Python 2.7