- 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.
Interfacing C2000 ADC and SCI Tx
2 views (last 30 days)
Show older comments
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....
0 Comments
Accepted Answer
Antonin
on 13 Apr 2015
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:
I hope it helps,
Cheers,
Antonin.
0 Comments
More Answers (2)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!