Files
platformio-core/docs/platforms/titiva.rst

97 lines
3.1 KiB
ReStructuredText
Raw Normal View History

2014-08-09 16:31:20 +03:00
.. _platform_titiva:
Platform ``titiva``
===================
Texas Instruments TM4C12x MCUs offer the industrys most popular ARM Cortex-M4 core with scalable memory and package options, unparalleled connectivity peripherals, advanced application functions, industry-leading analog integration, and extensive software solutions.
2014-08-09 16:31:20 +03:00
For more detailed information please visit `vendor site <http://www.ti.com/lsds/ti/microcontrollers_16-bit_32-bit/c2000_performance/control_automation/tm4c12x/overview.page>`_.
2015-03-11 18:19:36 +02:00
2014-08-09 16:31:20 +03:00
.. contents::
Packages
--------
.. list-table::
:header-rows: 1
* - Name
- Contents
2015-03-11 18:19:36 +02:00
* - ``ldscripts``
- `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html>`_
* - ``framework-libopencm3``
- `libOpenCM3 Framework <http://www.libopencm3.org/>`_
2014-08-09 16:31:20 +03:00
* - ``toolchain-gccarmnoneeabi``
2015-03-11 18:19:36 +02:00
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_
2014-08-09 16:31:20 +03:00
* - ``tool-lm4flash``
- `Flash Programmer <http://www.ti.com/tool/lmflashprogrammer>`_
2015-03-11 18:19:36 +02:00
* - ``framework-energiativa``
- `Energia Wiring-based Framework (LM4F Core) <http://energia.nu/reference/>`_
2014-08-09 16:31:20 +03:00
2015-02-25 18:33:34 +02:00
.. warning::
**Linux Users:** Don't forget to install "udev" rules file
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
2014-08-09 16:31:20 +03:00
Frameworks
----------
.. list-table::
:header-rows: 1
* - Name
- Description
* - :ref:`framework_energia`
- Energia framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before.
* - :ref:`framework_libopencm3`
- The libOpenCM3 framework aims to create a free/libre/open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC 11xx, 13xx, 15xx, 17xx parts, Atmel SAM3, Energy Micro EFM32 and others.
2014-08-09 16:31:20 +03:00
Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command or
2015-03-16 23:08:59 +02:00
`PlatformIO Boards Explorer <http://platformio.org/#!/boards>`_
* For more detailed ``board`` information please scroll tables below by
horizontal.
2014-08-09 16:31:20 +03:00
2015-03-11 18:19:36 +02:00
TI
~~
2014-08-09 16:31:20 +03:00
.. list-table::
:header-rows: 1
* - Type ``board``
- Name
2015-03-11 18:19:36 +02:00
- Microcontroller
- Frequency
2014-08-09 16:31:20 +03:00
- Flash
- RAM
2015-03-11 18:19:36 +02:00
2014-08-09 16:31:20 +03:00
* - ``lplm4f120h5qr``
2015-03-25 11:42:36 +02:00
- `TI LaunchPad (Stellaris) w/ lm4f120 (80MHz) <http://www.ti.com/tool/ek-lm4f120xl>`_
2015-03-11 18:19:36 +02:00
- LPLM4F120H5QR
- 80 MHz
2014-08-09 16:31:20 +03:00
- 256 Kb
- 32 Kb
2015-03-11 18:19:36 +02:00
2014-08-09 16:31:20 +03:00
* - ``lptm4c1230c3pm``
2015-03-25 11:42:36 +02:00
- `TI LaunchPad (Tiva C) w/ tm4c123 (80MHz) <http://www.ti.com/ww/en/launchpad/launchpads-connected-ek-tm4c123gxl.html>`_
2015-03-11 18:19:36 +02:00
- LPTM4C1230C3PM
- 80 MHz
2014-08-09 16:31:20 +03:00
- 256 Kb
- 32 Kb
2015-03-11 18:19:36 +02:00
2014-08-09 16:31:20 +03:00
* - ``lptm4c1294ncpdt``
2015-03-25 11:42:36 +02:00
- `TI LaunchPad (Tiva C) w/ tm4c129 (120MHz) <http://www.ti.com/ww/en/launchpad/launchpads-connected-ek-tm4c1294xl.html>`_
2015-03-11 18:19:36 +02:00
- LPTM4C1294NCPDT
- 120 MHz
- 1024 Kb
2014-08-09 16:31:20 +03:00
- 256 Kb