Tutorial: Managing library header files
Last updated
Was this helpful?
Last updated
Was this helpful?
The relationship between library header files for MCU register configurations:
STM32F411RE Board
1) Provided library by ARM:
stm32f411xe.h
2) Custom Lib headers created in EC course
ecSTM32F4v2.h
ecXXXXX.h
Create library file named as ecSTM32F4v2.h
Save the file in your lib folder. e.g) /EC/lib/
We will update ecSTM32F4v2.h
as we process each tutorial and lab.
The relationship between library header files for MCU register configurations:
STM32F411RE Board
1) Given by ARM:
stm32f411xe.h
2) Custom Lib headers created in EC course
ecXXXXX.h
Create library file named as ecSTM32F411.h
Save the file in your lib folder. e.g) /EC/lib/
We will update ecSTM32F411.h
as we process each tutorial and lab.