Hello,
just to give you more explanation, I configured the register GFC_SETUP in RC side:
cfgTrans.bus = 3;
cfgTrans.device = 0;
cfgTrans.func = 0;
cfgTrans.type = 1;
BDF=3:0:0 for the EP1, and I send Type1 because I have a switch between RC and EP.
in the second step I read from address 0x2000 to generate Configuration transaction type1 to Switch
My question, if this configuration is sufficiently? and when I can check this configuration in EP side?
Thanks.