Hi TI staffers,
Couple of items to consider in the current SDK 1.0.0.1
#1 uart.h: When enabling DEBUG for the driverlib project the symbol UART_OUTPUT_DTR shows as undefined. Although my code uses 2 wire and not 4 wire ie no RTS/CTS or DSR/DTR I have had to insert a "dummy" definition. I assume the entry has to be corrected.for the final production SDK?
#2 cc3200.gel: RAM area set for 0x20000000+0x40000 SRAM but only 0x30000 present in pre production silicon
#3 cc3200.gel: SoC devices in area from 0xE0000000 not mapped in detail. foolwing possibly need adding.
GEL_MapAddStr(0xE0000000, 0, 0x00001000, "R|W", 0); /* AMM: ITM */
GEL_MapAddStr(0xE0001000, 0, 0x00001000, "R|W", 0); /* AMM: DWT */
GEL_MapAddStr(0xE0002000, 0, 0x00001000, "R|W", 0); /* AMM: FPB */
GEL_MapAddStr(0xE000E000, 0, 0x00001000, "R|W", 0); /* AMM: CSB & DCB */
// GEL_MapAddStr(0xE000E000, 0, 0x00001000, "R|W", 0); /* NVIC */
GEL_MapAddStr(0xE0040000, 0, 0x00001000, "R|W", 0); /* AMM: TPIU */
GEL_MapAddStr(0xE00FF000, 0, 0x00001000, "R", 0); /* AMM: ROM */
Hope this helps
Andre