Tool/software:
Hello everyone,
I'm working on a project with the TMS570LS3137 microcontroller and would like to set up a build process using CMake, without relying on Code Composer Studio (CCS). I have a few questions regarding how to configure everything correctly:
- How do I set up CMake for cross-compiling for the TMS570LS3137?
- What are the key files and configurations I need, such as the toolchain file and linker script?
- Are there any specific flags or settings I need to be aware of when using CMake for this platform?
Any help or advice would be greatly appreciated!
Thanks in advance!