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)
Show older comments
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!
0 Comments
Answers (1)
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.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!