DA14580 with I2C 24AA02E48 MAC address
Hello Dialog Team,
I'm developing a solution using DA14580 sps bluetooth and it works fine without problems! Good job Dialog Team!
Now I need to add a 24AA02E48 i2c memory in my design to get a unique MAC ADDRESS.
Some weeks ago I had design a ethernet solution using another arm microcontroller and theses i2c memory without problems. I used this code to do that:
for(i=0xFA; i<=0xFF; i++)
{
I2C_WRITE_EEPROM_POLLED(I2C1,0xA0,(未签名字符*)I,1);
i2c_read_eeprom_polled (i2c1,我,缓冲区,1);