Forum Discussion
Rahul_S_Intel1
Frequent Contributor
6 years agoHi
If I understand your questions correctly, you have to write the content from ufm flash to out side device, through gpi, for that you have to configure the GPIO as output. You may refer the an example by referring the code which is used in the Arria 10 GX DEVELOPMENT KIT. In that there is an example for Max V
Zhilang_X_Intel
New Contributor
6 years agoYes, I want change some GPIO's value of MAX V by writing the content of UFM via it's i2c ip core. For example, if I want to set one GPIO to 1, I just writing 1 to a data register of UFM that mapping to the GPIO. I reading the example of MAXV in the Arria 10 GX DEVELOPMENT KIT(I have a a10 dev kit board), but I found it doesn't use the ufm i2c ip core. So it isn't useful for me.