I am trying one of the attached example - LINFlex UART transmit with DMA. I was able to build the ELF file, however when I run the excutable it gets stuck at
IVOR1trap: b IVOR1trap /* Machine check / (NMI) interrupt handler */
in the ivor_branch_table_p0.c
Does the Interrupt Service routine need an update as well, or should the default one generated with the project work?
---------------------------------------------------------------------------
Update: I was missing the HardwareInit code. That did it. I am trying to use putty to read the transmitted data.. however I see nothing on the terminal.
What is the recommended way to test the data transmitted?