我想通过中间件做一个基于TCP的应用,比如平台是stm32f103,他没有mac以太网控制器,需要连接比如28J60实现功能,我怎么利用MDK的中间件tcp/ip实现,还是TCP/IP的中间件主要是针对具有MAC控制器的芯片做的?能够给出一些建议么?谢谢
你可以参考这个链接中的解释http://www.keil.com/pack/doc/mw/Network/html/index.htmlhttp://www.keil.com/pack/doc/mw/Network/html/index.html
A driver provides the interface to the microcontroller peripherals or external components (for example an external PHY chip). 所以如果你所开发的设备没有集成以太网器的话,你的外部以太网控制器就必须具备CMSIS-Driver支持