Part Number: SW-EK-TM4C123GXL
I've an interrupt clocked at 100kHz - so need it to be as efficient (e.g. minimum clocks) as possible.
So I changing the calls to libraries, to direct writes to the memory mapped registers. This basically just removes…
Part Number: SW-EK-TM4C1294XL Other Parts Discussed in Thread: EK-TM4C1294XL Dear Sirs
I'm using the EK-TM4C1294XL as a master unit to communicate with a embedded pressure sensor that I'm developing. To get started, I'm using the example projec…
Part Number: SW-EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C129EXL , TM4C129ENCPDT Hi, I am trying to use freeRTOS on EK-TM4C129EXL. I have followed this older tutorial and tried to build the project, but I get the following errors:
Building target…
Part Number: SW-EK-TM4C1294XL Hi,
I want to debug the boot_emac_flash (ethernet bootloader) project. Inside copy_loop (copying flash to SRAM), the program gets stuck. It never exits the loop.
ProcessorInit: .asmfunc
;;
;; Copy the code image…
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. But…
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(UART2_BASE…
Part Number: SW-EK-TM4C129EXL I have searched all through these forums and not found any answers that have helped so far.
I am using TI-RTOS 2.16_01_14 with TivaWare 2.1.1.71b. It seems that my calls to the I2C API functions are hit or miss for whether…
Part Number: SW-EK-TM4C123GXL
Hi,
I am trying to connect the kentec boostxl display to the board. I flashed the grlib_demo program from the boostxl documentation (tivaware_c_series2.2.0.295/examples/boards/ek-tm4c123gxl-boostxl-kentec-s1), but the screen…
Part Number: SW-EK-TM4C1294XL Other Parts Discussed in Thread: EK-TM4C1294XL , EK-TM4C123GXL Hello I recently purchased an EK-TM4C1294XL Evaluation Kit . I'm doing a lab from the "Creating IoT Solutions with the Tiva® C Series Connected LaunchPad Workshop…
Part Number: SW-EK-TM4C1294XL Hello,
after compiling a sample project on Ubuntu 20.10 I have got this error message:
CORTEX_M4_0: Error connecting to the target: Unable to communicate with the device. Please check your connection.
Is this a wrong installation…