Hi,
I was learning TM4C129X and TI-RTOS by evaluation kit EK-TM4C1294XL. Firstly, I imported the example "empty" from tirtos_tivac_2_00_00_22. Secondly, comment of "Board_initEMAC()" in main() was removed. Lastly, the NDK is globally added and TCP/IP/ICMP/EMAC are enabled by XGCONF. EMAC driver was also added in. Rebuild the project and load it into target. Ping target IP address, the host can receive ping reply from target.
But when I modified NDK task priority level LOW/NORMAL/HIGH/KERNEL from 3/5/7/9 to 3/6/8/10, the host can not receive ping reply from target. I was puzzled because nothing but the NDK task priority level was modified.
In addition, when I comment out the "System_printf("...")" in function main(No modification in any other code), the same thing will also happen. I was completely puzzled.
Could anyone give me some guidance? Thanks a lot!
Best Regards.
Jason Jia.