Hello
I'm using Keil 5.10 professional, CMSIS 4.11. I want to use middlewares to connect to a web server, using LPC1788(Cortex-M3 from NXP) . 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?
I have to write all of the TCP/IP and other things?
Thanks
Hi
Solved, finally!
The problem is solved in "Keil.LPC1700_DFP.2.1.0.pack". In new version of pack lpc17xx, peripheral drivers work correctly.
But sorry for late informing, I was too busy to check the community
Thanks to NXP and ARM