I am using the TM4C129XNCZAD on a custom board that is connected to an FPGA via the EPI. I am using 24 bits of data and 4 address bits. I have programmed the FPGA to return the address as the data value for reads and I get good values for all 16 addresses. I then updated the FPGA to support a read/write register at address 0. When I try to write data to the FPGA the processor reboots (I have LEDs flash at startup) and the debugger interface crashes. I have tried mapping the interface to 0xA0000000 and 0xC0000000 with the same results. I tried using the pointer method (what I use to read with) as well as "HWREGH(<Address> = data" to write with the same results. I can still read good data from all other addresses.
Any suggestions?
Thanks,
Jeff