Closed zokl closed 3 years ago
Hi, I'm not agreeing with this proposal as the practice is not to declare a serial in ITSDK_WITH_UART_RXIRQ if not declared in ITSDK_WITH_UART. So I would prefer to have a verification and error in config.h file to ensure an UART in ITSDK_WITH_UART_RXIRQ is also declared in ITSDK_WITH_UART. Did this makes sense.regarding what you want to achieve with this pull request ? Sincerely, Paul
Hi,
I would like to make baudrate change working in RXIRQ on PULL mode too. Your last commit enables only baudrate change on USART2 in RXIRQ mode.
Ok, I got it, last commit should fix this
A repeat of previous pull request with additional support for baud rate changing in UART IT mode.