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.

TMS320F28379D: Development of project in MATLAB (IICDC)

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CONTROLSUITE

i installed ccsv6 and trying to do my project in matlab

i dont have any problem with software

but i am facing the following problem in matlab

I am using a TI F28379D launchpad. I am a beginner. I have successfully installed the embedded support for C2000 in my laptop. While trying to execute the c2807x_2837xx_adcpwmasynctest_ert.slx example code on my pc I am facing a problem. The code is successfully build and downloaded into the target device. I can see a 390 HZ rectangular wave in my oscilloscope. But the problem is the pulse width of the wave is not changing with the adc input supplied to the ADCINA0 Pin30.

What numbers should be used for PIE and CPU for ADC interrupt.

I am using a 5V RPS to supply varying input voltage to PIN30. The value of the gain in the simulink model is 10

I observe that when the voltage from the RPS increases more than 3.5 V the led lights on the board become brighter. This makes me feel that I have something to do with the board.

I am unable to plot the data from the board in the simulink.

Please help me to solve this problem.

  • Hi,

    I'm not sure about the led brightness - maybe that is a power supply issue. Check section 6.2: http://www.ti.com/lit/ug/sprui77a/sprui77a.pdf

    Looks like Pin 30 is correct for ADCINA0, which is specified in the example. It looks like the model is building, compiling, downloading and running - which is usually the hang up.

    I should note that this model is designed to download and run directly and view via O-scope - so I suspect it is running correctly, but not receiving the input on ADCINA0 - maybe you should double check your power, ground, and input to that pin and the LP.

    If you want to run a model that includes communication with Simulink (we call this External mode), look at the example: Parameter Tuning and Signal Logging with Serial External Mode.  You will need to modify this example to work on the F28379D via the Hardware Board drop down as this example comes set up for a F28335.

    HTH,

    -Brian

  • Jagadeshwar,

    Could you please explain the following sentence?

    "I am using a 5V RPS to supply varying input voltage to PIN30. The value of the gain in the simulink model is 10"

    Does this mean you are applying 5 volts to the input of the ADC channel?

    - Ken
  • I am using 0-5 V Regulated power supply.  

    I know that the voltage supplied to the ADC is 3.3V.

    What PIE and CPU numbers should I use

  • Hi,

    I could modulate the pulse width based in ADC voltage input.

    Could you please ensure that device is selected as 'F28379D' and under clocking, internal oscillator is set to 10 when using launchpad.

    Try to run the model with just ePWM block first and see if the desired ePWM output is available.

    Then feed in the ADC.

  • For ADCA1, the PIE is INT1.1 on core interrupt line INT1.
  • Now  I am able to generate pwm.

    I am using ADCINA1 (pin 30) as ADC input to control the duty cycle of my pwm signal.

    I want to generate another pwm signal simultaneously for that i want to use ADCINA2 (pin 29) for ADC control signal and ePWM1B (pin 39) to get the PWM signal.

    But the pwm is not responding for the ADC input given to the pin 29.

    Even if I change the ADC pin to ADCINA0 in the example it is not working.

    Please help me to generate other pwm signal.

  • Jagadeshwar,

    Which pwm signal is ADCINA1 controlling? Is it ePWM1A? If so, ePWM1A and ePWM1B are the same module.

    I hope this answers your question and if so, please click the green "Verified Answer" button. Thank you.

    - Ken
  • Thank you very much for replying.

    In the example"c2807x_2837xx_adcpwmasynctest_ert"  the ADC signal to control the duty cycle is acquired from the ADCINA0 (pin 30).

    I tried to do the same example by changing the ADC pin to ADCINA2 (pin 29) and then the duty cycle of the pwm is not responding to the changes to the input given to the ADC.

    I want to know whether there will be any dedicated ADC pins for controlling pwm signals, like ADCINA1 for ePWM1, if so please let me know what pins should I use for ePWM2, ePWM3 and ePWM4.

    If I use multiple ADC inputs to control multiple ePWMs MATLAB shows an error that different SOC and interrupts should be used.
    If I had to use different interrupt numbers then I have a few questions.

    1) Should I have to use different subsystems for different ePWMs

    2) Since more than one interrupts are being generated, do I have to make changes in the hardware interrupt block as it takes vector inputs for every interrupt.

     

  • Hi, 

    1 SOC represents conversion of 1 channel. If you need multiple conversions, you need so many SOC.  

    There is no hard-wiring between ePWM and ADC channel. 

  • Then why do the pwm do not respond if I change the ADCINA1 to ADCINA2 in the "c2807x_2837xx_adcpwmasynctest_ert " example
  • Hi,

    Try debugging from CCS. It should work. From MATLAB diagnostic viewer you can import the code gen project in CCS and debug.
  • Even the program that is running successfully in through MATLAB is not responding when opened with CCS.
    I followed the diagnostic viewer and opened the CCS project generated by MATLAB which is running successfully with matlab (the previous mentioned example) It contained ert_main.c file and the board is not even responding for this project.
  • Please explain me the error shown in the console I am pasting bellow.

    I have generated the CCS project using MATLAB by editing the c2807x_2837xx_adcpwmasynctest_ert.slx example.

    **** Build of configuration Debug for project PWM_software ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Adc.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_CodeStartBranch.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_CpuTimers.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_DefaultISR.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Dma.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Gpio.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Ipc_Driver_Lite.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_PieCtrl.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_PieVect.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_SysCtrl.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c'

    ' '

    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_usDelay.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm"

    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_board.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c"

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_csl.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c"

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_pwm.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c"

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="PWM_software.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c"

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c", line 34 (col. 78): remark: Use --fp_mode=relaxed to enable TMU hardware support for FP division.

    "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c", line 33 (col. 17): remark: Use --fp_mode=relaxed to enable TMU hardware support for sin.

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="PWM_software_data.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c"

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c'

    ' '

    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="c2837xDBoard_Realtime_Support.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c"

    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c'

    ' '

    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="c2837xDSchedulerTimer0.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c"

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c", line 135: warning: variable "pulMsgRam" was set but never used

    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c'

    ' '

    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="ert_main.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c"

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")

    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c'

    ' '

    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c'

    'Invoking: C2000 Compiler'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="profiler_Support.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c"

    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c'

    ' '

    'Building target: PWM_software.out'

    'Invoking: C2000 Linker'

    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 -z --stack_size=0x200 --warn_sections -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --reread_libs --define=CPU1 --define=BOOT_FROM_FLASH=1 --define=BOOT_USING_BL=0 --rom_model -z --stack_size=512 --warn_sections --heap_size=1024 --reread_libs --rom_model -mPWM_software.map -o "PWM_software.out" "./F2837xD_Adc.obj" "./F2837xD_CodeStartBranch.obj" "./F2837xD_CpuTimers.obj" "./F2837xD_DefaultISR.obj" "./F2837xD_Dma.obj" "./F2837xD_GlobalVariableDefs.obj" "./F2837xD_Gpio.obj" "./F2837xD_Ipc_Driver_Lite.obj" "./F2837xD_PieCtrl.obj" "./F2837xD_PieVect.obj" "./F2837xD_SysCtrl.obj" "./F2837xD_usDelay.obj" "./MW_c28xx_board.obj" "./MW_c28xx_csl.obj" "./MW_c28xx_pwm.obj" "./PWM_software.obj" "./PWM_software_data.obj" "./c2837xDBoard_Realtime_Support.obj" "./c2837xDSchedulerTimer0.obj" "./ert_main.obj" "./profiler_Support.obj" "../2837x_FLASH_lnk_cpu1.cmd" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/rtlib/IQmath_fpu32.lib" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDPeripherals.cmd" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd" -lrts2800_fpu32.lib -llibc.a

    <Linking>

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 14: error:

    BEGIN memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 15: error:

    BEGIN_FLASH memory range overlaps existing memory range BEGIN

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 17: error:

    RAMM0 memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 17: error:

    RAMM0 memory range overlaps existing memory range RAMM0

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 21: error:

    RAMD0 memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 21: error:

    RAMD0 memory range overlaps existing memory range RAMD0

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:

    RAMLS_PROG memory range overlaps existing memory range RAMLS2

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:

    RAMLS_PROG memory range overlaps existing memory range RAMLS3

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:

    RAMLS_PROG memory range overlaps existing memory range RAMLS4

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 36: error:

    RESET memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 36: error:

    RESET memory range overlaps existing memory range RESET

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHA

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHB

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHC

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHD

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHE

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHF

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHG

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHH

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHI

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHJ

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHK

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHL

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHM

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:

    FLASHA_N memory range overlaps existing memory range FLASHN

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 42: error:

    BOOT_RSVD memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 42: error:

    BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 46: error:

    RAMM1 memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 46: error:

    RAMM1 memory range overlaps existing memory range RAMM1

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 47: error:

    RAMD1 memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 47: error:

    RAMD1 memory range overlaps existing memory range RAMD1

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS0

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS1

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS2

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS3

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS4

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS5

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS6

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS7

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS8

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS9

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:

    RAMGS_DATA memory range overlaps existing memory range RAMGS10

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 64: error:

    CPU2TOCPU1RAM memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 64: error:

    CPU2TOCPU1RAM memory range overlaps existing memory range CPU2TOCPU1RAM

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 65: error:

    CPU1TOCPU2RAM memory range has already been specified

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 65: error:

    CPU1TOCPU2RAM memory range overlaps existing memory range CPU1TOCPU2RAM

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:

    absolute symbol "_RamfuncsLoadStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:

    absolute symbol "_RamfuncsLoadSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:

    absolute symbol "_RamfuncsLoadEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:

    absolute symbol "_RamfuncsRunStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:

    absolute symbol "_RamfuncsRunSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:

    absolute symbol "_RamfuncsRunEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:

    absolute symbol "_RamfuncsLoadStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:

    absolute symbol "_RamfuncsLoadSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:

    absolute symbol "_RamfuncsLoadEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:

    absolute symbol "_RamfuncsRunStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:

    absolute symbol "_RamfuncsRunSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:

    absolute symbol "_RamfuncsRunEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:

    absolute symbol "_RamfuncsLoadStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:

    absolute symbol "_RamfuncsLoadSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:

    absolute symbol "_RamfuncsLoadEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:

    absolute symbol "_RamfuncsRunStart" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:

    absolute symbol "_RamfuncsRunSize" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:

    absolute symbol "_RamfuncsRunEnd" being redefined

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:

    section relative symbols from different output sections cannot be mixed;

    "_RamfuncsLoadStart" is in section "ramfuncs", "DOT operator" is in section

    "ramfuncs"

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:

    section relative symbols from different output sections cannot be mixed;

    "_RamfuncsLoadEnd" is in section "ramfuncs", "DOT operator" is in section

    "ramfuncs"

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:

    section relative symbols from different output sections cannot be mixed;

    "_RamfuncsRunStart" is in section "ramfuncs", "DOT operator" is in section

    "ramfuncs"

    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:

    section relative symbols from different output sections cannot be mixed;

    "_RamfuncsRunEnd" is in section "ramfuncs", "DOT operator" is in section

    "ramfuncs"

    error: errors encountered during linking; "PWM_software.out" not built

    >> Compilation failure

    makefile:164: recipe for target 'PWM_software.out' failed

    gmake: *** [PWM_software.out] Error 1

    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • I am able to execute the project generated by MATLAB in CCS by resolving some linking file issues. The project is generated from the example mentioned above.

    The changes I have made to the example code is: I have changed the ADCINA0 to ADCINA2.
    the I got the console i have pasted in the above message.