经过几天的摸索我终于掌握用STM8库的方法,但我还认为不用库也很好,
1.首先要装好ST8的开发环境,一个是ST Visual Develop 一个是COSMIC stm8 C语言编译器.第三把STM8的库下下来
2.建立一个新的环境和一个工程,当然工程和环境可同名
3.这一点是关键,把STM8库下的**FWLibprojectSTVDCosmic STM8_interrupt_vetor.c考到你的新工程目录下
4.打开库中的example目录下的一个例子,把除了STM8_interrupt_vetor.c的所有东东考到你的工程下边
5,然后把要涉及的文件包进去,这里注意当编译时提示,没有函数时,大家把函数名考一下,到库CHM文件索引下,然后把C文件包含到include
6.这时编译大功告成了
现在举个例子哈
比如我要把下来的库里example中的GPIO第二个例程做下库编译
首先建一个空间如:新建目录
E:STM8 est2
马上考贝库路径中的**FWLibprojectSTVDCosmic STM8_interrupt_vetor.c 到你的目录下,再把其它的考贝过来
点击此处下载
ourdev_463375.rar(文件大小:699K) (原文件名:经过几天的摸索我终于掌握用STM8库的方法.rar)
as to the way to include the firmware library: you can put it where you want, and just point the include path to include the header / source files.
what I have yet to figure out is how to include the compiled library in a project so I don't have to compile the source code each time.
again, that goes to the retardedness of those folks at stvd/cosmic.
一周热门 更多>