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.

LAUNCHXL-F2800137: Inquiry Using DATALOG Function

Part Number: LAUNCHXL-F2800137
Other Parts Discussed in Thread: C2000WARE, , BOOSTXL-DRV8323RS

from【C2000Ware_MotorControl_SDK_4_02_01_00】

use LAUNCHXL-F2800137 + BOOSTXL-DRV8323RS

CCS 12.1.0.00007

Dear Sir/Ms.

I am currently testing the Level 1~Level 4 Incremental Build project.

When I want to use the [DATALOG module] to display the current current value,

but a lot of errors occur after compiling.

I would like to ask if the error is caused By the fact that the F280013x series does not have the DMA function?

If yes, then I want to use [DATALOG module] on F280013x, how to achieve it?

Best Regards,

Yu-Xiang

  • Hi Yu-Xiang,

    I would like to ask if the error is caused By the fact that the F280013x series does not have the DMA function?

    This is correct. The DATALOG feature is not supported in F280013x project because of this.

    If yes, then I want to use [DATALOG module] on F280013x, how to achieve it?

    The DATALOG software would need to be re-written to remove the DMA dependency. This would also affect the overall CPU utilization.

    Alternatively, I would recommend using the SPI based DAC128S for displaying certain C2000 variables.

    Best,

    Kevin