From blinky to production, AI lays the skeleton
STM32, GD32, ESP32, CH32 and similar. We feed the datasheet and reference manual into the workflow to generate peripheral init, RTOS task splitting, and low-power / interrupt handling skeletons. You do the architecture review and hardware bring-up.
- Peripheral drivers: UART / SPI / I2C / CAN / ADC init and examples
- RTOS task splitting and message-queue design
- Register-level debugging tips and a known-issues checklist
- Mass-production flashing and bootloader plan