Hi,
I want to change the host port priority in the PRI ALLOC register. The default value is 0x89. I use the following code in main()
volatile UINT32* pri_alloc = (UINT32*)0x0288091C;
*pri_alloc = 0x7F;
for some reason the value is never set.
Any ideas?
Regards,
Pavan