We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone 1>I am trying to write data in sd card 2>I am using LPC 2368. 3>I am getting response that TxFifoHalfEmpty Transmit FIFO is half full. what should I do to overcome this problem
Please Help!
Hello Sir
Thanks for your reply
I check my code again
first time it goes into MCI_IRQ handler
goes into FIFO_Init_Mask
then comes out of that function
again goes into MCI_IRQHandler
going into DATA_ERR_INT_MASKtus
MCI_DataErrorProcess
in that MCI_Tx_Underrun Error
and program stuck there
while(MCI_Block_End_Flag==1);
program stuck here
not going in TxDisable function
Can you please help me out with this.
name are according to NXP's example code.
Thank You!