Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI could be wrong, but I think the difference of shift by 3 versus shift by 2 is because of AP versus AS mode. In AP mode, you need to specific the word (16 bit word) address where as for AS you need to specify the byte address.
The example code for AN429 was for AP and it uses shift by 3. I have only ever tried AS mode, and I found I had to use shift by 2.