Tool/software: TI-RTOS
Hi Everyone,
Just to brief you about my task, currently I'm running my firmware on external flash/SRAM via EPI interface. I'm able to print via UART, do CAN communication etc. But when it comes to opening SD card interface(SDSPI_open), the firmware either halts or crashes (cannot debug when firmware is running on EPI interfaced memory). I verified that SD card IO's and EPI IO's are not conflicting.
I initially ran the same firmware in internal flash with the EPI interfaced SRAM/FLASH(Not active) and sd card access works fine.
I was wondering if SDSPI TIRTOS library have some clock limitations since the firmware in EPI interfaced memory is limited to 30MHZ.
Thanks in Advance.
-Prajnith