I have been trying to get the SPI port to work on a DM365 board.
After some debugging, I read the MDSTAT register for the SPI port I am trying to use and it read 0xf020000.
This seems to indicate that the peripheral is powered down. Writing 0x3 to the MDCTL resister does change the MDSTAT register to 0xe020000, but I still can't get any data out, and the module state status is still set to SwResetDisable.
Asserting and De-asserting the local reset seems to have no effect.
What do I need to do to change the module state? What do the upper bits indicate that are being changed (they are listed reserved in the documentation)?
Thanks for your input,
Dan