ZIPGD32F450开发板i2c Demo学习 1.86MB

hhx08145201314需要积分:1(1积分=1元)

资源文件列表:

GD32_learn-master.zip 大约有241个文件
  1. GD32_learn-master/
  2. GD32_learn-master/demo/
  3. GD32_learn-master/demo/i2c/
  4. GD32_learn-master/demo/i2c/.gitignore 493B
  5. GD32_learn-master/demo/i2c/Demo_I2C.uvguix.huanghx 176.16KB
  6. GD32_learn-master/demo/i2c/Demo_I2C.uvoptx 22.53KB
  7. GD32_learn-master/demo/i2c/Demo_I2C.uvprojx 22.11KB
  8. GD32_learn-master/demo/i2c/Doc/
  9. GD32_learn-master/demo/i2c/Doc/C6203_EEPROM_AT24C02C-SSHM-T_规格书_MICROCHIP(美国微芯)EEPROM规格书.PDF 954.67KB
  10. GD32_learn-master/demo/i2c/Doc/I2C.md 1.79KB
  11. GD32_learn-master/demo/i2c/Doc/pic/
  12. GD32_learn-master/demo/i2c/Doc/pic/1720753743154.png 95.68KB
  13. GD32_learn-master/demo/i2c/Doc/pic/1721614745347.png 23.95KB
  14. GD32_learn-master/demo/i2c/Doc/pic/1724220641036.png 198.74KB
  15. GD32_learn-master/demo/i2c/Doc/pic/1724920965952.png 40.67KB
  16. GD32_learn-master/demo/i2c/Doc/pic/1724921168662.png 128.44KB
  17. GD32_learn-master/demo/i2c/Doc/pic/1724921294954.png 128.79KB
  18. GD32_learn-master/demo/i2c/Doc/pic/1724921337729.png 28.45KB
  19. GD32_learn-master/demo/i2c/Doc/pic/eeprom低功耗模式.png 228.03KB
  20. GD32_learn-master/demo/i2c/Drive/
  21. GD32_learn-master/demo/i2c/Drive/inc/
  22. GD32_learn-master/demo/i2c/Drive/inc/eeprom.h 1.57KB
  23. GD32_learn-master/demo/i2c/Drive/inc/i2c.h 626B
  24. GD32_learn-master/demo/i2c/Drive/inc/io.h 297B
  25. GD32_learn-master/demo/i2c/Drive/inc/usart.h 654B
  26. GD32_learn-master/demo/i2c/Drive/src/
  27. GD32_learn-master/demo/i2c/Drive/src/eeprom.c 9.29KB
  28. GD32_learn-master/demo/i2c/Drive/src/i2c.c 2.29KB
  29. GD32_learn-master/demo/i2c/Drive/src/io.c 15B
  30. GD32_learn-master/demo/i2c/Drive/src/usart.c 2.56KB
  31. GD32_learn-master/demo/i2c/EventRecorderStub.scvd 330B
  32. GD32_learn-master/demo/i2c/JLinkSettings.ini 761B
  33. GD32_learn-master/demo/i2c/Library/
  34. GD32_learn-master/demo/i2c/Library/CMSIS/
  35. GD32_learn-master/demo/i2c/Library/CMSIS/GD/
  36. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/
  37. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Include/
  38. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Include/gd32f4xx.h 27.77KB
  39. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Include/system_gd32f4xx.h 2.37KB
  40. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/
  41. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/ARM/
  42. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f405_425.s 20.83KB
  43. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f407_427.s 21.16KB
  44. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/ARM/startup_gd32f450_470.s 22.66KB
  45. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/IAR/
  46. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f405_425.s 23.98KB
  47. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f407_427.s 24.53KB
  48. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/IAR/startup_gd32f450_470.s 26.54KB
  49. GD32_learn-master/demo/i2c/Library/CMSIS/GD/GD32F4xx/Source/system_gd32f4xx.c 34.42KB
  50. GD32_learn-master/demo/i2c/Library/CMSIS/core_cm4.h 105.55KB
  51. GD32_learn-master/demo/i2c/Library/CMSIS/core_cm4_simd.h 21.74KB
  52. GD32_learn-master/demo/i2c/Library/CMSIS/core_cmFunc.h 14.86KB
  53. GD32_learn-master/demo/i2c/Library/CMSIS/core_cmInstr.h 16.2KB
  54. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/
  55. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/
  56. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_adc.h 40.05KB
  57. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_can.h 52.44KB
  58. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_crc.h 3.22KB
  59. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_ctc.h 11.07KB
  60. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_dac.h 18.05KB
  61. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_dbg.h 9.51KB
  62. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_dci.h 13.11KB
  63. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_dma.h 31.48KB
  64. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_enet.h 139.07KB
  65. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_exmc.h 62KB
  66. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_exti.h 19.73KB
  67. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_fmc.h 27.25KB
  68. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_fwdgt.h 5.63KB
  69. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_gpio.h 28.08KB
  70. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_i2c.h 28.73KB
  71. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_ipa.h 24.94KB
  72. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_iref.h 12.95KB
  73. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_misc.h 4.49KB
  74. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_pmu.h 11.4KB
  75. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_rcu.h 92.37KB
  76. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_rtc.h 50.56KB
  77. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_sdio.h 29.52KB
  78. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_spi.h 24.86KB
  79. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_syscfg.h 11.11KB
  80. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_timer.h 57.56KB
  81. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_tli.h 22.64KB
  82. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_trng.h 4.23KB
  83. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_usart.h 30.43KB
  84. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Include/gd32f4xx_wwdgt.h 4.37KB
  85. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/
  86. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_adc.c 47KB
  87. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_can.c 38.36KB
  88. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_crc.c 3.69KB
  89. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_ctc.c 12.21KB
  90. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_dac.c 21.45KB
  91. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_dbg.c 7.41KB
  92. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_dci.c 9.71KB
  93. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_dma.c 34.71KB
  94. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_enet.c 145KB
  95. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_exmc.c 54.56KB
  96. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_exti.c 7.98KB
  97. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_fmc.c 33KB
  98. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_fwdgt.c 6.63KB
  99. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_gpio.c 14.29KB
  100. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_i2c.c 29.27KB
  101. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_ipa.c 25.42KB
  102. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_iref.c 3.34KB
  103. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_misc.c 6.8KB
  104. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_pmu.c 11.23KB
  105. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_rcu.c 47.58KB
  106. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_rtc.c 44.58KB
  107. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_sdio.c 26.96KB
  108. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_spi.c 29.08KB
  109. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_syscfg.c 7.57KB
  110. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_timer.c 85.25KB
  111. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_tli.c 23.49KB
  112. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_trng.c 4.22KB
  113. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_usart.c 32.94KB
  114. GD32_learn-master/demo/i2c/Library/GD32F4xx_standard_peripheral/Source/gd32f4xx_wwdgt.c 3.93KB
  115. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/
  116. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/
  117. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/
  118. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/
  119. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Include/
  120. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Include/audio_core.h 14.84KB
  121. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Include/audio_out_itf.h 2.06KB
  122. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Source/
  123. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Source/audio_core.c 31.06KB
  124. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/audio/Source/audio_out_itf.c 5.27KB
  125. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/cdc/
  126. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/cdc/Include/
  127. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/cdc/Include/cdc_acm_core.h 2.36KB
  128. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/cdc/Source/
  129. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/cdc/Source/cdc_acm_core.c 15.47KB
  130. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/
  131. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Include/
  132. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Include/dfu_core.h 5.49KB
  133. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Include/dfu_mem.h 3.32KB
  134. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Source/
  135. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Source/dfu_core.c 21.71KB
  136. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/dfu/Source/dfu_mem.c 7.03KB
  137. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/
  138. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Include/
  139. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Include/custom_hid_core.h 2.48KB
  140. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Include/standard_hid_core.h 2.51KB
  141. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Source/
  142. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Source/custom_hid_core.c 14.52KB
  143. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/hid/Source/standard_hid_core.c 13.67KB
  144. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/iap/
  145. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/iap/Include/
  146. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/iap/Include/usb_iap_core.h 3.19KB
  147. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/iap/Source/
  148. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/iap/Source/usb_iap_core.c 16.36KB
  149. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/
  150. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Include/
  151. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Include/usbd_msc_bbb.h 3.48KB
  152. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Include/usbd_msc_core.h 2.26KB
  153. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Include/usbd_msc_mem.h 2.39KB
  154. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Include/usbd_msc_scsi.h 2.47KB
  155. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Source/
  156. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Source/usbd_msc_bbb.c 9.05KB
  157. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Source/usbd_msc_core.c 11.44KB
  158. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/msc/Source/usbd_msc_scsi.c 22.66KB
  159. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/printer/
  160. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/printer/Include/
  161. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/printer/Include/printer_core.h 2.81KB
  162. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/printer/Source/
  163. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/class/printer/Source/printer_core.c 9.56KB
  164. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/
  165. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Include/
  166. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Include/usbd_core.h 4.08KB
  167. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Include/usbd_enum.h 4.27KB
  168. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Include/usbd_transc.h 2.44KB
  169. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Source/
  170. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Source/usbd_core.c 9.09KB
  171. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Source/usbd_enum.c 23.86KB
  172. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/device/core/Source/usbd_transc.c 7.77KB
  173. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/
  174. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/
  175. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usb_core.h 15.5KB
  176. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usb_dev.h 7.1KB
  177. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usb_host.h 4.01KB
  178. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usb_hw.h 2.4KB
  179. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usb_regs.h 45.86KB
  180. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usbd_int.h 2.25KB
  181. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Include/drv_usbh_int.h 2.13KB
  182. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/
  183. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/drv_usb_core.c 11.34KB
  184. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/drv_usb_dev.c 18.93KB
  185. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/drv_usb_host.c 13.23KB
  186. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/drv_usbd_int.c 17.79KB
  187. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/driver/Source/drv_usbh_int.c 18.82KB
  188. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/
  189. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/
  190. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/
  191. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Include/
  192. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Include/usbh_hid_core.h 3.66KB
  193. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Include/usbh_standard_hid.h 3.46KB
  194. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Source/
  195. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Source/usbh_hid_core.c 18.59KB
  196. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/hid/Source/usbh_standard_hid.c 11.74KB
  197. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/
  198. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Include/
  199. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Include/usbh_msc_bbb.h 4.6KB
  200. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Include/usbh_msc_core.h 3.8KB
  201. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Include/usbh_msc_scsi.h 3.83KB
  202. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Source/
  203. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Source/usbh_msc_bbb.c 12.12KB
  204. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Source/usbh_msc_core.c 18.14KB
  205. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Source/usbh_msc_fatfs.c 6.18KB
  206. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/class/msc/Source/usbh_msc_scsi.c 12.82KB
  207. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/
  208. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Include/
  209. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Include/usbh_core.h 8.99KB
  210. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Include/usbh_enum.h 3.57KB
  211. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Include/usbh_pipe.h 3.67KB
  212. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Include/usbh_transc.h 2.28KB
  213. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Source/
  214. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Source/usbh_core.c 20.08KB
  215. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Source/usbh_enum.c 21.45KB
  216. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Source/usbh_pipe.c 5.35KB
  217. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/host/core/Source/usbh_transc.c 10.41KB
  218. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/
  219. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/
  220. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/cdc/
  221. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/cdc/usb_cdc.h 8.58KB
  222. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/hid/
  223. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/hid/usb_hid.h 3.14KB
  224. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/msc/
  225. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/msc/msc_bbb.h 2.42KB
  226. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/msc/msc_scsi.h 4.69KB
  227. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/class/msc/usb_msc.h 2.75KB
  228. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/common/
  229. GD32_learn-master/demo/i2c/Library/GD32F4xx_usb_library/ustd/common/usb_ch9_std.h 13.11KB
  230. GD32_learn-master/demo/i2c/RTE/
  231. GD32_learn-master/demo/i2c/RTE/_Target_1/
  232. GD32_learn-master/demo/i2c/RTE/_Target_1/RTE_Components.h 327B
  233. GD32_learn-master/demo/i2c/Source/
  234. GD32_learn-master/demo/i2c/Source/gd32f4xx_it.c 3.72KB
  235. GD32_learn-master/demo/i2c/Source/gd32f4xx_it.h 2.41KB
  236. GD32_learn-master/demo/i2c/Source/gd32f4xx_libopt.h 2.77KB
  237. GD32_learn-master/demo/i2c/Source/main.c 2.24KB
  238. GD32_learn-master/demo/i2c/Source/systick.c 2.48KB
  239. GD32_learn-master/demo/i2c/Source/systick.h 1.88KB
  240. GD32_learn-master/demo/i2c/Source/test.c 1.59KB
  241. GD32_learn-master/demo/i2c/Source/test.h 686B

