Part Number: SW-EK-TM4C1294XL Hi Team,
Working the TM4C1294Xl D ebugging the code during that time t ry to debug the next time code this error is throwing
CORTEX_M4_0: Error connecting to the target: Unable to communicate with the device. Please check…
Hi Fran,
Francesc Paradell said: this is the result of the dbgjtag.exe command with the faulty Tiva board:
You are showing dbgjtag.exe using XDS100, not XDS200. Please try again.
If you see the same result using XDS200 then unfortunately, I think…
Part Number: SW-EK-TM4C1294XL Other Parts Discussed in Thread: UNIFLASH I have LMflash programmer and Uniflash s/w installed on my windows laptop. I see erase option but is there a way I can download the image on the MCU?
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C129EXL , TM4C129ENCPDT Dear all,
I use UART2 (PA6 as Tx and PA7 as Rx). I send a data stream like 17, 03, 04, 34, 45, 65 to another board(Arduino Mega). It was successfully work.…
Part Number: SW-EK-TM4C129EXL Hi everyone,
How can I an array element is pass through UARTCharPutNonBlocking API. My code like that
int main(void) {
int i=6; unsigned int a[6]={17,03,02,45,37,45};
MB_Port(); while(i !=0) { ROM_UARTCharPutNonBlocking…
Part Number: SW-EK-TM4C1294XL Other Parts Discussed in Thread: EK-TM4C1294XL I am attempting to run the example projects provided for the EK-TM4C1294XL dev kit however whenever I click "import" in Resource Explorer for a project it pops-up saying I must…
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL I'm having trouble determining which pins and software controls will to properly do bi-mode SSI.
The frame sync pin function is not fully clear.
My design uses two shift…
Part Number: SW-EK-TM4C123GXL Other Parts Discussed in Thread: EK-TM4C123GXL Hi everyone,
I am trying to create an application where the TIVA is configured as USB device which communicates downstream through serial port.
I am already tested with success…
Part Number: SW-EK-LM4F120XL Other Parts Discussed in Thread: EK-TM4C123GXL I have made a function in order to configure I2C communication from an LM4F120H5QR microcontroller with an external sensor (HMC5883L).
I have used register definitions from…
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C129EXL Dear Sir,
I have a problem for receiving data form uart0 in ek-tm4c129exl board. I want to receive a data stream one by one like (one start bit, 17,03,00,04,45,77,one stop…