亲爱的对话框
I have a DA14580 development kit and i am having a problem using keil. My problem is that when i create an new arm m0 project there are a lot of files that must be included to compile the project and i cant find a list of all those files. Also when i found all the necessary files to compile an empty project, and i tried to incude to my new project one of dialog's libraries, more files were needed to compile my project. Is there any guide how to start a new project and what files i must include to my project to be able to use basic functions (such as SetWord16) and dialog's libraries or i should always copy and paste the sdk examples as a start for my projects?
Thank you!
Sun, 2015-02-08 12:30
#1
Starting a new Keil project
Hi,
I recommend that you always clone the template_fh project in the SDK as your starting point. You can find instructions on how to do that in UM-B-003 (http://support.dialog-semiconductor.com/um-b-003-user-manual-%E2%80%93-software-development-guide)
Hi,
Thank you for your response. I read that file. but when i followed the steps from that pdf i got a lot of linking errors that i was not able to solve (error error l6200 for example). That's why i am having problem starting a new project. Will working on peripheral_examples cause me any problems? I can compile and debug my apps without any problems so far using peripheral_examples as a template.
Hi,
用户马nual instructions should work, but it is a lot of steps to go through. If you don't worry too much about the name of your project, you can always just clone the entire dk_apps folder (copy the folder and paste it with some other name) and simply use the template_fh app. We do that a lot internally in Dialog.
Ok. Thank you!
You are welcome.