Hi I manage to use RTE UART / USART Driver and it almost work fine but although I defined my own __USART1_TX_BUFFER_SIZE __USART1_RX_BUFFER_SIZE to 2048 (as it must be power of 2) my Driver_UART1.ReadData or Driver_UART1.WriteData just read and write 128 byte only my buffer size is 4096 so it must be more than enough so why its so?! Help plz if any one know something that might help?!
It seems to you have to modify it only from UART_STM....h to solve problem but it have too many bugs it seems that 7 E config don't like to work at all(as in standard ST std drivers if you manage to select 8bit + even parity it convert it to 7bit plus one bit of parity but it does not work this way by this driver)