- 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 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Antonin
2015-4-13
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 个评论
更多回答(2 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!