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/TMS320F28379D: BOOSTERPACK MKII usin c2000

Part Number: TMS320F28379D
Other Parts Discussed in Thread: LAUNCHXL-F28379D, C2000WARE, AFE031

Tool/software: Code Composer Studio

Hi dear TI comunity.

I'm starting to use a LAUNCHXL-F28379D with a BOOSTERPACK MKII http://www.ti.com/tool/BOOSTXL-EDUMKII  and I have never worked with a color LCD. Do you know any library o API for work betwen the delfino or C2000 microcontroler with the LCD Display of the Boosterpack MKII or similar. I only need display strings in the display, put images and figures on the display does not interest me for now.

Thanks

  • Yedison,

    I saw your other post before this one (which I have removed due to it being a duplicate/ has no questions)

    You may have luck searching through here on e2e. From the C2000 apps side, we have not created any tools to control the LCD on this BoosterPack. At it's core, the LCD uses the SPI module, so you should be able to create a simple SPI driver and then implement the LCD commands on top of that.
    For C2000 provided SPI drivers, you can refer to a few examples -
    "C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2837xd\examples\cpu1\boostxl_afe031_f28379d_dacmode"
    "C:\ti\c2000\C2000Ware_1_00_06_00\utilities\third_party\f2837xd\fatfs"

    Each of those examples use the SPI to communicate with external devices- the AFE031, and an SD card with a FATFS file system.

    I hope this gets you started. Others on here are more than welcome to chime in!

    Thanks,
    Mark
  • ,

    Thanks for your answer, and excuse me for the delay in my reply, your answer is perfect for my question.

    Again Thanks for your time solving my little question.