赞
踩
建立工程
选择STM32F103RB芯片
创建一个c文件并保存 写入代码
#define PERIPH_BASE ((unsigned int)0x40000000) #define APB2PERIPH_BASE (PERIPH_BASE + 0x10000) #define GPIOA_BASE (APB2PERIP