Tool/software: TI-RTOS
Hi Guys!
Let me allow to ask one of you for the followings:
I have a problem with TM4C129ENCPDT and TI-RTOS.
I made a custom board for my controller, it works fine, but i tried to modify the ethernet led0 config/properties according to TM4C129encpdt datasheet 1766 page.
I tried to modify the register under TI-RTOS i always getting termination exc. i use the tivaware lib for this.
I tried to modify the register under the example enet_lwip. This is not a rtos example and it works fine i think.
The lwIPInit function was modified before the the emacinit is called.
EMACPHYExtendedWrite(EMAC0_BASE, 0 , EPHY_LEDCFG,EPHY_LEDCFG_LED0_RXTX);
EMACPHYWrite(EMAC0_BASE, 0 , EPHY_LEDCR,EPHY_LEDCR_BLINKRATE_2HZ);