Part Number: TM4C123GH6PM
Tool/software:
Hello,
I set my sys clock freq as 80MHz and don't know why SysCtlDelay(10000000); is delaying 750ms instead of 375ms.
I used logic analyzer to test the SPIWritePacket function, and as you can see below, the…
Part Number: TM4C123GH6PM Tool/software: Hello,
I have reviewed datasheet section on power consumption, but I could not find relevant info. I would like to power the tm4c123gh6pm via a low-noise, high pssr LDO.
Usually I use a TPS73633 which is 0.4A…
Part Number: TM4C123GH6PM
Tool/software:
Hi, We have recently met a Tiva TM4C123GH6PM SW reset issue described below
Procedure
1. Set pin#64 (PD3) Analog function (AIN4) with enabling internal Pull up.
2. Execute software System Reset Request by setting…
Hi,
I have not heard back from you. Hope your issue is resolved. I will close this thread for now. If you have any update you can write back to this post and the status will automatically change to OPEN.
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: EK-TM4C123GXL Tool/software: I have a TI Tiva TM4C123GH6PMIR on a custom board that is giving me all kind of random FaultISR() at different lines of code.
No matter what I have tried I can't seen…
Part Number: TM4C123GH6PM Tool/software: Hello,
I have code such as:
#ifdef DEBUG char loginfo_buffer[128]; #endif
But I now want to switch it on and off using the debug configuration in the ccs. are there any flags that the debug configuration adds…
Part Number: TM4C123GH6PM Tool/software: I have some general questions about ADCs in TM4C.
1. What are the differences between single-ended and differential input configurations?
2. What exactly are the sample sequencers and step sizes? And how are they…
Part Number: TM4C123GH6PM Tool/software: Hello,
I am trying to implement an ADC comparator interrupt so that the Red LED turns on if the measured voltage is higher than 0.11V and turns off when it is lower than 0.11V, which is about 136/4096 * 3.3V.…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: EK-TM4C1294XL Greetings, I want to deep sleep a TM4C123GH6PM processor on a custom board, but I think I can't configure the correct clock settings for it. I'm not using a library for the project…