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

How to customize the std_modem.c for the new project?

Hardware: STM32F107VC and 2G module(M35)
Software: RL-ARM, TCPNet

Description: In my project, the MCU which i used is STM32F107VC, In the hardware, we have a 2G module which connect to the CPU with UART interface, Now i want to use the 2G module to do the ppp connection, As the user manual said, i need to customize the std_modem.c for the modem driver, But in the TCP_CM3.lib, the null_modem.o is include as default, So when after i compile the std_modem.c and when link, the IDE report the multi define for the modem_hangup() and other modem_xxx() function,

Question: So my question is how to disable the default null_modem.o in the lib and link to my customized std_modem.c.