목록2025/03/27 (1)
printf("ho_tari\n");

2025.03.27 오늘의 학습 목표1. 과제 review2. Memory 구조체 access3. Debugger 사용4. RTOS 기반 programming #define PERIPH_BASE 0x40000000UL#define GPIOB_BASE (AHB1PERIPH_BASE + 0x0400UL)#define AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL) 0x40000000 + 20000 + 400 → 0x40020400 (GPIOB 시작 주소) typedef struct { __IO uint32_t MODER; /*! __IO uint32_t OTYPER; /*! __IO uint32_t OSPEEDR..
(Telechips) AI 시스템 반도체 SW 개발자 교육/STM32CubeIDE
2025. 3. 27. 16:53