Hi guys,
I would like to get an uart access on SYS/BIOS application through Streams library. I'm following chapter 2.3 on IPC documentation (http://www.ti.com/lit/ug/sprugo6d/sprugo6d.pdf) to set up UART device module and I've a technical issue here.
The documentation shows the line below for a UART driver configuration but this line cannot be compiled.
var Uart = xdc.useModule('thirdparty.drivers.Uart');
I think it's because the path of driver is not correct but just an example. So any of you guys have any idea that I can get set UART driver up correctly?
Here's system options that I'm using:
- pandaboard ES (OMAP4460: A9s and Ducati)
- xdctools 3.22.03.41
- sysbios 6.32.1.38
- ipc 1.23.1.26
- TMS 470 4.9.1
- C6000 7.3.4
Thanks,
Jaeyeon