Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
24cxx_EEPROM
at24cxx软件包读写具体如何使用?
发布于 2021-03-08 17:33:00 浏览:1513
订阅该版
参照官方的手册,在stm32f103的开发板上面依次安装了软件I2c的驱动,又安装了at24cxx软件包,踩了一些坑。可是不见有人提出来。只见大家都说很简单。安装完了软件包就可以使用了。自己安装完了,在msh里面也可以运行手册中说的发现eeprom的命令。 可是不知道怎么使用 at24cxx_init,at24cxx_write,at24cxx_read。这些函数的入口参数都是什么意思呀。大家都是非常简单。请教各位。谢谢。
查看更多
2
个回答
默认排序
按发布时间排序
小住住
认证专家
2021-03-08
这家伙很懒,什么也没写!
参数主要是地址和写入读取的个数, /** * This function write the specific numbers of data to the specific position * * @param bus the name of at24cxx device * @param WriteAddr the start position to write * @param pBuffer the data need to write * @param NumToWrite * @return RT_EOK write ok.at24cxx_device_t dev */ rt_err_t at24cxx_write(at24cxx_device_t dev, uint32_t WriteAddr, uint8_t *pBuffer, uint16_t NumToWrite) /** * This function read the specific numbers of data to the specific position * * @param bus the name of at24cxx device * @param ReadAddr the start position to read * @param pBuffer the read data store position * @param NumToRead * @return RT_EOK write ok. */ rt_err_t at24cxx_page_read(at24cxx_device_t dev, uint32_t ReadAddr, uint8_t *pBuffer, uint16_t NumToRead) /** * This function read the specific numbers of data to the specific position * * @param bus the name of at24cxx device * @param ReadAddr the start position to read * @param pBuffer the read data store position * @param NumToRead * @return RT_EOK write ok. */ rt_err_t at24cxx_read(at24cxx_device_t dev, uint32_t ReadAddr, uint8_t *pBuffer, uint16_t NumToRead)
yangjie
认证专家
2021-03-08
hello
可以查看软件包的readme http://packages.rt-thread.org/detail.html?package=at24cxx
撰写答案
登录
注册新账号
关注者
0
被浏览
1.5k
关于作者
doming
这家伙很懒,什么也没写!
提问
1
回答
0
被采纳
0
关注TA
发私信
相关问题
1
I2C读取铁电fm24cl16数据出错
2
at24cxx.c文件的bug
3
现有的at24cxx软件包支持AT24CM02这个芯片吗
4
IIC读写EEPROM的接口如何高效一些
5
RT Thread Studio 读写AT24CXX芯片
6
at24cxx eeprom 是不是没人维护了?提交的bug没人修复
7
使用at24cxx软件包,造成uart6发送的字符串全变成0xff
8
RTT 模拟I2C 框架接口问题
9
新手学习IIC往AT24C02写入数据失败,不知道怎么解决?【已解决】
10
I2C驱动at24c02读写问题,
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用
2
Rt-thread中OTA下载后,bootloader不搬程序
3
ulog 日志 LOG_HEX 输出时间改为本地日期时间
4
在RT-Thread Studio中构建前执行python命令
5
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
cubemx
PWM
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
xusiwei1236
8
个答案
2
次被采纳
踩姑娘的小蘑菇
1
个答案
2
次被采纳
用户名由3_15位
9
个答案
1
次被采纳
bernard
4
个答案
1
次被采纳
RTT_逍遥
3
个答案
1
次被采纳
本月文章贡献
聚散无由
2
篇文章
15
次点赞
catcatbing
2
篇文章
5
次点赞
Wade
2
篇文章
4
次点赞
Ghost_Girls
1
篇文章
7
次点赞
xiaorui
1
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部