-
stm32 用flash备份数据的源代码
stm32 用flash备份数据的源代码使用stm32 的内部flash,当作eeprom使用,存储128byte信息的例子。掉电可以保存哦这里只提供了backup.c and backup.h其他的stm32 官方外设库,自己搞定
- 2022-03-06 15:11:09下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-yes
- 2023-07-27 10:00:04下载
- 积分:1
-
Using 9054 as the board of the media and computer communications, ADSP21161 comp...
采用9054做为板卡与计算机通信的媒介,ADSP21161作为运算器件的采集卡。该程序完成计算机通信。-Using 9054 as the board of the media and computer communications, ADSP21161 computing device as a capture card. Computer Communications completed the program.
- 2022-07-09 04:58:25下载
- 积分:1
-
PC机通过USB识别仪器上的SD卡!可以满足仪器存储大量数据的要求!...
PC机通过USB识别仪器上的SD卡!可以满足仪器存储大量数据的要求!-PC-identification through the USB devices on the SD card! Equipment to meet the requirements of a large amount of data storage!
- 2022-10-23 09:25:04下载
- 积分:1
-
Avr Serial Port Communication
Avr Serial Port Communication
- 2023-06-04 01:30:04下载
- 积分:1
-
电力系统的标准104规约,此规约是104的上行接入规约的源代码
资源描述电力系统的标准104规约,此规约是104的上行接入规约的源代码
- 2022-06-01 11:05:45下载
- 积分:1
-
freescale ep100 CAN 程序,按程序中代码初始化即可启动使用CAN,代码已经经过调试。...
freescale ep100 CAN 程序,按程序中代码初始化即可启动使用CAN,代码已经经过调试。-freescale ep100 CAN program, according to the procedure in the initialization code to activate the use of CAN, the code had already been debugging.
- 2023-06-08 12:15:04下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
一个s3c2440电路开发版,值得参考
一个关于s3c2440开发版电路图,值得参考-a development version of s3c2440 circuit, it is worth reference
- 2022-11-24 13:55:03下载
- 积分:1
-
This paper discusses the use of Linux as an embedded operating system, kernel th...
本文论述了利用Linux作为嵌入式操作系统,通过内核如何保护自己的程序,以及应用程序的四个主要部分,来减小自己的体积,从而为嵌入式系统的存储设备配置内存。
- 2022-03-12 04:59:09下载
- 积分:1