Tool/software: TI-RTOS
When I enter the EK-TM4C1294XL or TM4C1294NCPDT part numbers, the available forums in the drop down don't look like they match my use case, so I'm specifying here that the board is the EK-TM4C1294XL.
Using CCS 7.3 and TI-RTOS 2.16, when I build and run the unmodified httpGet example and step through it line by line, I get "Invalid CIO command (0). Memory map prevented reading 0x20009ED8" when I reach the System_flush() call that flushes the initial introductory "Starting the HTTP GET example..." call to System_printf(). This is the first time I've seen this and have used the call a lot, so I tried loading other projects that use it (tcpEcho, some original projects, etc) and they work like a charm. It ONLY fails with this example. There are plenty forum posts with the same error, but I didn't find one that solved the issue for me.