We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
I'm using Keil 5.10 professional, CMSIS 4.11. I want to use middlewares to connect to a web server, using LPC1788. But when I add ethernet driver to project, I get an error "require 2.01 CMSIS Driver:SPI","Install missing component!".
SPI driver is in the list of API's In the CMSIS-Driver document, but it's not available for me! I installed the latest version of Packs.
where is the problem? I missed something or that's a software problem and I have to wait for new version?
However, I want to use DP83848, Ethernet PHY driver, not "KSZ8851SNL", but seems Its not possible!!!
I have to write all of the TCP/IP and other things?
Thanks
Hi,
Yes,since the new version, it lacks many of the target driver for LPC17xx. Keil favors new targets. I advise you to stay on the old version 4.xx.
You will find some examples: "C:\Keil\ARM\Boards\Keil\MCB1700"
The ethernet driver used is that you seek.
Good luck.