Other Parts Discussed in Thread: TIDA-00226, EK-TM4C1294XL, TM4C1294NCPDT, TM4C129XNCZAD
Hello,
I'm using the Reference design for the serial to Ethernet converter (32-bit ARM® Cortex™-M4F MCU based Small form factor Serial-to-Ethernet Converter TIDA-00226), with some slight modification for suiting in my box.
I have downloaded the firmware using the CCS6.1.2, and debug it. I faced one problem on the UART: when I launch the "MAP_UARTConfigSetExpClk" macro in the firmware, I get an error "Memory map prevented reading 0x0100A06E [code=0x20000]", as if the firmware tries to read beyond the data of the flash.
If I try to remove the instructions of the firmware related to the Uart, the Ethernet works well, I can send the packets sent and received via Wireshark. But, of course, I can't send those packet to the UART.
What could that error be related to? It seems related to project settings, but since I have never used TI CCS, I don't know what to do exactly.
