This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PRI ALLOC Register in C6457



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