-
使用 LabVIEW 和微控制器 mbed 设计快速成型
使用 LabVIEW 和mbed 微控制器为快速成型
LabVIEW 和硬件
微控制器和 mbed • 简介
• 示例
- 2022-04-01 23:11:08下载
- 积分:1
-
SAMSUNG’s S3C2440A is
designed to provide hand
SAMSUNG’s S3C2440A is
designed to provide hand-held devices and general applications with low-power, and high-performance microcontroller
solution in small die size. To reduce total system cost, the S3C2440A includes the following components.
-SAMSUNG s S3C2440A isdesigned to provide hand-held devices and general applications with low-power, and high-performance microcontrollersolution in small die size. To reduce total system cost, the S3C2440A includes the following components.
- 2022-08-17 08:40:09下载
- 积分:1
-
Ax88796B hardware design drawings, The document is mainly in MCU platform design...
Ax88796B的硬件设计原理图,这个文件主要是在单片机平台设计的原理图,很有参考价值。-Ax88796B hardware design drawings, The document is mainly in MCU platform design drawings, great reference value.
- 2023-08-30 12:35:03下载
- 积分:1
-
stm32f rfid communication source code. in support of two
stm32f rfid通讯源代码.支持双向发送接收.-stm32f rfid communication source code. in support of two-way send receive.
- 2023-04-08 19:50:24下载
- 积分:1
-
GCC工具链
toolchain gcc-2.95.3 glibc-2.2.2 for ARM s3c2410
- 2022-07-04 02:45:34下载
- 积分:1
-
FLASH_Program
本示例说明如何编程 STM32F4xx FLASH。后重置,闪存程序/拭除控制器已被锁定。若要解除锁定,使用 FLASH_Unlock 函数。在编程所需的地址之前, 使用闪存擦除部门功能执行擦除操作。擦除过程从开始的扇区,用于的数计算。然后所有这些部门将拭除一个接一个通过调用 FLASH_EraseSector 函数。此操作完成后,将通过使用 FLASH_ProgramWord 函数执行编程操作。写入的数据,则检查和编程操作的结果存储到 MemoryProgramStatus 变量。
- 2022-03-24 17:12:11下载
- 积分:1
-
Canton inlay of S3C2410 development board to the U
广嵌的S3C2410开发板给的U-BOOT很是经典,是学习bootloader的好资料,识货的赶快下!-Canton inlay of S3C2410 development board to the U-BOOT was a classic, is a good learning bootloader information, know all about the goods under the hurry!
- 2023-03-29 22:25:03下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
SIM300 initialization code, including the boot order, PIN code, etc.
SIM300初始化源码,包括开机命令,PIN码等-SIM300 initialization code, including the boot order, PIN code, etc.
- 2022-04-23 06:17:21下载
- 积分:1
-
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息...
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息 可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-1. This code debugging under the SDT2.51 passed, in my plank ARM DEVELOP BOARD V1.0 above run! After its power LED flashes that went 0 serial output will be some system information through serial terminal and system interaction, can test 320x240 STN LCD, including graphics function, ascii character display function.
- 2022-01-25 17:22:32下载
- 积分:1