Table of Contents
stm32h7xx_hal.h: No such file or directory
여기 에서 패키지를 다운로드 합니다.
대략 1.1GB 정도 됩니다.
설치
다운받은 파일의 압축을 풀고 src/Drivers 에 넣어줍니다.
CFLAGS_ARM = -mcpu=cortex-m7 ... \
-IDrivers/STM32H7xx_HAL_Driver/Inc \
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include \
-IDrivers/CMSIS/Include
Makefile 을 위와같이 수정해 줍니다.