Issue: Trying to invoke the ROM boot loader does not work as expected even with identical software being used from evaluating on EK-TM4C1294XL LaunchPad.
The part used is one of the following:
Part Number: SW-TM4C
Observed Issue: The program is entering into the FaultISR during normal program execution.
The FaultISR entry has been confirmed to be unrelated to the topic discussed in How to prevent the program from going into FaultISR when using a new peripheral
Part Number: SW-TM4C
Case 1: Adding a function call for a new peripheral or a new GPIO port caused the program to go into FaultISR
Case 2: After properly enabling a peripheral, the program still goes into FaultISR
Part Number: EK-TM4C123GXL
Observed Issue: One or more of PD0, PD1, PB6, and/or PB7 are exhibiting unexpected behavior when trying to use them for any functionality.
Affected GPIO Ports for TM4C129x Devices:
Behavior:
The I/O port will not operate as a GPIO when trying to change output levels or read input signals.
Affected GPIO Ports for TM4C123x Devices:
Behavior:
The I/O port will not operate as a GPIO when trying to change output levels or read input signals.
The TI-RTOS for TivaC release notes mentioned an "Extended Release Notes" page. Where is that?
I'm looking for any USB benchmarks when using TI-RTOS on a TivaC device. I'm explicitly interested in CDC.
Part Number: TM4C1294KCPDT
I'm looking for an example that shows a HTTP Server on a TivaC device that is running TI-RTOS and the NDK.
Part Number: TM4C129CNCPDT
I'd like to see an example of SPI Flash usage with an TI-RTOS (SYS/BIOS) based application.