Hi,
I see that SIO is not supported in SYS/BIOS6. For that kind of stream I/O function, how to implement in BIOS 6?
Regards
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.
Hi,
I see that SIO is not supported in SYS/BIOS6. For that kind of stream I/O function, how to implement in BIOS 6?
Regards
Robert,
You should be looking at the Stream API, and also the SYS/BIOS IPC product.
Dave
Please give me a link or detail info on Stream API. I do not find any stream api at:
file:///C:/ti/bios_6_33_05_46/docs/cdoc/index.html
Thanks.
I find a link relating to stream topic at:
http://e2e.ti.com/support/embedded/bios/f/355/t/197414.aspx
It metioned:
I learned this morning that the IDriver and Stream interfaces are being deprecated, and all customers are being instructed to use the GIO and IOM interfaces going forward. These interfaces are simpler, and don’t require special packaging and build steps (those that I was going to send to you this morning).
Although the device and the application (uart) are different from that we talk about, I feel that it means that Stream cannot be used in my case. Stream must be used with IDriver, is it?
Thanks.
Hi Robert,
In regards to "SIO for SYS/BIOS" see this forum post.
What device and/or peripooheral are you intending to use? I'm not familiar with the SIO or "Stream" model, but perhaps the GIO model would work out. There is more information on GIO in the SYS/BIOS User's Guide in the Input/Output section. For GIO, I'd use the latest version of SYS/BIOS which can be found here.