Part Number: SW-EK-LM4F120XL Other Parts Discussed in Thread: EK-LM4F120XL , TM4C123 , 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…
Part Number: CC2650MODA Other Parts Discussed in Thread: EK-LM4F120XL , , CC2650 Hi!
I'm new in TI products. I want to use CC2650MODA in my project. Can I use JTAG pins of ek-lm4f120xl board for programming this module? And how?
Thanks you!
Part Number: EK-LM4F120XL Other Parts Discussed in Thread: EK-TM4C123GXL Hello,
I'm trying to achieve a simple functionality on my EK-LM4F120XL. Basically, the device has to go in a hibernation loop, and at the times it wakes up, it's supposed to…
Part Number: EK-LM4F120XL Other Parts Discussed in Thread: TM4C123GH6PM , EK-TM4C123GXL Hi,
I am new to this one. I started using Keil and LM4F120H5QR development board. I am following course of EDX. My question is on how to download code to board. When…
Part Number: EK-LM4F120XL Can some one help me with installing pil target,
I tried one available
but it seems I have wrong connectivity connection for Texas Instruments Code Composer Studio (IDE), Texas Instruments Code Composer Studio (TCP/IP), Texas…
Part Number: EK-LM4F120XL Tool/software: Code Composer Studio Hello,
I have been developing a signal acquiring program, one that calculates RMS values, frequencies and such. It has been working just fine, but I'm having trouble while trying to print the…
Part Number: EK-LM4F120XL Other Parts Discussed in Thread: EK-TM4C123GXL Hello fellow programmers, recently I developed a program on Code Composer that can acquire electrical signals and give me the informations about the signal, such as frequency, RMS…
Part Number: EK-LM4F120XL Hello community! I have a problem switching the type of GPIO from output to input. I'm working on pin 1 of port D. First, I remove the resistors R9/R10 from PCB.
In my code, enable the peripheral
SysCtlPeripheralEnable( S…
Part Number: EK-LM4F120XL Hi, I have the following setup: Wheel-encoders connected to INT_GPIOC and INT_GPIOD (left wheel interrupts C and right wheel interrupts D) and INT_TIMER2A interrupt increasing counter counting seconds since init. The purpose is…