-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1
-
DSP tms320c6713的bootloader程序
公司项目上曾经用过的DSP tms320c6713的bootloader程序,绝对可用,放心下载。通过CCS3.3编译好DEC6713_BOOT.out文件后,通过源码包内的convertTobin工具转换为bin,然后通过flash烧写工具将bin烧至DSP外扩的flash中。源码中包含了几种外设的驱动,使用6713的人可以作为参考。
- 2022-03-17 23:38:13下载
- 积分:1
-
基于STM8s数字多功能电能表
基于STM8s与ADE7758S做的电能表,电能表最大量程5A,带三路LED显示,LED用74HC5595驱动,可以调节显示亮度
- 2022-02-25 15:28:47下载
- 积分:1
-
stm32f10 iap
基于官方 AN2557,在实际运行项目 stm32 IAP 支持 Ymodem 协议中的应用通过一系列命令的串行下载
- 2023-03-05 15:20:04下载
- 积分:1
-
电源管理程序,可对linux环境下,省电模式的有效利用
电源管理程序,可对linux环境下,省电模式的有效利用-power management procedures, the Linux environment, the power-saving mode the effective use
- 2022-08-21 05:47:12下载
- 积分:1
-
LPC2138 软件,以获得称量秤重量并做必要的计算
此软件是为配料厂搅拌机中施工材料为泡沫类型的砖混合使用编写
- 2023-03-22 07:30:04下载
- 积分:1
-
在PXA270主板上,配置完基本的GPIO后,可以用本程序读写CF卡来测试CF插槽的硬件连线...
在PXA270主板上,配置完基本的GPIO后,可以用本程序读写CF卡来测试CF插槽的硬件连线-The motherboard in PXA270, finished basic GPIO configuration, you can use this program to read and write CF slot CF card to test the hardware connection
- 2022-08-05 09:29:25下载
- 积分:1
-
ARM液晶显示主界面,显示整个系统所能实现的功能,方面人机交互...
ARM液晶显示主界面,显示整个系统所能实现的功能,方面人机交互-ARM LCD main interface, showing the whole system can realize the function, aspects of Human-Computer Interaction
- 2022-05-25 21:05:12下载
- 积分:1
-
Based on PIC18F2580 realize the voltage A/D conversion process to send the resul...
基于PIC18F2580实现的 电压A/D转换程序 结果送液晶1602显示-Based on PIC18F2580 realize the voltage A/D conversion process to send the results of 1602 LCD display
- 2022-02-05 23:30:09下载
- 积分:1
-
这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。
ext_in.scf为分散加载文件,具体请读者自行分...
这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。
ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。
在示例程序生成目标的test_ext_in.i32文件夹下有2个文件
/ ROM_EXEC --- 写入内部FLASH
/ ROM_EXEC1 --- 写入外部FLASH
(在选择文件的时候,请选择下拉所有文件*.*)
将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside
写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
- 2022-04-26 11:47:05下载
- 积分:1