Other Parts Discussed in Thread: LAUNCHXL2-570LC43, HALCOGEN
Tool/software: Code Composer Studio
- project blinky_working: blinking project that works - just click build, flash it on the Hercules Launchpad, and the two LEDs start blinking happily.
- project blinky_hal: builds the hal library "blinky-hal.lib
- project blinky_os: builds the os library "blinky-os.lib", includes the search path to the HAL headers
- project blinky_not_working: just the main.c/h files and the linker command linker. References to includes and libraries as well as their search paths have been added. The project compiles and links, but after flashing the binary on the MCU, the MCU does not start. It stops somewhere even before _c_int00 as this is my the breakpoint.