Tutorial: Managing library header files

Tutorial: Managing library header files

EC-2025 & 2024

Hierarchy of Library Header Files

The relationship between library header files for MCU register configurations:

  • STM32F411RE Board

image

1) Provided library by ARM:

  • stm32f411xe.h

2) Custom Lib headers created in EC course

  • ecSTM32F4v2.h

  • ecXXXXX.h

EC header files

Create library file named as ecSTM32F4v2.h

Save the file in your include folder. e.g) /EC/include/

We will update ecSTM32F4v2.h as we process each tutorial and lab.


EC 2023

Hierarchy of Library Header Files

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

EC header files

Create library file named as ecSTM32F411.h

Save the file in your include folder. e.g) /EC/include/

We will update ecSTM32F411.h as we process each tutorial and lab.

Last updated

Was this helpful?