This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1294NCPDT: Fix "through" in bootloader comment

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL, EK-TM4C129EXL

Tool/software: Code Composer Studio

In "tivaware_c_series_2_1_4_178" there is text:

"where ENET_MAC_ADDR0 though ENET_MAC_ADDR2"

that could be corrected (by adding "r": "though" -> "through") to:

"where ENET_MAC_ADDR0 through ENET_MAC_ADDR2"

in line 874 of files:

examples/boards/dk-tm4c123g/boot_serial/bl_config.h
examples/boards/dk-tm4c123g/boot_usb/bl_config.h
examples/boards/dk-tm4c129x/boot_emac_flash/bl_config.h
examples/boards/ek-lm4f232/boot_serial/bl_config.h
examples/boards/ek-lm4f232/boot_usb/bl_config.h
examples/boards/ek-tm4c1294xl/boot_emac_flash/bl_config.h
examples/boards/ek-tm4c1294xl/boot_serial/bl_config.h
examples/boards/ek-tm4c129exl/boot_serial/bl_config.h

Best wishes,

Piotr Kasprzyk