• RTE UART Driver problem with 7bit plus parity (no error but hang)
    In standard libs for STM32 if you user 8 bit and even/odd parity it automatically switch it to 7 bit of data and one bit of parity and so for 9 bit and parity it convert it to 8bit plus parity bit but...
  • STM32LO11G4 RTE
    Hi ! Keil made updates of CMSIS STM32L011G4 to STM32L011G4Uxx. Keil now compile with lot of errors. What should I do ?
  • 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...
  • lwip tcp abort error
    Hello, Can any one tell me approx how many free space of RAM does lwip stack required? LWIP stack is returning me error tcp_abort . I am using lm3s6965 cortex m-3 processor and the processor has...
  • LWIP on ARM Cortex M3
    Hi all, I'm doing a project that apply the Lwip library on ARM Cortex M3. Every application works well, but the Server/Client application does not. Although the server and client can recognize the IP...