Altera_Forum
Honored Contributor
14 years agoMicroC/OS-II FIFO interface
Hello,
I am new to Nios & MicroC/OS-II. My project consists of HDL that writes to a FIFO. In the same project, I have Nios and the TSE MAC in SOPC Builder. The software consists of NicheStack on MicroC/OS-II. I want to be able to read from the FIFO (from my HDL) and send it over a TCP connection. I can create an OSTask that can send data on a TCP connection. Any pointers on how to access my HDL FIFO in MicroC/OS-II? Thanks in advance!