Hi,
have a look at the DK-TM4C123G ( http://www.ti.com/tool/dk-tm4c123g ) examples. The Data Logger (qs-logger) example is what you're looking for.
Also notice that the FatFS driver in TivaWare 1.1 ( http://www.ti.com/tool/sw-tm4c ) has been updated…
As a follow on to poster Mirko's well-framed question - note that, "spmu301.pdf" he references is described as, "SW-BOOTLDR-UG-1.0," dated 11 Apr 2013. Bold-faced title of this document is, " TivaWare Boot Loader " - which places no such TM4C129x device…
Ok, you haven't posted complete code therefore it is hard to tell what is missing.
To use ADC you need to:
Initialize clocks
Initialize GPIO ( I do not see GPIOPinTypeADC )
Initialize ADC
Please see the following materials (Chapter V is…
To be clear I think I have 2 problems. The path is not correct. It point at the old and new location. and the there is a linker script problem. I manually selected f28069M_ram_lnk.cmd but that didn't make it any better.
So I ended up with a lot of those…
Other Parts Discussed in Thread: EK-TM4C1294XL
I am attempting to use the CRC module in a EK-TM4C1294XL with TivaWare 2.1.0.12573. The TivaWareTM Peripheral Driver Library USER’S GUIDE SW-TM4C-DRL-UG-2.1.0.12573 contains the following example code in…
tim deleo said:
THATS FOR THE 129 I'M USING THE 123
Yes, I know. I also have Tivaware package for Tiva Launchpad TM4C123 and it does not have the CC3000 example program. TI made the Tivaware Packages for specific Tiva kits and some examples are…
Eduardo,
Are you using a TM4C123 launchpad development kit? If so, it has a built in debugger that can be used with several different IDEs/Tools. Would suggest you have a look at the user guides, TM4C123GH6PM Datasheet, The Launchpad Userguide if using…
Well it most certainly does not work. SDA should have the first transition (START condition on the bus), so are you absolutely certain that you haven't got the pins in the wrong order in your Saleae?
But your code still reveals that you're not "up…
Jiri,
As for documentation:
- Did you install Tivaware? Go to your ti/tivaware_xxx/ docs/ folder, and check the file SW-TM4C-DRL-UG-xxxx. That is the driverlib user guide, which is actually really helpful not only for understanding the library itself…
TM4C data sheet section 23.3.5:
If the dead-band generator is enabled , the pwmB signal is lost and two PWM signals are generated based on the pwmA signal.
The SW anomaly:
If PWM0 generator pulse width is set when dead band is enabled , PWM1 or…