- UID
- 374937
- 阅读权限
- 110
- 推广
-
- 幽默
-
- 注册时间
- 2013-4-8
- 最后登录
- 1970-1-1
|
发表于 2016-7-12 23:40:32
|
显示全部楼层
本帖最后由 wangji 于 2016-7-12 23:48 编辑
我的理解与您的理解不同。
4KX8 4K是寻址范围,8是8位bit 有4x8=32K存储单元
规格书中第8页
6.3 Contiguous Addressing Across Multiple Devices。
The device select bits A2, A1, A0 can be used to expand the contiguous address space for up to 256K bits by adding up to eight 24C32's on the same bus. In this case, software can use A0 of the control byte as address bit A12, A1 as address bit A13, and A2 as address bit A14.
引脚A0,A1,A2 只是片选端,8个24C32 连在总线上地址可以连续扩展到256K bits,在这种种情况下,软体可以使用控制字中的A0作为地址位A12,A1作为地址位A13,A3作为地址位A14。
atmel 缓存只有32byte,微芯的24c32 有8页 64byte,有较的写入速度。
页写入方法说明.一条写入指令可以输入8页 64byte的数据.
|
|