This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/LAUNCHXL-F28069M: C2000Ware f2806x MWare Utils

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: C2000WARE

Tool/software: TI C/C++ Compiler

In the \C2000Ware_1_00_04_00\device_support\f2806x\MWare\utils folder there are 2 files: uartstdio and cmdline. How can I incorporate these utilities into my project? When I've tried to use them and then followed the example in the F2806x Firmware Development Package pdf on pg 123, I get compilation errors saying that SYSCTL_PERIPH_GPIOA isn't defined.

I've attached the pdf and a shot of the snippet I'm trying to get to work. F2806x-FRM-DEV-PKG-UG.pdf

Here's the snippet:

I've tried looking for a skeleton example that includes the utilities, but haven't had any success. Any suggestions on how I can incorporate these tools in my development environment would be fantastic.

Thank you!

  • The USB examples use these files. Have you looked at them?

    I suspect the documentation you've shown is incorrect. I don't think those GPIO functions actually exist on the F2806x. I'll file a bug report to get that corrected. Again, take a look at the USB examples to see how they initialize the UART IOs.

    Whitney