See section 14.2 of the TivaWare Graphics Library User's Guide on how to convert fonts into a format usable by the graphics library.
(C:\ti\TivaWare_C_Series-2.1.4.178\docs\SW-TM4C-GRL-UG-2.1.4.178.pdf)
I have also attached a PDF showing fonts that…
Hello everyone,
I'm now actually starting software development for a new product using the Ethernut OS and a TM4C1294 and would like to revive this topic. The device headers are still not available as a separate archive file, so I downloaded the " SW…
That's an excellent question! As you probably noticed, there are quite a few web updates still being made after this weekend's rebranding changes and one of them is that the individual board releases of TivaWare are not yet linked to the board pages.…
Other Parts Discussed in Thread: TMP006 I recently purchased the SENSHUBPACK-123G and then downloaded SW-TM4C-2.0.1.11577.exe and unpacked the contents. I then ran make from the root of the directory, attached the senshub to the launchpad, plugged in…
Can now report that all settings w/in IAR's IDE-based, post above - with the exception of change from: Debugger -> TI Stellaris, to Debugger -> JLink - thus far appear to be well accepted by our new TM4C123 MCU now resident w/in our existing, custom board…
No, problem, thanks for your help!
By the way, I have made an installation script (install_ccs.sh) for myself to install CCS on Ubuntu 13.10 x64. With this script, you are able to install CCS on a fresh installation of Ubuntu (for example in a virtual…
Hi,
I'm referring document SW-TM4C-DRL-UG-2.0 from Tivaware, topic 25 SHA/MD5. I'm trying example code. The example code works. But when i tried to verify the result with some python script, they don't match. My python script works properly as I can…
Hello SH14599,
Looking at DriverLib documentation "SW-TM4C-DRL-UG-2.1.4.178.pdf" for the description of LCDDMAConfigSet, it looks like you may not have configured it fully.
Your code that is posted shows:
LCDDMAConfigSet(LCD0_BASE, LCD_DMA_BURST_16…
Part Number: LAUNCHXL-F28069M Hello, I am using LAUNCHXL-F28069M with BOOSTXL DRV8305EVM to control an outer-rotor motor (14 pairs of pole).
The maximal speed of the motor can reach about 4 krpm, which is verified in the speed control (lab5b and lab12b…
Wait for a TI Engineer to help you.
But for other TI MCU's like TI Tiva MCU, they already have an example program for accessing sd card that uses FatFs. I think that example program can be ported for CC3200. It is doable but not an easy task. Here…