Hi Yuzo-san,
Yuzo Abe said: But, I can use sending only one object at a time with Auto-retry disabled, using TXREQ bit check. (Using project : main.c Line186 #if is set to 1)
If the product specifications of TM4C123BH6PM is no problem using my project,…
I need disable auto-retry, because our system spec. Our system accept ack error only one shot using disable auto-retry. We chose TM4C123BH6PM, because it can disable auto-retry. That’s disappointing, if it can not disable auto-retry.
I Would like…
Kuerbis said: Bob explained that yes setting the CAN INIT bit (done by CANDisable) will clear the error counters, but not receiving an ACK bit is not considered a transmission error.
Would you please explain more detail for it?.
The transmitter tries to…
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 be…
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 did not…
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.resetMode…
Part Number: TM4C123BH6PM Hi Team,
Would you please teach me the reset condition of REC and TEC bit in CANERR register?
Is The REC and the TEC bit in CANERR rest by Rx bit in SRCAN?
Thanks and Best regards,
Kuerbis