Part Number: RM48L952
Other Parts Discussed in Thread: HALCOGEN
Hi Sir,
Can we import IAR code to CCS?
Please help me to import the IAR code to CCS or how to execute IAR code in CCS.
Thanks & Regards,
Praveena M
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Praveena,
You can import the C/C++ source code and their headers file to CCS without changes. But the assembly code and linker cmd file should be modified for the compiler used by CCS.
The HALCOGen can generate project for both CCS and IAR. You can use those two projects as examples to modify your project for CCS.
Hi Wang,
Thank you for your suggestion.
I will try as per your suggestions.
Thanks & Regards,
Praveena M
Hi Wang,
Can I change that Micrium code(USB-Host) to CCS.
Please, share me any formation to change IAR(Micrium code for USBH) to CCS (for USBH).
Thanks & Regards,
Praveena M
Hi Wang,
Can we change CCS to IAR?
Please, share me any information as early as possible.
Thanks & Regards,
Praveena M
Hello,
There is no documentation or utility to convert a project from IAR to CCS, or from CCS to IAR, therefore the work is entirely manual.
HALCoGen can generate project for CCS and IAR. You can use those projects as example.