Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

TM4C123 Part Numbers

Jonathan 'theJPster' Pallant edited this page Jan 30, 2020 · 3 revisions

TM4C part numbers are generally in this format: TM4C123ab6cd

If a is in the set of:

  • ABFG => PWM, QEI and 2x CAN
  • 012367 => no QEI, no PWM and 1x CAN
  • FG67 => USB OTG
  • 23 => USB Device
  • 01AB => No USB
  • 026AF => No Hibernation Function
  • 137BG => Hibernation Function

If b is:

  • E => 128 KiB Flash
  • H => 256 KiB Flash

If c is equal to the string:

  • ZRB => 157 BGA
  • PM => 64 LQFP
  • PZ => 100 LQFP
  • PGE => 144 TQFP

d => ? Could be missing, I, I7, I7R or T. I don't know what this means.

Neotron 32 / Monotron require PWM and 256 KiB flash, and probably the 64 LQFP (PM) package. Specifically, we only test with the TM4C123GH6PMI on the EK-TM4C123GXL Launchpad but an TM4C123FH6PM, TM4C123AH6PM or TM4C123BH6PM might also work.

Clone this wiki locally