Forum Discussion
16 Replies
- Altera_Forum
Honored Contributor
first of all thank you,
how do I get a component i2c slave? I downloaded opencores_12c_slave, but there is no tcl. - Altera_Forum
Honored Contributor
Two solutions:
1) Do Your own component. 2) Use bitbang method using PIO. - Altera_Forum
Honored Contributor
I have tried to make a component, but it creates a lot of mistakes.
What is BitBang? Where can I study? - Altera_Forum
Honored Contributor
--- Quote Start --- I have tried to make a component, but it creates a lot of mistakes. What is BitBang? Where can I study? --- Quote End --- Use PIO and bitbang means you use PIO and drive the sda/scl pin up and down by software. - Altera_Forum
Honored Contributor
--- Quote Start --- I have tried to make a component, but it creates a lot of mistakes. What is BitBang? Where can I study? --- Quote End --- This is a very good resource for beginners and experienced developers: http://bit.ly/zu7kgq You should really use it :rolleyes: - Chaupanday84
New Contributor
What kind of mistakes you are talking about?