This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678网口程序烧写



自制c6678板,使用spi boot mode进行单核烧写,烧写点灯程序后可以成功运行。然后烧写自己的网口程序,网口程序是在K1_STK_v1.1下的GE程序的基础上修改的,调试是成功的,收发都可以进行。但烧写后需要重启多次才能正确运行。经过多次调试,发现烧写后KeyStone_GE_Init(&ge_cfg)函数有时可以通过,有时不行,若该函数通过,下面的Wait_PHY_link()也是有时可以通过有时不可以。请问这会是什么原因呢,为什么调试是成功的,烧写进去后有时可以有时又不可以呢?