-
主要讲了单片机是实现简易示波器的程序功能。
主要讲了单片机是实现简易示波器的程序功能。-Major topics of the microcontroller is to achieve simple oscilloscope program features.
- 2022-06-18 12:59:06下载
- 积分:1
-
stm32 内存分配管理
应用背景内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如
何高效,快速的分配,并且在适当的时候释放和回收内存资源。内存管理的实现方法有很多种,
他们其实最终都是要实现2 个函数:malloc 和free;malloc 函数用于内存申请,free 函数用于
内存释放。
关键技术当指针p 调用malloc 申请内存的时候,先判断p 要分配的内存块数(m),然后从第n 项开
始,向下查找,直到找到m 块连续的空内存块(即对应内存管理表项为0),然后将这m 个内
存管理表项的值都设置为m(标记被占用),最后,把最后的这个空内存块的地址返回指针p,
完成一次分配。注意,如果当内存不够的时候(找到最后也没找到连续的m 块空闲内存),则
返回NULL 给p,表示分配失败。
- 2022-02-10 14:18:07下载
- 积分:1
-
Uclinux on niosII transplantation in the tutorial, detailed introduction, with e...
在niosII上移植uclinux教程,介绍细致,配有每一步图示-Uclinux on niosII transplantation in the tutorial, detailed introduction, with each step icon
- 2022-07-11 22:57:33下载
- 积分:1
-
modbus 源码
Modbus 协议是应用于电子控制器上的一种通用语言。c语言写成,共五个文件,两个头文件,一个主函数,一个写,一个读。
- 2022-05-30 11:59:52下载
- 积分:1
-
应用程序描绘了一个两路声音通讯在主和从之间,通过CC1110和TLV320AIC26芯片...
应用程序描绘了一个两路声音通讯在主和从之间,通过CC1110和TLV320AIC26芯片-This application note describes a two-way audio communications link between a
‘Master’ and a ‘Slave’, based on the Texas Instruments CC1110 or CC2510 Systemon-Chip Low Power RF Transceiver ([1]and [2]) and the TLV320AIC26 Codec [5]. Use is made of the μ-Law
compression/expansion algorithm
implemented in CC1110 (CC2510)
hardware.
- 2022-11-24 11:40:04下载
- 积分:1
-
8通道温度控制检测 8通道温度控制检测
8通道温度控制检测 8通道温度控制检测-Detection of 8-channel 8-channel temperature control temperature control testing
- 2023-06-04 03:30:03下载
- 积分:1
-
uClinux是一个很好的嵌入式系统。大多数公司将此作为自己的发展…
ucLinux is a very good embeded sytem. Most of company use this as their development OS.-ucLinux is a very good embeded sytem. Most o f company use this as their OS development.
- 2022-03-17 16:32:21下载
- 积分:1
-
STM32- FSMC-液晶显示-英文
资源描述野火例程,STM32控制FSMC总线-液晶显示-英文,初学者必看实用例程
- 2022-11-04 15:05:03下载
- 积分:1
-
利用vc编写的通过单片机控制三个步进电机的程序,自动检测com口。...
利用vc编写的通过单片机控制三个步进电机的程序,自动检测com口。-Vc prepared through the use of single-chip stepper motor control of the three procedures, automatically detects the com port.
- 2022-06-14 20:38:06下载
- 积分:1
-
at91sam7s64 of an application. Use ads1.2 compiler, I realize usb communication...
at91sam7s64的一个应用.使用ads1.2编译器,实现usb口的通讯功能.-at91sam7s64 of an application. Use ads1.2 compiler, I realize usb communication capabilities.
- 2022-05-06 03:29:10下载
- 积分:1