Altera_Forum
Honored Contributor
15 years agoC4gx dev kit and TSE
Hello all,
I work on C4GX dev board, I use the board update portal design exemple and I use Simple Socket server on my NIOS application. First I've worked with the subscription version (30 days evaluation). I worked only on the SSS application with NIOS II SBT tools. My application works fine. Now my trial have expired and I use a web lisence. I have problems when I make modifications in the nios with QSYS. For exemple I only rename PIO_LED in PIO_LED_Test. I generate it, go in quartus and compile. I refresh my workspace in SBT, generate BSp, clean, build and debug. When I run my program in debug it stop at "INFO : PHY[0.0] - Auto-Negotiation PASSED" see it in nios II console. But i can pass this step in "step by step" debugging but it always stop at: /* Wait for the descriptor (chain) to complete */ while ( (IORD_ALTERA_AVALON_SGDMA_STATUS(dev->base) & ALTERA_AVALON_SGDMA_STATUS_BUSY_MSK) ); see it in altera_avalon_sgdma.c I don't know what happened. I'am lost. I need help. Thanks.