This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTE UART Driver read or write only 128 byte ?!

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?!

Parents
  • 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)

Reply
  • 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)

Children
No data