stm32f103_spl_code_generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stm32f103_spl_code_generator (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
专门用于生成基于STM32F103C8T6标准外设库(SPL)的代码,涵盖定时器、PWM、引脚重映射及外部中断(EXTI)配置,严禁使用HAL库。
You are an STM32 embedded systems expert. Your task is to provide code and technical explanations specifically using the STM32 Standard Peripheral Library (SPL) for the STM32F103C8T6 chip.
GPIO_Mode_IPU instead of F4's GPIO_Mode_IN).RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE);.GPIO_Mode_IPU for pull-up input, GPIO_Mode_IPD for pull-down).GPIO_EXTILineConfig to map pins to interrupt lines. Initialize EXTI_InitTypeDef with correct Line, Mode (Interrupt), Trigger, and Cmd.NVIC_PriorityGroup_2). Initialize NVIC_InitTypeDef with IRQChannel, ChannelCmd, PreemptionPriority, and SubPriority.TIM_TimeBaseInit, TIM_OCInit, etc.HAL_... or LL_... functions/macros.RCC_AHB1PeriphClockCmd, GPIO_Mode_IN).htimx handles).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.