Other Parts Discussed in Thread: HALCOGEN
Tool/software:
Hello,
I am trying to integrate the SafeTI Diagnostic Library into a RM44L920 project following these steps:
- Created a HALCoGen project.
- Set up a CCS project, matching the name of the HALCoGen project.
- Copied the necessary folders (
hal,safety_library, anddemo_app/common) into my project. - Added the SafeTI library and linker files.
- Excluded the
safety_library/sourcefolder from the build. - Defined
_RM44x_and_VFP_SUPPORT_=0. - Adjusted the search paths and added the SafeTI library to the linker path.
- Compiled successfully.
Could you clarify the following:
- Is it necessary to include the
demo_app/commonfolder when integrating for RM44L920? - Should this folder be excluded from the build due to errors like "misc_IAR.asm and misc_KEIL.asm: illegal mnemonic specified"?
- Could you explain the purpose of
_VFP_SUPPORT_=0in the pre-defined symbols?
Any advice or clarification would be greatly appreciated!
Thank you!





