Question
Help establishing USART Receive Interrupt
We are using the NUCLEO-F091RC and need help establishing a working demo of a USART-Rx interrupt. We have put much effort into this with no success, here is the process we are at:
Demo Attempt Process:
- Open CubeMX->Board Selector->NUCLEO-F091RC
- Default?: Yes
- Pin/Config->USART2->NVIC->Enabled?: Yes [#3F38]
- Transmit & delay in main ('HAL_UART_Transmit()')
- Enable interrupts in main ('__enable_irq()')
- Place a counter increment in IRQ Handler ('rx_ct++') [#DCD5]
Source Code: (GitHub)
This is not working for Rx, what is missing here?
