stm32_read_project
Parses an STM32 project's .ioc file to summarize the MCU, clock tree, pin assignments, enabled peripherals, and FreeRTOS status.
Instructions
Summarises an existing project: MCU, clock tree, configured pins, enabled peripherals, whether FreeRTOS is on. Reads the .ioc, not the generated code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to STM32 project directory or .ioc file |