Hi, I'm using CCSv6 and wrote some codes based on the Launchpad Workshop Lab 15.
#include <stdint.h>
#include <stdbool.h>
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
#include "driverlib/sysctl.h"
#include "driverlib/gpio.h"
#include "driverlib…
Other Parts Discussed in Thread: CC256XQFNEM We are trying to run the Bluetopia stack on a TM4C129XNCAD running on the DK-TM4C129X kit. The bluetooth chip is a CC256XQFNEM module with an added 32.768 kHz oscillator.
We are using the SPPLEDemo sample and…
Other Parts Discussed in Thread: TM4C123GH6PM Hello,
I am trying to use the analog comparator 1 on a TM4C123GH6PM using TivaWare 2.1.0.12573.
However, the line
SysCtlPeripheralEnable(SYSCTL_PERIPH_COMP1);
results in an identifier SYSCTL_PERIPH_COMP1 is…
hi Luis Afonso
thnk for repl..
I made a project using the Tiva to control allot of TLC5940, https://sites.google.com/site/luiselectronicprojects/rgb-matrix/tlc5940. There's a zip attached for download in that page.
i had gone through the link but i…
7446.USB Input Device.zip
Tsuneo,
Thanks for the help. Attached is the descriptor for the touch panel.
Although I use the IAR tool chain, I was able to confirm the cause of the Hard Fault. The HIDDriverOpen(...) function returns successfully, but a call…