Reason of delay 200 ms after sd_lld_write function.
Hello
Is there any specific reason behind putting this delay, if yes than what it is?
I want to manage time in my application so i tried to reduce the delay but in that case I am not able to transmit data properly.
below is the given function
sd_lld_write(&SD1,CMD2,(uint16_t)(sizeof(CMD2)/sizeof(CMD2[0])));
osalThreadDelayMilliseconds(200);
