Part Number: TM4C1231H6PGE Hello,
My goal is to generate an interrupt from my PWM peripheral.
I followed the instructions from this post:
And came up with the following code:
int main(void)
{
SysCtlPWMClockSet ( SYSCTL_PWMDIV_64 ) ;
SysCtlPeripheralEnable…
Part Number: TM4C1231H6PGE Other Parts Discussed in Thread: TM4C123GH6PM , Hello,
In my Launchpad code I use one of the PWM peripherals to control a servo motor.
The PWM frequency is 400Hz.
Is it possible to make the PWM peripheral generate an interrupt…
Part Number: TM4C1231H6PGE Tool/software: Code Composer Studio Hello,
I've tried to compile this in CCS and got an error message:
for ( int index = 0 ; index < 128 ; index ++ ) { }
As far as I know C99 supports declaring valuables inside for loop…
Part Number: TM4C1231H6PGE Tool/software: TI C/C++ Compiler Hello,
I modified the startup code of one of the Tiva C labs.
My goal was to insert an interrupt handing function (row 227).
This row uses the "PWM1_GEN0_ISR" function whose prototype is define…
Part Number: TM4C1231H6PGE
Hello,
This post comes in continuation to a question I already asked on the forum. I'm designing a PID control system that does the following:
1. Takes linear and angular acceleration readings from a sensor via I2C. 2. Calculates…
Part Number: TM4C1231H6PGE Hi all, I am trying to understand how grlib works from the architecture perspective, I found the below link is quite informative:
http://processors.wiki.ti.com/index.php/Grlib_-_Widget_Tree_Structure
However it is for StellarisWare…
Part Number: TM4C1231H6PGE Hi all, by reading the data sheet of TM4C123, I am not very clear on how the timing of SSI transmission works and wonder if anyone can clarify a few things here. I am using SSI1 as a SPI host, here is what I am not certain: …
Part Number: TM4C1231H6PGE Hi all, I just entered a post on this however it doesn't seem to be successful (the page loading never finishes and I had to cancel it), so I am going to enter it again here, my apology if it gets duplicated.
I am writing…
Part Number: TM4C1231H6PGE Dear Champs,
The problem is the same with below E2E post:
https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/536594/1954975#1954975
If customer want to know the voltage level spec on oscillator, is it mean VIHE?
…
Part Number: TM4C1231H6PGE Hi all, I am seeing different behavior between PD6 and PD7 on DK-TM4C123G launcher pad and hopefully someone can shed some light on why. I am running the code attached to this post which is really the blinky example project…