Hello,
I have a problem configuring the mcBSP in the U-Boot:
I am trying to write into its registers, and though I write into registers which contain writable bits, when reading these registers I read only zeros.
for example when writing into register 0x01D10008 (in mcBSP0) , (or register 0x01D11008 in mcBSP1).
> mw 0x1d10008 1 1
> md 0x1d10000 32
0000 0000 0000 0000 0000....
I checked again and again but the address I use seems to be corect.
I appreciate your help,
Ran