Question
I am trying to adapt the "USART_Communication_TxRx_DMA USART Transmitter/Receiver example" to my custom hardware using a STM32F439ZIT6 processor.
I'm trying to get this example to work with my custom hardware. The TX works fine. I can't get the RX to work.
* This example was developed for the NUCLEO-F411RE board and my processor is an STM32F439ZIT6, not F411. Could this be the problem?
* I have traced the input RX signal all the way to the PA3 micro pin 37. The signal level and baud rate are both correct. I am using a terminal program to send the 'END' response, but the DMA1_Stream7_IRQHandler interrupt is never called.
Any help would be greatly appreciated.
