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-TMS57004: bq76PL455EVM

Part Number: LAUNCHXL-TMS57004
Other Parts Discussed in Thread: BQ76PL455EVM

Tool/software: Code Composer Studio

Hi good day, Is it possible to create a GUI for the LAUNCHXL-TMS57004 and bq76PL455EVM to extract cell information and create a graph?

  • Ruby,

    I am not familiar with the bq76PL455EVM or the device on it. However if the values containing the cell information are accessible from the TMS570 then you could use the GUI Composer tool to create a GUI that runs on your PC and shows the information.

    You can access GUI Composer here: dev.ti.com
    Here is the users guide: dev.ti.com/.../index.html

    You would need to have some code running on the TMS570 that read the values and then sent them to GUI composer via serial/uart. Currently the project wizard will prompt you to select a device, just select another ARM based device like TM4C129.

    Regards,
    John