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 make customized driver for the Keil ARM Middle Ware

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.