Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I am starting to learn coding with CCS and HALCOGEN with my new Hercules MCU development KIT. I made a project based on the tutorial for both CCS and HALCOGEN. I used HALCOGEN to generate the code. What I got confused is: In CCS the project generated a file called main.c in the project root directory. The code generated by HAL are in /include and /source directories. Based on the tutorial there should be a file called sys_main.c, but I can't find that file. The files generated by HALCOGEN all starts with HL_, and there is a file called HL_system.c, but it doesn't have the main{} function call in it. So what is the main file generated by HALCOGEN, and how can I link that file to the main.c file generated by CCS?