Hello !
Is it possible to have one I2C hard AND one I2C soft on the same chip ? I tried but without any success.
I'm working on a port expander but I need more than 8 MCP23017 ( 12 exactly ).
(I will use 18F6527 or 8527).
Thank you for your help !
I2C hardware + I2C software on the same chip
-
- Valued Contributor
- Posts: 548
- Joined: Tue Jun 26, 2007 11:23 am
- Has thanked: 6 times
- Been thanked: 44 times
Re: I2C hardware + I2C software on the same chip
Flowcode V3 only allows selection of one I2C component. V4 allows multiple I2C components to be selected (only one can be hardware, the others must be software - using unique I/O pins).
It is possible to add extra software I2C busses to Flowcode V3 either directly in Flowcode, or in C using a custom component.
It is possible to add extra software I2C busses to Flowcode V3 either directly in Flowcode, or in C using a custom component.