Hi,
I've made up a setup with the EVM5515 booting a programm from SD Card. The booting itselfs runs ok (e.g. my LEDs toogle as programmed).
After booting I have to mount the SD-Card at a certain place in the code. For that I did exactly as in the
examples provided by the CSL.
I've called
MMC_init();
configSdCard(...)
ATA_fileInit(...)
ATA_systemInit(...)
here I found, the systems hangs after a boot from SD in
_AtaReadWord() called by _AtaReadByte()
When I ran the same file in my EVM downloaded direclty with CCS the system runs
perfectly, even when making an EVM reset and not reconfiguring with the GEL
file. When booting from SD,it hangs exactly at the first occurence of _AtaReadWord.
It seems the bootloader remains the SDcard interface in a different state as
the driver. Could you please give me an advice how to reconfigure the System
after a boot from the SD card, so that I can use it`in my program?
Micky