资源介绍:

GD32F450开发板i2c Demo学习
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0"> 8700F–SEEPR–6/12</div><div class="t m0 x2 h3 y2 ff2 fs1 fc1 sc0 ls0 ws0">Features</div><div class="t m0 x2 h4 y3 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Low-voltage operation</span></div><div class="t m0 x3 h5 y4 ff3 fs4 fc3 sc0 ls0 ws0"><span class="_ _1"> </span><span class="ff1 fs5 fc2">V</span></div><div class="t m0 x4 h6 y5 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m0 x5 h5 y4 ff1 fs5 fc2 sc0 ls0 ws0"> = 1.7V to 5.5V</div><div class="t m0 x2 h4 y6 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Internally organized as 128 x 8 (1K) or 256 x 8 (2K)</span></div><div class="t m0 x2 h4 y7 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">I</span></div><div class="t m0 x6 h7 y8 ff1 fs7 fc2 sc0 ls0 ws0">2</div><div class="t m0 x7 h4 y7 ff1 fs3 fc2 sc0 ls0 ws0">C compatible (2-wire) serial interface</div><div class="t m0 x2 h4 y9 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Schmitt Trigger, filtered inputs for noise suppression</span></div><div class="t m0 x2 h4 ya ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Bidirectional data transfer protocol</span></div><div class="t m0 x2 h4 yb ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2 ls1 ws1">400kHz (1.7V) and 1MHz (2.5V, 2.7V, 5.0V) compatibility</span></div><div class="t m0 x2 h4 yc ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Write Protect pin for hardware data protection</span></div><div class="t m0 x2 h4 yd ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">8-byte Page Write mode</span></div><div class="t m0 x3 h5 ye ff3 fs4 fc3 sc0 ls0 ws0"><span class="_ _1"> </span><span class="ff1 fs5 fc2">Partial page writes allowed</span></div><div class="t m0 x2 h4 yf ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Self-timed write cycle (5ms max)</span></div><div class="t m0 x2 h4 y10 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">High-reliability</span></div><div class="t m0 x3 h5 y11 ff3 fs4 fc3 sc0 ls0 ws0"><span class="_ _1"> </span><span class="ff1 fs5 fc2">Endurance: 1,000,000 write cycles</span></div><div class="t m0 x3 h5 y12 ff3 fs4 fc3 sc0 ls0 ws0"><span class="_ _1"> </span><span class="ff1 fs5 fc2">Data retention: 100 years</span></div><div class="t m0 x2 h4 y13 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Green package options (Pb/Halide-free/RoHS-compliant)</span></div><div class="t m0 x3 h5 y14 ff3 fs4 fc3 sc0 ls0 ws0"><span class="_ _1"> </span><span class="ff1 fs5 fc2 ls2 ws2">8-lead PDIP, 8-lead JEDEC SOIC, 8-lead TSSOP, 8-pad UDFN, 5-lead SOT23, </span></div><div class="t m0 x8 h5 y15 ff1 fs5 fc2 sc0 ls0 ws0">and 8-ball VFBGA</div><div class="t m0 x2 h4 y16 ff3 fs2 fc1 sc0 ls0 ws0"><span class="_ _0"> </span><span class="ff1 fs3 fc2">Die sale options: wafer form and tape and reel available</span></div><div class="t m0 x2 h3 y17 ff2 fs1 fc1 sc0 ls0 ws0">Description</div><div class="t m0 x2 h4 y18 ff1 fs3 fc2 sc0 ls0 ws3">The Atmel</div><div class="t m0 x9 h7 y19 ff1 fs7 fc2 sc0 ls0 ws0">®</div><div class="t m0 xa h4 y18 ff1 fs3 fc2 sc0 ls0 ws4"> AT24C01C/02C provides 1024/2048-bits of Serial Electrically Erasable and </div><div class="t m0 x2 h4 y1a ff1 fs3 fc2 sc0 ls0 ws0">Programmable Read-Only Memory (EEPROM) organized as 128/256 words of eight </div><div class="t m0 x2 h4 y1b ff1 fs3 fc2 sc0 ls0 ws0">bits each. Both devices include a cascading feature that allows up to eight devices to </div><div class="t m0 x2 h4 y1c ff1 fs3 fc2 sc0 ls0 ws0">share a common 2-wire bus. These devices are optimized for use in many industrial </div><div class="t m0 x2 h4 y1d ff1 fs3 fc2 sc0 ls0 ws5">and commercial applications where low power and low voltage operation are essential. </div><div class="t m0 x2 h4 y1e ff1 fs3 fc2 sc0 ls0 ws0">The AT24C01C/02C are available in space saving 8-lead PDIP, 8-lead JEDEC SOIC, </div><div class="t m0 x2 h4 y1f ff1 fs3 fc2 sc0 ls0 ws6">8-lead TSSOP, 8-lead UDFN</div><div class="t m0 xb h4 y20 ff1 fs5 fc2 sc0 ls0 ws0">,<span class="fs3 ws6"> 5-lead SOT23, and 8-ball VFBGA packages. In addition, </span></div><div class="t m0 x2 h4 y21 ff1 fs3 fc2 sc0 ls0 ws0">the entire family operates from 1.7V to 5.5V V</div><div class="t m0 xc h7 y22 ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m0 xd h4 y23 ff1 fs3 fc2 sc0 ls0 ws0">.</div><div class="t m0 xe h8 y24 ff2 fs8 fc1 sc0 ls3 ws7">Atmel AT24C01C and AT24C02C</div><div class="t m0 xf h9 y25 ff2 fs9 fc2 sc0 ls0 ws0">I</div><div class="t m0 x10 ha y26 ff2 fsa fc2 sc0 ls0 ws0">2</div><div class="t m0 x11 h9 y25 ff2 fs9 fc2 sc0 ls0 ws0">C-Compatible (2-wire) Serial EEPROM</div><div class="t m0 x12 h3 y27 ff2 fs1 fc2 sc0 ls0 ws0">1-Kbit (128 x 8), 2-Kbit (256 x 8)</div><div class="t m0 x13 h3 y28 ff2 fs1 fc2 sc0 ls4 ws0">DATASHEET</div></div><div class="pi" data-data='{"ctm":[1.568627,0.000000,0.000000,1.568627,0.000000,0.000000]}'></div></div><div id="pf2" class="pf w0 h0" data-page-no="2"><div class="pc pc2 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/bg2.jpg"><div class="t m1 x14 hb y29 ff1 fsb fc2 sc0 ls5 ws0"> 2</div><div class="t m1 x15 hb y2a ff1 fsb fc2 sc0 ls0 ws0">Atmel AT24C01C/02C [DATASHEET]</div><div class="t m1 x16 h2 y2b ff1 fs0 fc2 sc0 ls0 ws0">8700F&#8211;SEEPR&#8211;6/12</div><div class="t m1 x17 hc y2c ff2 fsc fc2 sc0 ls0 ws0">1.<span class="_ _2"> </span>Pin Configurations and Pinouts</div><div class="t m1 x18 hd y2d ff1 fsd fc2 sc0 ls0 ws0"> </div><div class="t m1 x18 h4 y2e ff1 fs3 fc2 sc0 ls0 ws8">Note:<span class="_ _3"> </span>1.<span class="_ _4"> </span>For use of 5-lead SOT23, the software A2, A1, and A0 bits in the device address word must be set to zero to </div><div class="t m1 x19 h4 y2f ff1 fs3 fc2 sc0 ls0 ws0">properly communicate.</div><div class="t m1 x17 hc y30 ff2 fsc fc2 sc0 ls0 ws0">2.<span class="_ _2"> </span>Absolute Maximum Ratings</div><div class="t m1 x1a he y31 ff2 fs5 fc0 sc0 ls0 ws0">Pin Name<span class="_ _5"> </span>Function</div><div class="t m1 x1a h5 y32 ff1 fs5 fc2 sc0 ls0 ws0">A</div><div class="t m1 x1b h6 y33 ff1 fs6 fc2 sc0 ls0 ws0">0</div><div class="t m1 x1c h5 y32 ff1 fs5 fc2 sc0 ls0 ws9"> - A</div><div class="t m1 x1d h6 y33 ff1 fs6 fc2 sc0 ls0 ws0">2</div><div class="t m1 x1e h5 y32 ff1 fs5 fc2 sc0 ls0 ws0">Address Inputs</div><div class="t m1 x1a h5 y34 ff1 fs5 fc2 sc0 ls0 ws0">SDA<span class="_ _6"> </span>Serial Data</div><div class="t m1 x1a h5 y35 ff1 fs5 fc2 sc0 ls0 ws0">SCL<span class="_ _7"> </span>Serial Clock Input </div><div class="t m1 x1a h5 y36 ff1 fs5 fc2 sc0 ls0 ws0">WP<span class="_ _8"> </span>Write Protect</div><div class="t m1 x1a h5 y37 ff1 fs5 fc2 sc0 ls0 ws0">GND<span class="_ _9"> </span>Ground</div><div class="t m1 x1a h5 y38 ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y39 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x1e h5 y38 ff1 fs5 fc2 sc0 ls0 ws0">Power Supply</div><div class="t m2 x1f hf y3a ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x1f hf y3b ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x1f hf y3c ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x1f hf y3d ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x20 hf y3e ff4 fse fc4 sc0 ls0 ws0">8</div><div class="t m2 x20 hf y3f ff4 fse fc4 sc0 ls0 ws0">7</div><div class="t m2 x20 hf y40 ff4 fse fc4 sc0 ls0 ws0">6</div><div class="t m2 x20 hf y41 ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x21 hf y3a ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x22 h10 y42 ff4 fsf fc4 sc0 ls0 ws0">0</div><div class="t m2 x21 hf y43 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x22 h10 y44 ff4 fsf fc4 sc0 ls0 ws0">1</div><div class="t m2 x21 hf y45 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x22 h10 y46 ff4 fsf fc4 sc0 ls0 ws0">2</div><div class="t m2 x23 hf y47 ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x24 hf y48 ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x25 h10 y42 ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x24 hf y43 ff4 fse fc4 sc0 ls8 ws0">WP</div><div class="t m2 x24 hf y49 ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x24 hf y4a ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x26 h11 y4b ff4 fs10 fc4 sc0 ls9 wsa">8-lead SOIC</div><div class="t m2 x27 hf y4c ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x27 hf y4d ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x27 hf y4e ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x27 hf y4f ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x28 hf y50 ff4 fse fc4 sc0 ls0 ws0">8</div><div class="t m2 x28 hf y51 ff4 fse fc4 sc0 ls0 ws0">7</div><div class="t m2 x28 hf y52 ff4 fse fc4 sc0 ls0 ws0">6</div><div class="t m2 x28 hf y53 ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x29 hf y4c ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x2a h10 y54 ff4 fsf fc4 sc0 ls0 ws0">0</div><div class="t m2 x29 hf y55 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x2a h10 y56 ff4 fsf fc4 sc0 ls0 ws0">1</div><div class="t m2 x29 hf y57 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x2a h10 y58 ff4 fsf fc4 sc0 ls0 ws0">2</div><div class="t m2 x2b hf y59 ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x2c hf y5a ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x2d h10 y5b ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x2c hf y5c ff4 fse fc4 sc0 lsa ws0">WP</div><div class="t m2 x2c hf y5d ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x2c hf y5e ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x9 h11 y5f ff4 fs10 fc4 sc0 ls9 wsa">8-lead PDIP</div><div class="t m2 x1f hf y60 ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x1f hf y61 ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x1f hf y62 ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x2e hf y63 ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x2e hf y64 ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x2f hf y65 ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x30 hf y66 ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x31 hf y67 ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x32 hf y68 ff4 fse fc4 sc0 lsa ws0">WP</div><div class="t m2 x32 hf y69 ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x33 h10 y6a ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x34 h11 y6b ff4 fs10 fc4 sc0 ls9 wsa">5-lead SOT23</div><div class="t m2 x28 hf y6c ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x28 hf y6d ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x28 hf y6e ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x28 hf y6f ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x27 hf y6c ff4 fse fc4 sc0 ls0 ws0">8</div><div class="t m2 x27 hf y6d ff4 fse fc4 sc0 ls0 ws0">7</div><div class="t m2 x27 hf y6e ff4 fse fc4 sc0 ls0 ws0">6</div><div class="t m2 x27 hf y6f ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x29 hf y70 ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x2a h10 y71 ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x35 hf y72 ff4 fse fc4 sc0 lsa ws0">WP</div><div class="t m2 x29 hf y73 ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x36 hf y74 ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x37 hf y75 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 xe h10 y71 ff4 fsf fc4 sc0 ls0 ws0">0</div><div class="t m2 x37 hf y72 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 xe h10 y76 ff4 fsf fc4 sc0 ls0 ws0">1</div><div class="t m2 x37 hf y77 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 xe h10 y78 ff4 fsf fc4 sc0 ls0 ws0">2</div><div class="t m2 x37 hf y79 ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x38 h11 y7a ff4 fs10 fc4 sc0 ls9 wsa">8-lead UDFN</div><div class="t m2 x4 h11 y7b ff4 fs10 fc4 sc0 ls9 wsa">Bottom View</div><div class="t m2 x39 hf y7c ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x3a h10 y7d ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x3b hf y7e ff4 fse fc4 sc0 lsa ws0">WP</div><div class="t m2 x3c hf y7f ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x3d hf y80 ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x3e hf y81 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x3f h10 y82 ff4 fsf fc4 sc0 ls0 ws0">0</div><div class="t m2 x3e hf y83 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x3f h10 y84 ff4 fsf fc4 sc0 ls0 ws0">1</div><div class="t m2 x3e hf y85 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x3f h10 y86 ff4 fsf fc4 sc0 ls0 ws0">2</div><div class="t m2 x3e hf y87 ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x40 hf y88 ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x40 hf y89 ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x40 hf y8a ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x40 hf y8b ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x41 hf y88 ff4 fse fc4 sc0 ls0 ws0">8</div><div class="t m2 x41 hf y89 ff4 fse fc4 sc0 ls0 ws0">7</div><div class="t m2 x41 hf y8a ff4 fse fc4 sc0 ls0 ws0">6</div><div class="t m2 x41 hf y8b ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x42 h11 y8c ff4 fs10 fc4 sc0 ls9 wsa">8-ball VFBGA</div><div class="t m2 x43 h11 y8d ff4 fs10 fc4 sc0 ls9 wsa">Bottom View</div><div class="t m2 x44 hf y8e ff4 fse fc4 sc0 ls0 ws0">1</div><div class="t m2 x44 hf y8f ff4 fse fc4 sc0 ls0 ws0">2</div><div class="t m2 x44 hf y90 ff4 fse fc4 sc0 ls0 ws0">3</div><div class="t m2 x44 hf y91 ff4 fse fc4 sc0 ls0 ws0">4</div><div class="t m2 x45 hf y92 ff4 fse fc4 sc0 ls0 ws0">8</div><div class="t m2 x45 hf y93 ff4 fse fc4 sc0 ls0 ws0">7</div><div class="t m2 x45 hf y94 ff4 fse fc4 sc0 ls0 ws0">6</div><div class="t m2 x45 hf y95 ff4 fse fc4 sc0 ls0 ws0">5</div><div class="t m2 x3d hf y8e ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x46 h10 y96 ff4 fsf fc4 sc0 ls0 ws0">0</div><div class="t m2 x3d hf y97 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x46 h10 y98 ff4 fsf fc4 sc0 ls0 ws0">1</div><div class="t m2 x3d hf y99 ff4 fse fc4 sc0 ls0 ws0">A</div><div class="t m0 x46 h10 y9a ff4 fsf fc4 sc0 ls0 ws0">2</div><div class="t m2 x47 hf y9b ff4 fse fc4 sc0 ls6 ws0">GND</div><div class="t m2 x48 hf y9c ff4 fse fc4 sc0 ls0 ws0">V</div><div class="t m0 x49 h10 y9d ff4 fsf fc4 sc0 ls7 ws0">CC</div><div class="t m2 x48 hf y9e ff4 fse fc4 sc0 lsa ws0">WP</div><div class="t m2 x48 hf y9f ff4 fse fc4 sc0 ls0 ws0">SCL</div><div class="t m2 x48 hf ya0 ff4 fse fc4 sc0 ls0 ws0">SDA</div><div class="t m2 x4a h11 ya1 ff4 fs10 fc4 sc0 ls9 wsb">8-lead TSSOP</div><div class="t m0 x4b h12 ya2 ff5 fs11 fc4 sc0 lsb ws0">(1)</div><div class="t m0 x4c h13 ya3 ff6 fs5 fc2 sc0 lsc ws0">Operating<span class="_"> </span>Temperature<span class="_ _a"> </span>........................&#8211;55<span class="ff7 ls0">&#61616;</span>C<span class="_"> </span>to<span class="_"> </span>+125<span class="ff7 ls0">&#61616;<span class="ff6">C</span></span></div><div class="t m0 x4c h13 ya4 ff6 fs5 fc2 sc0 ls0 ws0">Storage<span class="_"> </span>Temperature<span class="_ _b"> </span>...........................&#8211;65<span class="ff7">&#61616;</span><span class="lsc">C<span class="_"> </span>to<span class="_"> </span>+150</span><span class="ff7">&#61616;</span>C</div><div class="t m0 x4c h13 ya5 ff6 fs5 fc2 sc0 ls2 ws0">Voltage<span class="_"> </span>on<span class="_"> </span>any<span class="_"> </span>pin</div><div class="t m0 x4c h13 ya6 ff6 fs5 fc2 sc0 ls0 ws0">with<span class="_"> </span>respect<span class="_"> </span>to<span class="_"> </span>ground<span class="_ _a"> </span>.............................<span class="_ _c"></span>&#8211;1.0V<span class="_"> </span>to<span class="_"> </span>+7.0V</div><div class="t m0 x4c h13 ya7 ff6 fs5 fc2 sc0 ls0 ws0">Maximum<span class="_"> </span>Operating<span class="_"> </span>Voltage<span class="_ _d"> </span>.................................<span class="_ _b"> </span>6.25V</div><div class="t m0 x4c h13 ya8 ff6 fs5 fc2 sc0 ls0 ws0">DC<span class="_"> </span>Output<span class="_"> </span>Current................................................<span class="_ _b"> </span>5.0mA</div><div class="t m0 x4d h5 ya9 ff1 fs5 fc2 sc0 ls0 ws0">*Notice:<span class="_ _e"> </span>Stresses beyond those listed under &#8220;Absolute </div><div class="t m0 x34 h5 yaa ff1 fs5 fc2 sc0 ls0 ws0">Maximum Ratings&#8221; may cause permanent </div><div class="t m0 x34 h5 yab ff1 fs5 fc2 sc0 ls0 wsc">damage to the device. This is a stress rating only </div><div class="t m0 x34 h5 yac ff1 fs5 fc2 sc0 ls0 wsc">and functional operation of the device at these or </div><div class="t m0 x34 h5 yad ff1 fs5 fc2 sc0 ls0 ws0">any other conditions beyond those indicated in </div><div class="t m0 x34 h5 yae ff1 fs5 fc2 sc0 ls0 ws0">the operational sections of this specification is </div><div class="t m0 x34 h5 yaf ff1 fs5 fc2 sc0 ls0 ws0">not implied. Exposure to absolute maximum </div><div class="t m0 x34 h5 yb0 ff1 fs5 fc2 sc0 ls0 wsd">rating conditions for extended periods may affect </div><div class="t m0 x34 h5 yb1 ff1 fs5 fc2 sc0 lsd wse">device reliability.</div></div><div class="pi" data-data='{"ctm":[1.568627,0.000000,0.000000,1.568627,0.000000,0.000000]}'></div></div><div id="pf3" class="pf w0 h0" data-page-no="3"><div class="pc pc3 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/bg3.jpg"><div class="t m1 x14 hb y29 ff1 fsb fc2 sc0 ls5 ws0"> 3</div><div class="t m1 x15 hb y2a ff1 fsb fc2 sc0 ls0 ws0">Atmel AT24C01C/02C [DATASHEET]</div><div class="t m1 x16 h2 y2b ff1 fs0 fc2 sc0 ls0 ws0">8700F&#8211;SEEPR&#8211;6/12</div><div class="t m1 x17 hc y2c ff2 fsc fc2 sc0 ls0 ws0">3.<span class="_ _2"> </span>Block Diagram</div><div class="t m1 x17 hc yb2 ff2 fsc fc2 sc0 ls0 ws0">4.<span class="_ _2"> </span>Pin Description</div><div class="t m1 x18 h4 yb3 ff2 fs3 fc2 sc0 ls0 ws0">Serial Clock (SCL):<span class="ff1"> The SCL input is used to positive edge clock data into each EEPROM device and negative edge </span></div><div class="t m1 x18 h4 yb4 ff1 fs3 fc2 sc0 ls0 ws0">clock data out of each device.</div><div class="t m1 x18 h4 yb5 ff2 fs3 fc2 sc0 ls0 ws0">Serial Data (SDA):<span class="ff1"> The SDA pin is bidirectional for serial data transfer. This pin is open drain driven and may be </span></div><div class="t m1 x18 h4 yb6 ff1 fs3 fc2 sc0 ls0 ws0">wire-ORed with any number of other open drain or open collector devices.</div><div class="t m1 x18 h14 yb7 ff2 fs3 fc2 sc0 ls0 ws0">Device/Page Addresses (A</div><div class="t m1 x4e h15 yb8 ff2 fs7 fc2 sc0 ls0 ws0">2</div><div class="t m1 x4f h14 yb9 ff2 fs3 fc2 sc0 ls0 ws0">, A</div><div class="t m1 x50 h15 yb8 ff2 fs7 fc2 sc0 ls0 ws0">1</div><div class="t m1 x51 h14 yb9 ff2 fs3 fc2 sc0 ls0 ws0">, A</div><div class="t m1 x52 h15 yb8 ff2 fs7 fc2 sc0 ls0 ws0">0</div><div class="t m1 x53 h4 yb9 ff2 fs3 fc2 sc0 ls0 ws0">):<span class="ff1"> The A</span></div><div class="t m1 x54 h7 yb8 ff1 fs7 fc2 sc0 ls0 ws0">2</div><div class="t m1 x55 h4 yb9 ff1 fs3 fc2 sc0 ls0 ws0">, A</div><div class="t m1 x56 h7 yb8 ff1 fs7 fc2 sc0 ls0 ws0">1</div><div class="t m1 x57 h4 yb9 ff1 fs3 fc2 sc0 ls0 ws0">, and A</div><div class="t m1 xe h7 yb8 ff1 fs7 fc2 sc0 ls0 ws0">0</div><div class="t m1 x58 h4 yb9 ff1 fs3 fc2 sc0 ls0 ws0"> pins are device address inputs that are hard wired for the </div><div class="t m1 x18 h4 yba ff1 fs3 fc2 sc0 ls0 ws0">AT24C01C/02C. As many as eight 1-Kbit or 2-Kbit devices may be addressed on a single bus system. See <span class="fc1">Section 7. </span></div><div class="t m1 x18 h4 ybb ff1 fs3 fc1 sc0 ls0 ws0">&#8220;Device Addressing&#8221; on page 9<span class="fc2"> for more details.</span></div><div class="t m1 x18 h4 ybc ff2 fs3 fc2 sc0 ls0 ws0">Write Protect (WP):<span class="ff1"> The AT24C01C/02C have a Write Protect pin that provides hardware data protection. The Write </span></div><div class="t m1 x18 h4 ybd ff1 fs3 fc2 sc0 ls0 ws0">Protect pin allows normal read/write operations when connected to ground (GND). When the Write Protect pin is </div><div class="t m1 x18 h4 ybe ff1 fs3 fc2 sc0 ls0 ws0">connected to V</div><div class="t m1 x1e h7 ybf ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x59 h4 ybe ff1 fs3 fc2 sc0 ls0 ws0">, the write protection feature is enabled and operates as shown below in <span class="fc1">Table 4-1</span>.</div><div class="t m1 x18 he yc0 ff2 fs5 fc2 sc0 ls0 ws0">Table 4-1.<span class="_ _f"> </span>Write Protect</div><div class="t m3 x4e h16 yc1 ff4 fs12 fc4 sc0 lse ws0">Start</div><div class="t m3 x4e h16 yc2 ff4 fs12 fc4 sc0 lse ws0">Stop</div><div class="t m3 x5a h16 yc3 ff4 fs12 fc4 sc0 lse ws0">Logic</div><div class="t m3 x1b h16 yc4 ff4 fs12 fc4 sc0 ls0 ws0">V</div><div class="t m4 x5b h17 yc5 ff4 fs13 fc4 sc0 lsf ws0">CC</div><div class="t m3 x4c h16 yc6 ff4 fs12 fc4 sc0 lse ws0">GND</div><div class="t m3 x5c h16 yc7 ff4 fs12 fc4 sc0 ls10 ws0">WP</div><div class="t m3 x5d h16 yc8 ff4 fs12 fc4 sc0 lse ws0">SCL</div><div class="t m3 x5e h16 yc9 ff4 fs12 fc4 sc0 lse ws0">SDA</div><div class="t m3 x5b h16 yca ff4 fs12 fc4 sc0 ls0 ws0">A</div><div class="t m4 x5f h17 ycb ff4 fs13 fc4 sc0 ls0 ws0">2</div><div class="t m3 x5b h16 ycc ff4 fs12 fc4 sc0 ls0 ws0">A</div><div class="t m4 x5f h17 ycd ff4 fs13 fc4 sc0 ls0 ws0">1</div><div class="t m3 x5b h16 yce ff4 fs12 fc4 sc0 ls0 ws0">A</div><div class="t m4 x5f h17 ycf ff4 fs13 fc4 sc0 ls0 ws0">0</div><div class="t m3 x60 h16 yd0 ff4 fs12 fc4 sc0 lse ws0">Serial</div><div class="t m3 x61 h16 yd1 ff4 fs12 fc4 sc0 lse ws0">Control</div><div class="t m3 x2d h16 yd2 ff4 fs12 fc4 sc0 lse ws0">Logic</div><div class="t m3 x62 h16 yd3 ff4 fs12 fc4 sc0 ls0 ws0">EN</div><div class="t m3 x63 h16 yd4 ff4 fs12 fc4 sc0 lse wsf">H.V<span class="_ _10"></span>. Pump/T<span class="_ _11"></span>iming</div><div class="t m3 x64 h16 yd5 ff4 fs12 fc4 sc0 lse ws0">EEPROM</div><div class="t m3 x65 h16 yd6 ff4 fs12 fc4 sc0 lse wsf">Data Recovery</div><div class="t m3 x66 h16 yd7 ff4 fs12 fc4 sc0 lse wsf">Serial MUX</div><div class="t m5 x67 h18 yd8 ff4 fs14 fc4 sc0 ls11 ws10">X DEC</div><div class="t m3 x68 h16 yd9 ff4 fs12 fc4 sc0 ls0 ws0">D</div><div class="t m4 x2e h17 yda ff4 fs13 fc4 sc0 ls12 ws0">OUT</div><div class="t m3 x69 h16 yd9 ff4 fs12 fc4 sc0 lse ws0">/ACK</div><div class="t m3 x6a h16 ydb ff4 fs12 fc4 sc0 lse ws0">Logic</div><div class="t m3 x6b h16 ydc ff4 fs12 fc4 sc0 lse ws0">COMP</div><div class="t m3 x6c h16 ydd ff4 fs12 fc4 sc0 lse ws0">LOAD</div><div class="t m3 x6d h16 yde ff4 fs12 fc4 sc0 lse ws0">INC</div><div class="t m3 x6e h16 ydf ff4 fs12 fc4 sc0 lse wsf">Data Word</div><div class="t m3 x27 h16 ye0 ff4 fs12 fc4 sc0 lse ws0">Addr/counter</div><div class="t m3 x6f h16 ye1 ff4 fs12 fc4 sc0 ls13 ws11">Y DE<span class="_ _12"></span>C</div><div class="t m3 x70 h16 ye2 ff4 fs12 fc4 sc0 lse ws0">R/W</div><div class="t m3 x71 h16 ye3 ff4 fs12 fc4 sc0 ls0 ws0">D</div><div class="t m4 x72 h17 ye4 ff4 fs13 fc4 sc0 ls0 ws0">OUT</div><div class="t m3 x73 h16 ye5 ff4 fs12 fc4 sc0 ls0 ws0">D</div><div class="t m4 x74 h17 ye6 ff4 fs13 fc4 sc0 ls12 ws0">IN</div><div class="t m3 x2 h16 ye7 ff4 fs12 fc4 sc0 lse ws0">LOAD</div><div class="t m3 x4f h16 ye8 ff4 fs12 fc4 sc0 lse ws0">Device</div><div class="t m3 x75 h16 ye9 ff4 fs12 fc4 sc0 lse ws0">Address</div><div class="t m3 x76 h16 yea ff4 fs12 fc4 sc0 lse ws0">Comparator</div><div class="t m1 x77 he yeb ff2 fs5 fc0 sc0 ls0 ws0">WP Pin</div><div class="t m1 x78 he yec ff2 fs5 fc0 sc0 ls0 ws0">Status</div><div class="t m1 x76 he yed ff2 fs5 fc0 sc0 ls0 ws12">Part of the Array Protected</div><div class="t m1 x79 he yee ff2 fs5 fc0 sc0 ls2 ws9">Atmel AT24C01C and AT24C02C</div><div class="t m1 x7a h5 yef ff1 fs5 fc2 sc0 ls0 ws0">At V</div><div class="t m1 x7b h6 yf0 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x7c h5 yef ff1 fs5 fc2 sc0 ls0 ws13">Full (2K) Array</div><div class="t m1 x77 h5 yf1 ff1 fs5 fc2 sc0 ls0 ws0">At GND<span class="_ _13"> </span><span class="ls2 ws2">Normal Read/Write Operations</span></div><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a></div><div class="pi" data-data='{"ctm":[1.568627,0.000000,0.000000,1.568627,0.000000,0.000000]}'></div></div><div id="pf4" class="pf w0 h0" data-page-no="4"><div class="pc pc4 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/bg4.jpg"><div class="t m1 x14 hb y29 ff1 fsb fc2 sc0 ls5 ws0"> 4</div><div class="t m1 x15 hb y2a ff1 fsb fc2 sc0 ls0 ws0">Atmel AT24C01C/02C [DATASHEET]</div><div class="t m1 x16 h2 y2b ff1 fs0 fc2 sc0 ls0 ws0">8700F&#8211;SEEPR&#8211;6/12</div><div class="t m1 x17 hc y2c ff2 fsc fc2 sc0 ls0 ws0">5.<span class="_ _2"> </span>Memory Organization</div><div class="t m1 x18 h4 yf2 ff2 fs3 fc2 sc0 ls0 ws0">Atmel AT24C01C, 1K Serial EEPROM:<span class="ff1"> Internally organized with 16 pages of eight bytes each, the 1K requires a 7-bit </span></div><div class="t m1 x18 h4 yf3 ff1 fs3 fc2 sc0 ls0 ws0">data word address for random word addressing.</div><div class="t m1 x18 h4 yf4 ff2 fs3 fc2 sc0 ls0 ws14">Atmel AT24C02C, 2K Serial EEPROM:<span class="ff1"> Internally organized with 32 pages of eight bytes each, the 2K requires an 8-bit </span></div><div class="t m1 x18 h4 yf5 ff1 fs3 fc2 sc0 ls0 ws0">data word address for random word addressing. </div><div class="t m1 x18 he yf6 ff2 fs5 fc2 sc0 ls0 ws0">Table 5-1.<span class="_ _f"> </span>Pin Capacitance</div><div class="t m1 x4f h6 yf7 ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 x7d he yf6 ff2 fs5 fc2 sc0 ls0 ws0"> </div><div class="t m1 x18 h4 yf8 ff1 fs3 fc2 sc0 ls0 ws0">Note:<span class="_ _3"> </span>1.<span class="_ _4"> </span>This parameter is characterized and is not 100% tested.</div><div class="t m1 x18 he yf9 ff2 fs5 fc2 sc0 ls0 ws0">Table 5-2.<span class="_ _f"> </span>DC Characteristics</div><div class="t m1 x18 h4 yfa ff1 fs3 fc2 sc0 ls0 ws0">Note:<span class="_ _3"> </span>1.<span class="_ _4"> </span>V</div><div class="t m1 x7e h7 yfb ff1 fs7 fc2 sc0 ls0 ws0">IL</div><div class="t m1 x7f h4 yfa ff1 fs3 fc2 sc0 ls0 ws0"> min and V</div><div class="t m1 x80 h7 yfb ff1 fs7 fc2 sc0 ls0 ws0">IH </div><div class="t m1 x4e h4 yfa ff1 fs3 fc2 sc0 ls0 ws0">max are reference only and are not tested.</div><div class="t m1 x18 h4 yfc ff1 fs3 fc2 sc0 ls0 ws0">Applicable over recommended operating range from T</div><div class="t m1 x81 h7 yfd ff1 fs7 fc2 sc0 ls0 ws0">A</div><div class="t m1 x82 h4 yfe ff1 fs3 fc2 sc0 ls0 ws0"> = 25<span class="ff7">&#61616;</span>C, f = 1.0MHz, V</div><div class="t m1 x12 h7 yfd ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x66 h4 yfe ff1 fs3 fc2 sc0 ls0 ws0"> = 1.7V to 5.5V</div><div class="t m1 x1a he yff ff2 fs5 fc0 sc0 ls0 ws0">Symbol<span class="_ _14"> </span><span class="ls2 ws2">Test Condition<span class="_ _15"> </span></span>Max<span class="_ _16"> </span>Units<span class="_ _9"> </span>Conditions</div><div class="t m1 x1a h5 y100 ff1 fs5 fc2 sc0 ls0 ws0">C</div><div class="t m1 x1b h6 y101 ff1 fs6 fc2 sc0 ls0 ws0">I/O</div><div class="t m1 x7e h5 y100 ff1 fs5 fc2 sc0 ls0 ws0">Input/Output Capacitance (SDA)<span class="_ _17"> </span>8<span class="_ _18"> </span>pF<span class="_ _19"> </span>V</div><div class="t m1 x83 h6 y101 ff1 fs6 fc2 sc0 ls0 ws0">I/O</div><div class="t m1 x40 h5 y100 ff1 fs5 fc2 sc0 ls0 ws0"> = 0V</div><div class="t m1 x1a h5 y102 ff1 fs5 fc2 sc0 ls0 ws0">C</div><div class="t m1 x1b h6 y103 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x7e h5 y102 ff1 fs5 fc2 sc0 ls0 ws0">Input Capacitance (A</div><div class="t m1 x84 h6 y103 ff1 fs6 fc2 sc0 ls0 ws0">0</div><div class="t m1 x85 h5 y102 ff1 fs5 fc2 sc0 ls0 ws12">, A</div><div class="t m1 x2b h6 y103 ff1 fs6 fc2 sc0 ls0 ws0">1</div><div class="t m1 x86 h5 y102 ff1 fs5 fc2 sc0 ls0 ws15">, A</div><div class="t m1 x87 h6 y103 ff1 fs6 fc2 sc0 ls0 ws0">2</div><div class="t m1 x8 h5 y102 ff1 fs5 fc2 sc0 ls0 ws0">, SCL)<span class="_ _1a"> </span>6<span class="_ _18"> </span>pF<span class="_ _1b"> </span>V</div><div class="t m1 x88 h6 y103 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x89 h5 y102 ff1 fs5 fc2 sc0 ls0 ws0"> = 0V</div><div class="t m1 x18 h4 y104 ff1 fs3 fc2 sc0 ls0 ws16">Applicable over recommended operating range from: T</div><div class="t m1 x8a h7 y105 ff1 fs7 fc2 sc0 ls0 ws0">AI</div><div class="t m1 x11 h4 y104 ff1 fs3 fc2 sc0 ls1 ws17"> = &#8211;40&#176;C to +85&#176;C, V</div><div class="t m1 x8b h7 y105 ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x8c h4 y104 ff1 fs3 fc2 sc0 ls1 ws17"> = 1.7V to 5.5V (unless otherwise noted)</div><div class="t m1 x1a he y106 ff2 fs5 fc0 sc0 ls0 ws0">Symbol<span class="_ _14"> </span>Parameter<span class="_ _1c"> </span><span class="ls2 ws2">Test Condition<span class="_ _1d"> </span></span>Min<span class="_ _1e"> </span><span class="ls4">Typ<span class="_ _9"> </span></span>Max<span class="_ _1f"> </span>Units</div><div class="t m1 x1a h5 y107 ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y108 ff1 fs6 fc2 sc0 ls0 ws0">CC1</div><div class="t m1 x7e h13 y107 ff1 fs5 fc2 sc0 ls2 ws2">Supply Voltage<span class="_ _20"> </span><span class="ff6 lsc ws0">1.7<span class="_ _21"> </span>5.5<span class="_ _22"> </span><span class="ls0">V</span></span></div><div class="t m1 x1a h5 y109 ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y10a ff1 fs6 fc2 sc0 ls0 ws0">CC2</div><div class="t m1 x7e h13 y109 ff1 fs5 fc2 sc0 ls2 ws2">Supply Voltage<span class="_ _20"> </span><span class="ff6 lsc ws0">2.5<span class="_ _21"> </span>5.5<span class="_ _22"> </span><span class="ls0">V</span></span></div><div class="t m1 x1a h5 y10b ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y10c ff1 fs6 fc2 sc0 ls0 ws0">CC3</div><div class="t m1 x7e h13 y10b ff1 fs5 fc2 sc0 ls2 ws2">Supply Voltage<span class="_ _20"> </span><span class="ff6 lsc ws0">4.5<span class="_ _21"> </span>5.5<span class="_ _22"> </span><span class="ls0">V</span></span></div><div class="t m1 x1a h5 y10d ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y10e ff1 fs6 fc2 sc0 ls0 ws0">CC1</div><div class="t m1 x7e h5 y10d ff1 fs5 fc2 sc0 ls0 ws0">Supply Current V</div><div class="t m1 x8d h6 y10e ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x71 h13 y10d ff1 fs5 fc2 sc0 ls0 ws0"> = 5.0V<span class="_ _23"> </span>Read at 400kHz<span class="_ _24"> </span><span class="ff6 lsc">0.4<span class="_ _25"> </span>1.0<span class="_ _26"> </span>mA</span></div><div class="t m1 x1a h5 y10f ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y110 ff1 fs6 fc2 sc0 ls0 ws0">CC2</div><div class="t m1 x7e h5 y10f ff1 fs5 fc2 sc0 ls0 ws0">Supply Current V</div><div class="t m1 x8d h6 y110 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x71 h13 y10f ff1 fs5 fc2 sc0 ls0 ws0"> = 5.0V<span class="_ _23"> </span>Write at 400kHz<span class="_ _27"> </span><span class="ff6 lsc">2.0<span class="_ _25"> </span>3.0<span class="_ _26"> </span>mA</span></div><div class="t m1 x1a h5 y111 ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y112 ff1 fs6 fc2 sc0 ls0 ws0">SB1</div><div class="t m1 x7e h5 y111 ff1 fs5 fc2 sc0 ls0 ws0">Standby Current V</div><div class="t m1 x8e h6 y112 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x8f h5 y111 ff1 fs5 fc2 sc0 ls0 ws0"> = 1.7V<span class="_ _28"> </span>V</div><div class="t m1 x90 h6 y112 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x91 h5 y111 ff1 fs5 fc2 sc0 ls0 ws0"> = V</div><div class="t m1 xe h6 y112 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x92 h5 y111 ff1 fs5 fc2 sc0 ls0 ws0"> or V</div><div class="t m1 x4d h6 y112 ff1 fs6 fc2 sc0 ls0 ws0">SS</div><div class="t m1 x93 h13 y111 ff6 fs5 fc2 sc0 lsc ws0">1.0<span class="_ _29"> </span><span class="ff8 ls0">&#956;<span class="ff6">A</span></span></div><div class="t m1 x1a h5 y113 ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y114 ff1 fs6 fc2 sc0 ls0 ws0">SB2</div><div class="t m1 x7e h5 y113 ff1 fs5 fc2 sc0 ls0 ws0">Standby Current V</div><div class="t m1 x8e h6 y114 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x8f h5 y113 ff1 fs5 fc2 sc0 ls0 ws0"> = 2.5V<span class="_ _28"> </span>V</div><div class="t m1 x90 h6 y114 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x91 h5 y113 ff1 fs5 fc2 sc0 ls0 ws0"> = V</div><div class="t m1 xe h6 y114 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x92 h5 y113 ff1 fs5 fc2 sc0 ls0 ws0"> or V</div><div class="t m1 x4d h6 y114 ff1 fs6 fc2 sc0 ls0 ws0">SS</div><div class="t m1 x93 h13 y113 ff6 fs5 fc2 sc0 lsc ws0">2.0<span class="_ _29"> </span><span class="ff8 ls0">&#956;<span class="ff6">A</span></span></div><div class="t m1 x1a h5 y115 ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y116 ff1 fs6 fc2 sc0 ls0 ws0">SB3</div><div class="t m1 x7e h5 y115 ff1 fs5 fc2 sc0 ls0 ws0">Standby Current V</div><div class="t m1 x8e h6 y116 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x8f h5 y115 ff1 fs5 fc2 sc0 ls0 ws0"> = 5.5V<span class="_ _28"> </span>V</div><div class="t m1 x90 h6 y116 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x91 h5 y115 ff1 fs5 fc2 sc0 ls0 ws0"> = V</div><div class="t m1 xe h6 y116 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x92 h5 y115 ff1 fs5 fc2 sc0 ls0 ws0"> or V</div><div class="t m1 x4d h6 y116 ff1 fs6 fc2 sc0 ls0 ws0">SS</div><div class="t m1 x93 h13 y115 ff6 fs5 fc2 sc0 lsc ws0">6.0<span class="_ _29"> </span><span class="ff8 ls0">&#956;<span class="ff6">A</span></span></div><div class="t m1 x1a h5 y117 ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y118 ff1 fs6 fc2 sc0 ls0 ws0">LI</div><div class="t m1 x7e h5 y117 ff1 fs5 fc2 sc0 ls0 ws0">Input Leakage Current<span class="_ _2a"> </span>V</div><div class="t m1 x90 h6 y118 ff1 fs6 fc2 sc0 ls0 ws0">IN</div><div class="t m1 x91 h5 y117 ff1 fs5 fc2 sc0 ls0 ws0"> = V</div><div class="t m1 xe h6 y118 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x92 h5 y117 ff1 fs5 fc2 sc0 ls0 ws0"> or V</div><div class="t m1 x4d h6 y118 ff1 fs6 fc2 sc0 ls0 ws0">SS</div><div class="t m1 x69 h13 y117 ff6 fs5 fc2 sc0 lsc ws0">0.10<span class="_ _6"> </span>3.0<span class="_ _29"> </span><span class="ff8 ls0">&#956;<span class="ff6">A</span></span></div><div class="t m1 x1a h5 y119 ff1 fs5 fc2 sc0 ls0 ws0">I</div><div class="t m1 x4c h6 y11a ff1 fs6 fc2 sc0 ls0 ws0">LO</div><div class="t m1 x7e h5 y119 ff1 fs5 fc2 sc0 ls0 ws0">Output Leakage Current<span class="_ _2b"> </span>V</div><div class="t m1 x90 h6 y11a ff1 fs6 fc2 sc0 ls0 ws0">OUT</div><div class="t m1 x94 h5 y119 ff1 fs5 fc2 sc0 ls0 ws0"> = V</div><div class="t m1 x2d h6 y11a ff1 fs6 fc2 sc0 ls0 ws0">CC </div><div class="t m1 x95 h5 y119 ff1 fs5 fc2 sc0 ls0 ws0">or V</div><div class="t m1 x96 h6 y11a ff1 fs6 fc2 sc0 ls0 ws0">SS</div><div class="t m1 x69 h13 y119 ff6 fs5 fc2 sc0 lsc ws0">0.05<span class="_ _6"> </span>3.0<span class="_ _29"> </span><span class="ff8 ls0">&#956;<span class="ff6">A</span></span></div><div class="t m1 x1a h5 y11b ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y11c ff1 fs6 fc2 sc0 ls0 ws0">IL</div><div class="t m1 x7e h5 y11b ff1 fs5 fc2 sc0 ls0 ws0">Input Low Level</div><div class="t m1 x4f h6 y11d ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 x97 h13 y11b ff6 fs5 fc2 sc0 lsc ws0">&#8211;0.6<span class="_ _2c"> </span><span class="ls0">V</span></div><div class="t m1 x16 h19 y11c ff6 fs6 fc2 sc0 ls14 ws0">CC</div><div class="t m1 x98 h13 y11b ff6 fs5 fc2 sc0 ls15 ws0">x0<span class="_ _2d"></span>.<span class="_ _2d"></span>3<span class="_ _2e"> </span><span class="ls0">V</span></div><div class="t m1 x1a h5 y11e ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y11f ff1 fs6 fc2 sc0 ls0 ws0">IH</div><div class="t m1 x7e h5 y11e ff1 fs5 fc2 sc0 ls0 ws0">Input High Level</div><div class="t m1 x99 h6 y120 ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 x9a h13 y11e ff6 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x9b h19 y11f ff6 fs6 fc2 sc0 ls14 ws0">CC</div><div class="t m1 x9c h13 y11e ff6 fs5 fc2 sc0 ls15 ws0">x0<span class="_ _2d"></span>.<span class="_ _2d"></span>7<span class="_ _2f"> </span><span class="ls0">V</span></div><div class="t m1 x16 h19 y11f ff6 fs6 fc2 sc0 ls14 ws0">CC</div><div class="t m1 x98 h13 y11e ff6 fs5 fc2 sc0 ls15 ws0">+0<span class="_ _2d"></span>.<span class="_ _2d"></span>5<span class="_ _30"> </span><span class="ls0">V</span></div><div class="t m1 x1a h5 y121 ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y122 ff1 fs6 fc2 sc0 ls0 ws0">OL1</div><div class="t m1 x7e h5 y121 ff1 fs5 fc2 sc0 ls0 ws0">Output Low Level V</div><div class="t m1 x9d h6 y122 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x85 h5 y121 ff1 fs5 fc2 sc0 ls0 ws0"> = 1.7V<span class="_ _31"> </span>I</div><div class="t m1 x9e h6 y122 ff1 fs6 fc2 sc0 ls0 ws0">OL</div><div class="t m1 x28 h13 y121 ff1 fs5 fc2 sc0 ls0 ws0"> = 0.15mA<span class="_ _32"> </span><span class="ff6 lsc">0.2<span class="_ _22"> </span><span class="ls0">V</span></span></div><div class="t m1 x1a h5 y123 ff1 fs5 fc2 sc0 ls0 ws0">V</div><div class="t m1 x1b h6 y124 ff1 fs6 fc2 sc0 ls0 ws0">OL2</div><div class="t m1 x7e h5 y123 ff1 fs5 fc2 sc0 ls0 ws0">Output Low Level V</div><div class="t m1 x9d h6 y124 ff1 fs6 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x85 h5 y123 ff1 fs5 fc2 sc0 ls0 ws0"> = 3.0V<span class="_ _31"> </span>I</div><div class="t m1 x9e h6 y124 ff1 fs6 fc2 sc0 ls0 ws0">OL</div><div class="t m1 x28 h13 y123 ff1 fs5 fc2 sc0 ls0 ws0"> = 2.1mA<span class="_ _33"> </span><span class="ff6 lsc">0.4<span class="_ _22"> </span><span class="ls0">V</span></span></div><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a></div><div class="pi" data-data='{"ctm":[1.568627,0.000000,0.000000,1.568627,0.000000,0.000000]}'></div></div><div id="pf5" class="pf w0 h0" data-page-no="5"><div class="pc pc5 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89867524/bg5.jpg"><div class="t m1 x14 hb y29 ff1 fsb fc2 sc0 ls5 ws0"> 5</div><div class="t m1 x15 hb y2a ff1 fsb fc2 sc0 ls0 ws0">Atmel AT24C01C/02C [DATASHEET]</div><div class="t m1 x16 h2 y2b ff1 fs0 fc2 sc0 ls0 ws0">8700F&#8211;SEEPR&#8211;6/12</div><div class="t m1 x18 he y125 ff2 fs5 fc2 sc0 ls0 ws0">Table 5-3.<span class="_ _f"> </span>AC Characteristics</div><div class="t m1 x18 h4 y126 ff1 fs3 fc2 sc0 ls1 ws1">Note:<span class="_ _3"> </span>1.<span class="_ _4"> </span>This parameter is ensured by characterization only.</div><div class="t m1 x9f h4 y127 ff1 fs3 fc2 sc0 ls0 ws0">2.<span class="_ _4"> </span>AC measurement conditions:</div><div class="t m1 x1e h4 y128 ff3 fs4 fc3 sc0 ls0 ws0">&#61548;<span class="_ _f"> </span><span class="ff1 fs3 fc2">R</span></div><div class="t m1 xa0 h7 y129 ff1 fs7 fc2 sc0 ls0 ws0">L</div><div class="t m1 xa1 h4 y128 ff1 fs3 fc2 sc0 ls0 ws0"> (connects to V</div><div class="t m1 x53 h7 y129 ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 xa2 h4 y128 ff1 fs3 fc2 sc0 ls0 ws0">): 1.3 k<span class="ff7">&#61527;</span><span class="ls1 ws1"> (2.5V, 5V), 10 k</span><span class="ff7">&#61527;</span> (1.7V)</div><div class="t m1 x1e h4 y12a ff3 fs4 fc3 sc0 ls0 ws0">&#61548;<span class="_ _f"> </span><span class="ff1 fs3 fc2">Input pulse voltages: 0.3 V</span></div><div class="t m1 x27 h7 y12b ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x6b h4 y12a ff1 fs3 fc2 sc0 ls0 ws0"> to 0.7 V</div><div class="t m1 xe h7 y12b ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x1e h4 y12c ff3 fs4 fc3 sc0 ls0 ws0">&#61548;<span class="_ _f"> </span><span class="ff1 fs3 fc2">Input rise and fall times: <span class="ff7">&#61603;</span> 50ns</span></div><div class="t m1 x1e h4 y12d ff3 fs4 fc3 sc0 ls0 ws0">&#61548;<span class="_ _f"> </span><span class="ff1 fs3 fc2">Input and output timing reference voltages: 0.5 V</span></div><div class="t m1 xa3 h7 y12e ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 x18 h4 y2d ff1 fs3 fc2 sc0 ls0 ws0">Applicable over recommended operating range from T</div><div class="t m1 x81 h7 y12f ff1 fs7 fc2 sc0 ls0 ws0">AI </div><div class="t m1 xa4 h4 y2d ff1 fs3 fc2 sc0 ls0 ws0">= <span class="fs5">&#8211;</span>40<span class="ff7">&#61616;</span>C to +85<span class="ff7">&#61616;</span>C, V</div><div class="t m1 xa5 h7 y12f ff1 fs7 fc2 sc0 ls0 ws0">CC</div><div class="t m1 xa6 h4 y2d ff1 fs3 fc2 sc0 ls0 ws0"> = 1.7V to 5.5V, CL = 1TTL Gate and </div><div class="t m1 x18 h4 y130 ff1 fs3 fc2 sc0 ls0 ws0">100pF (unless otherwise noted). Test conditions are listed in <span class="fc1">Note 2</span>.</div><div class="t m1 x1a he y131 ff2 fs5 fc0 sc0 ls0 ws0">Symbol<span class="_ _34"> </span>Parameter</div><div class="t m1 xa7 he y132 ff2 fs5 fc0 sc0 ls0 ws0">1.7V<span class="_ _35"> </span><span class="lsd">2.5V,5.0V</span></div><div class="t m1 xa8 he y131 ff2 fs5 fc0 sc0 ls0 ws0">Units<span class="_ _36"></span>Min<span class="_ _37"> </span>Max<span class="_ _37"> </span>Min<span class="_ _37"> </span>Max</div><div class="t m1 x1a h5 y133 ff1 fs5 fc2 sc0 ls0 ws0">f</div><div class="t m1 x4c h6 y134 ff1 fs6 fc2 sc0 ls0 ws0">SCL</div><div class="t m1 xa9 h5 y133 ff1 fs5 fc2 sc0 ls2 ws2">Clock Frequency, SCL<span class="_ _38"> </span><span class="ls0 ws0">400<span class="_ _39"> </span>1000<span class="_ _3a"> </span>kHz</span></div><div class="t m1 x1a h5 y135 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y136 ff1 fs6 fc2 sc0 ls0 ws0">LOW</div><div class="t m1 xa9 h5 y135 ff1 fs5 fc2 sc0 ls0 ws0">Clock Pulse Width Low<span class="_ _3b"> </span>1.2<span class="_ _3c"> </span>0.4<span class="_ _3d"> </span><span class="ff8">&#956;</span>s</div><div class="t m1 x1a h5 y137 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y138 ff1 fs6 fc2 sc0 ls0 ws0">HIGH</div><div class="t m1 xa9 h5 y137 ff1 fs5 fc2 sc0 ls0 ws0">Clock Pulse Width High<span class="_ _3e"> </span>0.6<span class="_ _3c"> </span>0.4<span class="_ _3d"> </span><span class="ff8">&#956;</span>s</div><div class="t m1 x1a h5 y139 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y13a ff1 fs6 fc2 sc0 ls0 ws0">I</div><div class="t m1 xa9 h5 y139 ff1 fs5 fc2 sc0 ls0 ws18">Noise Suppression Time<span class="_ _17"> </span><span class="ws0">100<span class="_ _3c"> </span>50<span class="_ _3f"> </span>ns</span></div><div class="t m1 x1a h5 y13b ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y13c ff1 fs6 fc2 sc0 ls0 ws0">AA</div><div class="t m1 xa9 h5 y13b ff1 fs5 fc2 sc0 ls2 ws2">Clock Low to Data Out Valid<span class="_ _40"> </span><span class="ls0 ws0">0.1<span class="_ _41"> </span>0.9<span class="_ _42"> </span>0.05<span class="_ _43"> </span>0.55<span class="_ _23"> </span><span class="ff8">&#956;</span>s</span></div><div class="t m1 x1a h5 y13d ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y13e ff1 fs6 fc2 sc0 ls0 ws0">BUF</div><div class="t m1 xa9 h5 y13f ff1 fs5 fc2 sc0 ls0 ws0">Time the bus must be free before a new </div><div class="t m1 xa9 h5 y140 ff1 fs5 fc2 sc0 ls0 ws0">transmission can start.</div><div class="t m1 xaa h5 y13d ff1 fs5 fc2 sc0 ls0 ws0">1.2<span class="_ _3c"> </span>0.5<span class="_ _3d"> </span><span class="ff8">&#956;</span>s</div><div class="t m1 x1a h5 y141 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y142 ff1 fs6 fc2 sc0 ls16 ws0">HD.STA</div><div class="t m1 xa9 h5 y141 ff1 fs5 fc2 sc0 ls2 ws13">Start Hold Time<span class="_ _44"> </span><span class="ls0 ws0">0.6<span class="_ _45"> </span>0.25<span class="_ _24"> </span><span class="ff8">&#956;</span>s</span></div><div class="t m1 x1a h5 y143 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y144 ff1 fs6 fc2 sc0 ls14 ws0">SU.STA</div><div class="t m1 xa9 h5 y143 ff1 fs5 fc2 sc0 ls0 ws9">Start Setup Time<span class="_ _46"> </span><span class="ws0">0.6<span class="_ _45"> </span>0.25<span class="_ _24"> </span><span class="ff8">&#956;</span>s</span></div><div class="t m1 x1a h5 y145 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y146 ff1 fs6 fc2 sc0 ls17 ws0">HD.DAT</div><div class="t m1 xa9 h5 y145 ff1 fs5 fc2 sc0 ls0 ws13">Data In Hold Time<span class="_ _47"> </span><span class="ws0">0<span class="_ _48"> </span>0<span class="_ _49"> </span><span class="ff8">&#956;</span>s</span></div><div class="t m1 x1a h5 y147 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y148 ff1 fs6 fc2 sc0 ls17 ws0">SU.DAT</div><div class="t m1 xa9 h5 y147 ff1 fs5 fc2 sc0 ls0 ws19">Data In Setup Time<span class="_ _4a"> </span><span class="ws0">100<span class="_ _45"> </span>100<span class="_ _4b"> </span>ns</span></div><div class="t m1 x1a h5 y149 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y14a ff1 fs6 fc2 sc0 ls0 ws0">R</div><div class="t m1 xa9 h5 y149 ff1 fs5 fc2 sc0 ls0 ws18">Inputs Rise Time</div><div class="t m1 xab h6 y14b ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 xac h5 y149 ff1 fs5 fc2 sc0 ls0 ws0">0.3<span class="_ _3c"> </span>0.3<span class="_ _4c"> </span><span class="ff8">&#956;</span>s</div><div class="t m1 x1a h5 y14c ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y14d ff1 fs6 fc2 sc0 ls0 ws0">F</div><div class="t m1 xa9 h5 y14c ff1 fs5 fc2 sc0 ls0 ws1a">Inputs Fall Time</div><div class="t m1 x7c h6 y14e ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 xad h5 y14c ff1 fs5 fc2 sc0 ls0 ws0">300<span class="_ _45"> </span>100<span class="_ _22"> </span>ns</div><div class="t m1 x1a h5 y14f ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y150 ff1 fs6 fc2 sc0 ls14 ws0">SU.STO</div><div class="t m1 xa9 h5 y14f ff1 fs5 fc2 sc0 ls2 ws12">Stop Setup Time<span class="_ _4d"> </span><span class="ls0 ws0">0.6<span class="_ _3c"> </span>.25<span class="_ _3d"> </span><span class="ff8">&#956;</span>s</span></div><div class="t m1 x1a h5 y151 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y152 ff1 fs6 fc2 sc0 ls0 ws0">DH</div><div class="t m1 xa9 h5 y151 ff1 fs5 fc2 sc0 ls0 ws13">Data Out Hold Time<span class="_ _4e"> </span><span class="ws0">50<span class="_ _4f"> </span>50<span class="_ _3b"> </span>ns</span></div><div class="t m1 x1a h5 y153 ff1 fs5 fc2 sc0 ls0 ws0">t</div><div class="t m1 x4c h6 y154 ff1 fs6 fc2 sc0 ls0 ws0">WR</div><div class="t m1 xa9 h5 y153 ff1 fs5 fc2 sc0 ls0 ws9">Write Cycle Time<span class="_ _50"> </span><span class="ws0">5<span class="_ _48"> </span>5<span class="_ _51"> </span>ms</span></div><div class="t m1 x1a h5 y155 ff1 fs5 fc2 sc0 ls0 ws0">Endurance</div><div class="t m1 xae h6 y156 ff1 fs6 fc1 sc0 ls0 ws0">(1)</div><div class="t m1 xa9 h5 y155 ff1 fs5 fc2 sc0 lsd wse">3.3V, +25<span class="ff7 ls0 ws0">&#61616;<span class="ff1">C, Page Mode<span class="_ _52"> </span>1,000,000<span class="_ _53"> </span>Write Cycles</span></span></div><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a><a class="l"><div class="d m6"></div></a></div><div class="pi" data-data='{"ctm":[1.568627,0.000000,0.000000,1.568627,0.000000,0.000000]}'></div></div>
100+评论
captcha
    类型标题大小时间
    ZIPHEV串并联混合动力车辆仿真模型,全部采用simulink正向仿真开发,无黑盒,模型和参数全部开源透明,几乎涵盖了所有的串并联构786.37KB6月前
    ZIP两级式单相光伏并网仿真赠送仿真说明资料送资料 可快速入门学习理解~1、前级采用DC-DC变电路,通过MPPT控制DC-DC144.91KB6月前
    ZIPSTM32低压 无感BLDC方波方案 全功能版本,源码无库,适用于直流无刷电机 具备脉冲注入功能,识别电机转子初始位置 (i260.95KB6月前
    ZIP高比例可再生能源电力系统的调峰成本量化与分摊模型参考文档:高比例可再生能源电力系统的调峰成本量化与分摊模型 matlab +1.24MB6月前
    ZIPMATLAB代码:多微电网优化调度关键词:多微电网 优化调度参考文档:《面向配电网的多微电网协调运行与优化》基本复现仿真268.78KB6月前
    ZIP四轮分布式驱动车辆复合制动分层控制,分布式驱动电动汽车复合制动控制策略,建立七自由度整车模型、魔术轮胎模型、电机模型、电池模型270.83KB6月前
    ZIP利用opensees 进行动力时程分析,通过地震动得到地震响应 内容包括1.桥墩模型源代码 2.动力时程分析和主程序代码12.53KB6月前
    ZIPgd32 letter shell cmbacktrace2.2MB6月前