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)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (1)
  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
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!