i have an application which uses both lwip and fatfs/sd card.
when reading the first page requested in httpd, the app hangs in HSMMCSDCardStatusGet
the stack looks like:
...
fs_open
f_open
move_window
disk_read
MMCSDReadCmdSend
MMCSDCmd Send
HSMMCSDCmdSend
HSMMCSDCardStatusGet
the hang is a while on either command complete or a timeout.
So I think I am missing an interrupt...but not sure what to look at next...