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?

25 views (last 30 days)
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!

Answers (1)

Walter Roberson
Walter Roberson on 26 Oct 2025 at 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 Comment
Jozsef
Jozsef on 29 Oct 2025 at 22:59
Edited: Jozsef on 29 Oct 2025 at 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.

Sign in to comment.

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!