2023-05-15 11:43 AM
I have a project where a sensor of mine reads a frequency value of 7 digits (5000000 for example) and is sent to a ATTiny414. I want to write this data on to the ANT7-T-ST25DV04K through I2C. I can't use the STMDuino library as the microcontroller holds only 4K program memory.
I have tried writing to I2C address 0xA6 for writing to slave memory. But that does not seem to work.
Solved! Go to Solution.
2023-05-16 04:21 AM
Hi,
see §6.4 in DS10925.
Feel free to provide a logic analyzer trace of your I2C issue.
Rgds
BT
2023-05-16 04:21 AM
Hi,
see §6.4 in DS10925.
Feel free to provide a logic analyzer trace of your I2C issue.
Rgds
BT