Tool/software: TI-RTOS
Hi,
Please let me know how to receive data with the GIO driver provided in SYS/BIOS.
I am looking at the manual of Bios_User_Guide.pdf in <ti_components\os_tools\ bios_6_46_04_53\docs>. When data is received, after setting the reception buffer with GIO_issue, we take a buffer with GIO_reclaim, checking the timing at which the data was received. However, if I do not know the timing to receive, there is a way to poll only.
On the other hand, there seems to be a mechanism to notify by the function callback specified by the user when the data is received in E 6.1 section of the manual. However, there is a concrete method of specifying the callback function, but it is not described in the manual.
So, Could you let me know how to do it. Are there any sample codes or good documents?
Regards,
Kenshow