Plecs Code generation with c2000ware

Hi iam using plecs c2000 ware To create a code generation file .as we are checking the generated code files some of the files are missing like the header files declared inside the hal.c file

Hello Sairaj,

PLECS Code Generation does not integrate with C2000ware directly. Perhaps you can share more on what you are trying to accomplish?

Thanks,
Bryan

Hi,
As of now we are just trying to run a blinking led with f28003x as a target board and generating a code to ccs studio.
So in the code gen we have led_blink.c,led_blink_main.c ,led_blink.h and led_blink_hal.c only these files are getting created.so what about all the other header files which are defined in the led_blink_hal.c?

Regards
Sairaj

PLECS can be used with CCS by importing the CCS projects shared as part of the target support package. See the “Getting Started with the TI C2000 Target Support Package” video at T=8:50 for step-by-step instructions.

So only demo projects can be run with the ccs2.how about creating a new project and generating a ccs code?

Regards
Sairaj

You must use the CCS project from Plexim included as part of the Target Support Package. This project includes all of the required files used in the PLECS code generation toolchain.

However, you can generate code for any application or model into that project - not just demos.

You also can generate the code directly from PLECS without using CCS.