Thanks George,
compiler version: TI v16.9.6.LTS [TI v18.1.1.LTS]
Here is the build console output:
**** Build of configuration Debug for project AutosarCanStack ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 arch/arm-cortexM4/drivers/Can.obj -O …
Forgive me for the N00b questions.
However trying to get my head around this:
uint32_t time;
void SysTick_IntHandler(void) { time++; }
int main(){
SysCtlClockSet(SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL| SYSCTL_OSC_INT); uint32_t clock=SysCtlClockGet(); …
hi Petrei,
i already changed pins in Tiva/third_party/fatfs/port/mmc-dk- LM4F120H5QR .c to ssi3 even though i got the same problem.
i am using Tiva/third_party/fatfs/port/mmc-dk-LM4F120H5QR.c becaz i dont have it for dk-tm4c123g.any way i think this wont be…
Other Parts Discussed in Thread: EK-TM4C123GXL , TM4C123GH6PM Hello,
I am very much new to the TIVA micro controller. I have a launchpad with Micro controller EK-TM4C123DXL.
I want to develop it for converting analog audio in digital with AGC and also control…
Other Parts Discussed in Thread: LMFLASHPROGRAMMER Sir
I am new in TI's microcontrollers. I want to know how to flash a program developed in CCS to the microcontroller TM4C123HG6PM designed for new project. How we will interface the controller to…
Other Parts Discussed in Thread: TM4C123GH6PM Hii.
I am using ADC in my TIVA EKTM4C123GXL launchpad.. I have configured the ADC and wanted to watch it on CCS debug session. When I compile, i didnt get any error. But in debug session, when i stop debugging…