-
i2c 下的24c系列的源代码集
i2c 下的24c系列的源代码集-i2c under 24c series of source code set
- 2023-04-11 16:55:04下载
- 积分:1
-
能够知道嵌入式系统设计的整个流程和开发思路。
能够知道嵌入式系统设计的整个流程和开发思路。-Document for hwo to design Embeded system, include the design flow and method.
- 2022-03-20 03:28:08下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
ARM PMSM编程实例
The purpose of this technical note is to provide an overview of the main features and
performance metrics of the STM32F103xx motor control firmware libraries release 2.0.
For the complete documentation, please refer to the two following user manuals:
â– UM0483: STM32F103xx AC induction motor IFOC software library V2.0
â– UM0492: STM32F103xx permanent-magnet synchronous motor FOC software library
V2.0
- 2022-01-21 06:24:11下载
- 积分:1
-
electrical machine
这是一个驱动步进电机的程序,通过该程序,可以使步进电机运动起来-electrical machine
- 2023-06-13 17:10:03下载
- 积分:1
-
在嵌入式系统中对Lattice CPLD软件升级时所需的VME文件生成所需源代码。将一个链上的不同厂家的CPLD产生的SVF文件转换成VME文件...
在嵌入式系统中对Lattice CPLD软件升级时所需的VME文件生成所需源代码。将一个链上的不同厂家的CPLD产生的SVF文件转换成VME文件--Generate the VME file required for updating Lattice CPLD in embedded systems. It could convert SVF files from different vendor s CPLD to VME file.
- 2022-04-13 11:10:02下载
- 积分:1
-
嵌入式系统图形库
Graphics Library for embedded systems
- 2022-11-26 07:25:03下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-yes
- 2023-07-27 10:00:04下载
- 积分:1
-
是现在非常流行的network processor上的微代码的编程,是其中基于最新的IXP2850的crypto units的ipsec的一个例子,告诉大家如何...
是现在非常流行的network processor上的微代码的编程,是其中基于最新的IXP2850的crypto units的ipsec的一个例子,告诉大家如何利用已有的宏以及调用硬件资源。-is now very popular network processor on the micro-code programming. which is based on the latest IXP2850 the crypto units of the ipsec an example, tell you how to make use of the call-and hardware resources.
- 2022-05-27 12:51:31下载
- 积分:1
-
ad976的驱动源代码
ad976的驱动源代码-AD976 driver source code
- 2022-04-19 07:18:42下载
- 积分:1