Altera_Forum
Honored Contributor
14 years agoSSS Task Never Starting
I am attempting to run the simple socket server (RGMII) on my custom board. I have run a memory test and verified all of my SDRAM is working and the SSS design is using the same hardware and configuration. I've also run a hello world from the RAM to verify it is working. The ostaskcreateext function exits without an error to create the SSSInitialTask, but the SSSInitialTask never starts. The program just stops after that. It seems the processor is never switching to the initial task.
I put a breakpoint at the start of the initial task and it never gets hit. When I debug it's just an endless loop of timer interrupts. Can anyone help with this? Also, I did modify the SSS example to take out all of the function calls to read the flash. My flash memory is broken, and thus not being used. Not sure if that affects this.