JAL is a free language (compiler) for the Microchip and Scenix microcontrollers available from the Jal homepage.
This list is meant for Jal users to discuss the use of Jal, but other PIC or electronics subjects are OK.
Note that for general (non-Jal) PIC discussions the
piclist
is much more appropriate (and more likely to generate answers).
The piclist also has a great FAQ.
The jallist is unmoderated: your contribution is sent to all members without human intervention, with the exception of new members: their first message(s) must be approved before being passed to the others.
Attachments to messages are removed. Put files in the files section (and remove 'm when they have become obsolete!).
When using the Jallist to post or to respond please bear in mind that for most of the Jallist members English is not the first language, and their mastering of this language varies a lot. So misunderstanding is easy. When you suspect that someone treated you rough the best guess is that either he or you did not use the language correctly.
Hi Matt I added the delay where you suggested but this did not appear to work. However, if I place the delay in the sd_stop_write() procedure, it does work.
Colin, I believe the correct way is to ask the SD card when it is ready after writing, and I do this in the lib as specified by the datasheet. It is possible
Hi Matt, No documentation, but I have read on other forums that there needs to be a wait period after sector write in order for the card to complete the
... Do you have any documentation on this 10ms delay? I did not see anything about this in the datasheet and I have had no issues. If this is true, you can add