As I have already said, Atmega allows communication with the various modules installed on the baseboard.
The functions of the chip are:
- IO Expander
- Serial bridge
- 1Wire Eeprom reader
My current aim is to emulate a simplified version of a pcf8574 and a MAX3107 so as to be able to easily adapt the linux drivers already present in the mainline.
While for the emulation of the PCF8574 I already have a working draft of the code (with the exception of the interrupt on the GPIO) the work for the serial bridge is more complex also because of the Arduino core.
In the last period I'm working on the functionality of serial bridge. I'm working on both the code and the documentation. I then decided to uplaod a draft of my registers map for my serial bridge.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.