# stm32_cube **Repository Path**: wangfantec/stm32_cube ## Basic Information - **Project Name**: stm32_cube - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-08 - **Last Updated**: 2024-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32 PlatformIO + CubeMX + HAL 用cubemx 生成工程, 然后编辑platformIO 配置文件 # RCC reset and clock controller # EXTI external interrupt 先选针脚 EXTIx 模式 设置pin 触发模式,然后切换到NVIC enable 中断 # Nested Vectored Interrupt Controller (NVIC) 中断控制器配置