Other Parts Discussed in Thread: HALCOGEN
If I use HalCodeGen to create the boot loader code for the RM48L952ZWT CPU, I wind up with a bunch of C and h files in the output.
If I create a new project in Code Composer Studio targeting the CPU, I see just a main() function.
- How is the integration into CSS done, as far as what executes? How does the build environment know to do all the HalCodeGen files first? Yes, I know that I will copy code and header files into the project. I am comfortable with that.
- How is the hand off done to C/C++?
- Does HalCodeGen or CSS automatically initialize for C++? I see just the main.c file and stubbed out main() function in Project Explorer.