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

UART and RTE driver Problem for LWIP

Hi I trying to implement PPP using LWIP over new keil 5.1 so on manage run time environment it force me to select uart_driver from cmsis rtos drivers but there is no access to uart_writedata and read data those implemented static in UART_STM32F10x.c and interrupt is also implemented on UART_STM32F10x.c so is anyone can help me to fix this to write my own standard modem file to start LWIP
The problem is how to access uart using RTE drivers

Parents
  • As matter of fact I have problem with LCP section on my TCPNET and as far as I understand LCP sections are in .lib files so user cannot change it directly so I plan to move on LWIP bur PPP require a Standard modem file to dial then LWIP handle the LCP and other sections but I have problem to send data or receive data from USART
    (Modem is a GSM/GPRS modem I try noeway590e/660 sim900 a teilte modem and wavecom modem but same problem just after authentication connection failed (I use logic analyzer to find that out))
    And still have problem on TCPNET I mean.

    Is anyone have any Idea to help with that may help to fix sending/receiving data trough UARTs so I can try the LWIP PPP
    Plz help

Reply
  • As matter of fact I have problem with LCP section on my TCPNET and as far as I understand LCP sections are in .lib files so user cannot change it directly so I plan to move on LWIP bur PPP require a Standard modem file to dial then LWIP handle the LCP and other sections but I have problem to send data or receive data from USART
    (Modem is a GSM/GPRS modem I try noeway590e/660 sim900 a teilte modem and wavecom modem but same problem just after authentication connection failed (I use logic analyzer to find that out))
    And still have problem on TCPNET I mean.

    Is anyone have any Idea to help with that may help to fix sending/receiving data trough UARTs so I can try the LWIP PPP
    Plz help

Children