Part Number: TM4C123BH6PM Hi Team,
The customer provide the project to re-produce with Tiva DK-TM4C123G.for the following E2E thread, I attached it.
Would you please investigate it?
The original thread is locked. So I create new one.
TM4C123BH6PM…
Part Number: TM4C123BH6PM Hi Team
The customer use CAN module and has the following problem.
They set three objects (30, 31, 32) by Tivaware CANMessageSet. But Only the massage object 32 is transmitted.
However, if they leave the interval between…
Part Number: TM4C123BH6PM Hi Team,
What specific numbers does the customer needs for the fourth argument to Tivaware uDMAChannelScatterGatherSet?
The data sheet only states "the flag bIsPeriphSG should be used to indicate if scatter-gather should…
Part Number: TM4C123BH6PM Hi Team,
The customer used Tivaware. and wants to create a function that uses SSI and uDMA to send SPI through uDMA.
Would you please provide sample programs?
Thanks and Best regards,
Kuerbis
Part Number: TM4C123BH6PM Hi Team,
The customer uses the CH11 and the primary side (SSI0TX) of uDMA. is operating in PeripheralScatterGather mode.
Is there a way to verify that all processes are complete?
They tried the following method, but it…
Part Number: TM4C123BH6PM Hi Team,
How to transmit 0x0000 except for the TX data which is set?
Th customer wants to send 0x0000 after all buffer is sent out.
When set 8 Tx on SSI_Slave on TM4C123BH6PM and SPI communication is sent more than 9…
Part Number: TM4C123BH6PM Hi Team,
How to cancel CANMessag object which is re-transmitted by ACK error?
The customer wants to cancel the re-transmitting CANMessag object and tried it by CANMessageClear() with Ch which is got by CANStatusGet(CAN0_BASE…
Part Number: TM4C123BH6PM Hi
I am using the tm4c123bh6pm and in one point it enters into hibernate
portc pin5 is used as UART tx
from some reason in hibernate this pin (portc pin5) turning to 3 state
all other GPIO outputs are retaining there…
Part Number: TM4C123BH6PM Hey,
I am using the watchdog on a TM4C123BH6PM with ti rtos (2.16.1.14) initialzed by following code:
Watchdog_Params params;
Watchdog_Params_init(¶ms);
params.debugStallMode = Watchdog_DEBUG_STALL_ON ;
params…