Hallo,
Hi have EKS-LM4F232 eval board and I want to output a PWM signal from pin PF0 using Timer0 (T0CCP0).
Following some examples I wrote this:
#include "inc/hw_memmap.h"
#include "inc/hw_types.h"
#include "driverlib/sysctl.h"
#include…
I am using CCS 5.1.0.09000. I have a directory with a bunch of random code I want to reuse and be common between several different workspaces. Lets this common code directory is located at "c:\commoncode" it has 2 files in it "common.c" and "common.h…
I now have spend nearly two weeks investigating the 4F232 stellaris device and it's pitfalls, but even with tools like Code Composer Studio like I use it's hard to emit one single trap ... I sometimes feel with this hardware like beeing the early bird…
Other Parts Discussed in Thread: SYSBIOS Hello All,
Just getting started using CCS and SYS/BIOS. Created a new CCS project on a Stellaris EKS-LM4F232 eval kit. Finally got it to make and find all the target setup files.
When I go into debug it does…
Hi Todd,
I saw that you suggested the post above as an answer - I'm going to go ahead and reject that, and provide some information that my local TI support person, Henry Hendrix, has provided. He suggests:
"We have made an effort to use system variables…
Hello Lisa,
I did a little further investigation and it appears that F3 will take me to function definitions in the source files (*.c) if they are included as source in the CCS project but F3 will only take me to the function declarations in the header…
Hello,
CCS version: 5.2.0.00069
TI Development board: Stellaris EKS-LM4F232 Evaluation Kit
StellarisWare version: 9453
After installing Code Composer Studio, setting up the board, and running the various examples included with StellarisWare for…
I am trying to put together a scenario where I trigger an M4 ADC on a timer and use an interrupt handler to process the data that's returned. When the ADC finishes taking a sample I would like it to DMA it into a ring buffer in memory, so I can then get…
Hello Community, I have a problem and I hope you can help me. I have started programming on the Evaluation Board LM4F232. On this board, I want to use the UART interface. I have tried to understand the UART_Echo program. Everything works fine, but if…
Other Parts Discussed in Thread: CCSTUDIO Hi,
I am having trouble getting a Blackhawk XDS100v2 to connect to a Stellaris EKS-LM4F232 Eval board.
I tried this from another PC, and it connects fine.
So, I've concluded that the Eval board and XDS100v2…