Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Ok for the tse_mac_init error: the tse user guide indeed recommends you enable the "align packet header to 32 bit boundary" option if you want to use tse with Interniche TCP stack. Does your code gets stuck even if you remove all those printf? What's the rate that printf is expected to be called in that while loop? Also try adding a sleep calls just before the for(Count...) loop or inside the loop itself in order to see if your code get's there: printf needs to be processed by the HAL driver before you can see them in the terminal console, so there could be more messages in the printf queue but you can't see them because the whole OS gets stuck. --- Quote End --- yes it stuck even i remove printf, now i have remove all printf from my code , then i change the priorities