I installed and am licensed for the full version of Code Composer Studio. I created a project targeting my Hercules RM48L952 ARM CPU, however all I see is an empty main.c.
How do I get a core environment (bootloader, main, and whatever else is necessary) into my project? I would like to modify the bootloader to initialize other devices that the electrical engineer put on the board.
A Google search was not very helpful to turn up any sample/example code.
Where can I find example code that boots the RM48L952 Hercules chip up and initializes the C++ environment?