Part Number: SYSCONFIG
I'm working with the example project led_ex2_blinky_cpu1_cpu2_cpu3_multi for the F29H85x (Multi-Core) and have discovered an issue with the automatically generated board.h files from SysConfig.
The board.h file for CPU1 is correct, but the board.h files for CPU2 and CPU3 contain duplicate GPIO definitions.
Questions:
- Why does SysConfig generate duplicate #define statements in the CPU2 and CPU3 board.h files?
- Is this a known issue or an error in the SysConfig configuration of this example project?
- How should this issue be resolved?
- Why doesn't the compiler detect and warn about these duplicate #define statements?