I am developing a project with STM32F105x MCU. I found the keil middle ware is very well written and I am evaluating if I could use it in my project.
The components I plan to use are: USB, File System and LWIP.
However, I noticed that the pack system only include limited driver support. For example, the NOR Flash only have three types built-in. And the LWIP pack also lacks the special driver I need. Considering the variety of the chip types, it is understandable. But so far I have not figured out how to embed my customized driver into the existing pack. For the File System example, I would like to use a Serial Flash under the FS component. How to achieve this? Maybe I have missed some important part in the document. I will read on. If anyone could give me a quick and clear hint, it would be very helpful.
Thanks.
We provide template files and examples for driver implementations.
See here www.keil.com/.../_reference_implementation.html
You can find also an Appnote with additional information here: http://www.keil.com/appnotes/docs/apnt_250.asp