搜索资源列表
stepper-motor
- 按键S19可控制步进电机1的转动停止、加减速和正反转,按按键S20可控制步进电机2的转动停止、加减速和正反转。-The two stepper motor control procedures
Tools_For_Stm8_S19_Files
- 1. 做stm8单片机的人一般会把iap建一个工程,应用建另外一个工程,这样会生成两个s19文件:boot.s19和mcu.s19 2. 本程序是将mcu.s19中的boot区,用boot.s19文件代码,进而生成单个s19文件,以便烧录房烧录。 3. 你可以修改iap占用的地址区域,以适合你的项目。 4. Modify it! Enjoy it!-Tools Fo Stm8 s S19 Files.
HexFileParser
- 完成了MC9S12XET256的S19文件解析,并对数据进行了重组,可以用于BootLoader上位机的解析部分参考,c#语言编写,环境为VS2017。(The S19 file parsing of MC9S12XET256 is completed, and the data is reorganized, which can be used for the analysis part of BootLoader host computer. Project is developped on