MATLAB: Interfacing C2000 ADC and SCI Tx

c2000 interfacingEmbedded Coder

Hello Everyone, I have problem in interfacing TI's C2000 F28335 ADC. I want to display whatever data i get in ADC to LCD using SCI Tx port but its not working… As soon as i remove ADC and connect constant block its working fine actually.. I have attached file too please look into that..
Thanks….

Best Answer

Hi Nityanand,
While running out of flash, the ramfuncs section needs to be copied from Flash to RAM at startup. This is what we do in the "Initialize functions" section of the target preferences block while you pick a "boot from Flash" board. The ADC init routine needs it. Your code runs fine if I add this to the TP block. Attached is the modified model. Tips:
  • Use single instead of double as double is not natively supported on the c28x processor.
  • You can try printf in your MATLAB code, this will be cleaner instead of using direct ASCII characters.
I hope it helps,
Cheers,
Antonin.