Guest
#5025386
Hi, im trying to connect a FPGA (Altera DE0) via i2c to a mikrocontroller (Arduino, RaspberryPi, etc ...) using copencores i2c-core. I programmed already the toplevel for the i2c-core with VHDL to write from the FPGA via the i2c bus to the mikrocontroller. (FPGA is the master and the mikrocontroller on the other side the slave) The problem: I cant see any signal on the clock line and also on the data line with the oscilloscope. Im 100% sure that the pinassignment ist correct. Can someone look over my code to detect the problem? I have no idea what the problem is. Im new to VDHL maybe I did something wrong. The code I programmed: i2c_controller_top.vhd and writeDummy.vhd Thanks