Hi Charles,
Thanks for the communication.
Regarding the NMI without RTOS code, the following is the code. But NMI is not triggered anything missing in the below code. So I checked with debugging after MAP_GPIOUnlockPin(GPIO_PORTD_BASE, GPIO_PIN_7); function…
Part Number: TM4C129DNCPDT
Hi, I am using TI-RTOS and Tivaware driver lib. I am facing one issue.
In debug mode i am getting some message.
In normal flash programming, i am not getting any issue.
Regards.
Sumit Chaulya.
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: SEGGER Hi,
I am using TM4C129DNCPDT from TI.
Request confirmation of use of SEGGER J-Flash programmer for Firmware download.
Thanks & Regards,
S.Ramamani
Hi,
SUMIT CHAULYA said: If new application is failed to load because of some issue (communication fail, Power fail, etc.)
You can use CHECK_CRC to verify if the new application is programmed successfully. Refer to CHECK_CRC in the bootloader user's guide…
Part Number: TM4C129DNCPDT HI Team,
I am working on TM4C129DNCPDT with TI-RTOS. I am using counting semaphore for synchronize the tasks and it is working fine.
But i want to check the count no, it very important for us. so how to check count…
Hi Charles,
Thanks a lot for support.
Our RTOS code was stuck somewhere that's we unable to validated the communication between PHY and microcontroller.
Thanks,
Kiran
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: DP83869HM , Hi,
We are trying to access DP83869HM PHY using the TM4C129DNCPDT microcontroller. We have manually programmed but the PHY is not responding(0xFFFF) . Is there any MDC/MDIO example…
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: SYSBIOS Hi Experts,
We have this query from Cx, asking help with regards TI-RTOS:
We go through the debug process. and i get GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_3, 1<<3); instruction giving…
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: UNIFLASH , Hello,
I programmed my prototype controller board which has a TM4C129DNCPDT microcontroller through CCS UniFlash Utility but I’m unable to connect the prototype controller Board to the…
Hi,
SUMIT CHAULYA said: MAP_TimerConfigure(TIMER0_BASE, TIMER_CFG_PERIODIC_UP);
This line is wrong if you want to use Timer-B. When you use TIMER_CFG_PERIODIC_UP, this is to use the full-width timer, meaning to combine Timer_A and Timer_B as one 32-bit…