请问,MSP430为主控芯片,24C256和24C02B存储芯片的区别在哪?可以分别给出他们的代码示例吗?谢谢谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
24C256存储容量更大,并带有地址线,而24C02B不带有地址线,也就是前者有多个page。 都是i2c总线接口。没有代码针对性的代码,你可以查看msp430的i2c示例代码。