I've TI Launchpad 28379D and TI BOOSTXL-K350QVG-S1 display. I'm using simulink and would like to display voltage and current reading to TI LED screen. How would I go about it?

26 visualizzazioni (ultimi 30 giorni)
Greetings,
I've the TI Launchpad 28379D C2000 and TI BOOSTXL - K350QVG-S1 display connected to it. I'm using simulink to generate PWM signal for a boost / buck converter. I'd like to display the read control signal value (voltage, current) on the TI external LED display screen. Values come from ADC pins. Display should show "String" + value. Could anyone please help, how to go about this to program it? I unfortunately couldn't find any existing examples.
Thank you so much in advance!

Risposte (1)

Walter Roberson
Walter Roberson il 26 Ott 2025 alle 23:02
Fork the ADC pin output. Use Compose String https://www.mathworks.com/help/simulink/slref/composestring.html to put in the "String" part and convert the floating point to string. Display the result using a Display block.
  1 Commento
Jozsef
Jozsef il 29 Ott 2025 alle 22:59
Modificato: Jozsef il 29 Ott 2025 alle 23:00
I see. What I was wondering is how to display read current / voltage on the TI external LED screen. Its a booster pack TI sells, and its installed on the board. I've came across an example of how to display image from PC. What I need is just to display text and values.

Accedi per commentare.

Prodotti


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by