April 2020
Intermediate to advanced
294 pages
7h 53m
English
mpconfigboard.mk is the make file for the target board. It contains information including the following:
For the most part, you will not need to modify or even look at this file unless you are creating a custom port, which could happen depending on what it is your designing. You can see an example of the make file in the following snippet:
MCU_SERIES = 14CMSIS_MCU = STM32L475XX# The stm32l475 does not have a LDC controller which is # the only difference to the stm32l476 - so reuse some files.AF_FILE = boards/stm32l476_af.csvLD_FILES = boards/stm32l476xg.ld ...
Read now
Unlock full access