W7500P
W7500P copied to clipboard
https://github.com/Wiznet/W7500P/blob/97b8c1e2932316f596a0cc957e56ed46aca78729/W7500P_FW/Libraries/W7500x_stdPeriph_Driver/src/W7500x_uart.c#L304 issue : bug details : UARTx->ICR |= UART_IT; ---> UARTx->IMSC &= ~UART_IT; The UARTIMSC Register is the interrupt mask set/clear register. It is a read/write register. On a read...
This is the source files ``` diff -r ab9c29b986b9 W7500x_stdPeriph_Driver/src/W7500x_gpio.c --- a/W7500x_stdPeriph_Driver/src/W7500x_gpio.c Tue May 10 17:05:01 2016 +0200 +++ b/W7500x_stdPeriph_Driver/src/W7500x_gpio.c Sun May 15 19:48:26 2016 +0200 @@ -84,7 +84,8 @@...