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.

CCS/LAUNCHXL-F280049C: LAUNCHXL-F280049C

Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: SFRA

Tool/software: Code Composer Studio

sir, im trying to do SFRA analysis. Programs like timer, hrpwm, led blinky are running properly.Error occurs in test connection when debugging adc (epwm) program in F280049C.

  • Hi,

    The two errors are related to different Debug Probes. The first error indicates the utility can't find a XDS110 Debug Probe, but the background seems to indicate an active debug session is running. If that is the case, this is an expected scenario: close the debug session and try to run the Test Connection again.

    The second error is different. The adc_ex1_soc_epwm project is probably configured to use a XDS100v2 Debug Probe (the header of the error message dialog box) but the F280049C Launchpad uses a XDS110 Debug Probe. To correct this error, please modify the .ccxml file under the directory targetConfigs of the ADC project.

    Hope this helps,
    Rafael