What MCUs are most commonly used in cheap appliances, toys, small control boards, and low-cost consumer products? I’m trying to identify a realistic lab target.
Current candidates:
- STM32F103C8T6 Blue Pill + ST-Link V2 clone
- STM8S003/STM8S103 board + ST-Link clone
- ESP32-C3/S3 dev board + USB-UART/ESP-Prog
- AVR/PIC + USBasp/PICkit
- CH341A-type tools for external flash/EEPROM workflows
My question is: which of these best represents what cheap vendors actually use, and which programmer/debugger tools are most common in the real market?
I’m asking from a market/practical perspective, not for exploit instructions.