Altera_Forum
Honored Contributor
19 years agoEPCS under uCOS/II
I'm trying to programme an EPCS over TCP/IP and NIOS running uCOS/II. Problem is, the only way to access the EPCS is via HAL API, which says "single threaded only". Small operations, like a single erase or reading a few hundred bytes are OK, but if I try to read a few KB via a single call, the OS crashes with semaphore failures etc. So my question is " can you use the HAL EPCS functions under uCOS/II ?"