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.

Using SYS/BIOS and HyperLink together

Hi.

I've modified the HyperLink example program in the PDK for my own use. I'm trying to call the IO Cycle function (the function that performs the task of writing to the remote device) every 1 ms, and have modified the SYS/BIOS clock example program to try and accomplish the same. I have included the Clock_create(), Param_init() and other such necessary functions  at the beginning of my main() program. However, the main() program hangs as soon as it reaches the Clock_start() function. Before that, it sets up the Hyperlink, verifies link stability, etc. But it doesn't run past that point.

Does anyone know how to fix this?

Thanks.