Forum Discussion
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 singl...
Altera_Forum
Honored Contributor
19 years agoHi,
I had the same problem programming CIF flash over TCP/IP. My solution was to suspend the higher priority tasks before i begin writing flash, and then resume them. It works. bye