Other Parts Discussed in Thread: TM4C1236H6PM I am using a TM4C6H6PM microcontroller. I am trying to get the SSI module to work, for testing I have connected together pins F0 (SSI1Rx) and F1 (SSI1Tx) in an attempt to read in what I am sending.
When…
dear madam ,
This is the case..
I already have LM4f120h5qr stellaris launchpad board...and i made my own board which has TM4C1236H6PM part on it. (SHOW circuit diagram . crystal value should be 20MHz )
so then i need to program my own board…
Other Parts Discussed in Thread: TM4C1233H6PM , TM4C123GH6ZRB , TM4C1236H6PM , TM4C123BH6PM , TM4C1230H6PM Hello all.
We are going to buy stock for launching our first product based on LM4F (TIVA) microcontrollers.
Our usual supplier of TI, told us…
Thank you Cb1.
Sorry for the delay, a lot of work this week.
cb1_mobile said: Your report of TDO @ ~0.9V is troubling. Is that a scope measure? (not DVM) Such may indicate an MCU power issue or some unwanted signal path/intrusion upon that pin...…
Other Parts Discussed in Thread: TM4C1236H6PM We've just revised a custom board from an LM3S device to use a TM4C1236H6PM. CCS was updated and the project settings changed to target the new MCU. On attempting to connector I get the error:
"CORTEX_M4_0…
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…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…