Part Number: AM2634-Q1
Other Parts Discussed in Thread: SYSCONFIG
Looking into the examples for FreeRTOS usage with AM2634-Q1, which has 4 cores.
My project requirement is configure the controller in lock-step mode with two clusters.
For this, why is the project structure so complicated? need to build two projects, duplicate syscfg files, generated files are duplicate.
multiple linker files. Too many dynamic files being linked during build process from SDK and FreeRTOS build.
Very difficult to get build structure with CMake kind of approach.
Any better way to manage project structure without duplication?
