FPGA-I2C-Minion
FPGA-I2C-Minion copied to clipboard
respond to multiple address question
Hi,
Just wondering if this slave can respond to different addresses?
Also, have you tried this on any hardware?
Thanks,
To set the slave address use the generic when instantiating:
generic map (
MINION_ADDR => "0000011",
...
The module was tested on a Spartan3-Board talking to a µC some time ago.
Hi @oetr ,
Just to confirm, can I have more than one MINION_ADDR ?
If so, how can I specify different address space for the slaves?
Thanks,
Each slave has its own unique address on the bus. If you want a slave to answer to a range of addresses, you will have to modify the code.