Other Parts Discussed in Thread: TMS320F28016
I need several functions from stdio.h, and before biting the bullet and rewriting them myself, I had a peek around. I discovered the existence of stdio.h and added "#include <stdio.h>" to my source file and made a reference to "putchar(ch)" in my code. That symbol showed up unresolved, meaning I need to add a library. The only library referenced in the "startup" project I'm using is rts2800_ml.lib. Where do I find the library containing the stdio stuff? I'm using CCSV5, Version: 5.1.0.201110281600 Build id: N201110281600 and building for a TMS320F28016 device.
My other question about that library is "Does it associate stdin/stdout with the SCIA serial port? If not, how do I make that association?