Hi Merlin,
updated to AVRCo Rev. 5.09.42 and experienced a problem when reading text files from SD card using FAT16_32. Even sample program in Profi Driver manual does not work, ReadLn(a_file, a_string) reads only zeros.
It works when I disable the following Optimizer options:
{$OPTI NO_LOOP_OPT}
{$OPTI NO_BRANCH_OPT}
{$OPTI NO_CSE_OPT}
{$OPTI NO_CALL_FRAME_OPT_LOCAL}
Debug info is attached.
updated to AVRCo Rev. 5.09.42 and experienced a problem when reading text files from SD card using FAT16_32. Even sample program in Profi Driver manual does not work, ReadLn(a_file, a_string) reads only zeros.
It works when I disable the following Optimizer options:
Code
{$OPTI NO_LOOP_OPT}
{$OPTI NO_BRANCH_OPT}
{$OPTI NO_CSE_OPT}
{$OPTI NO_CALL_FRAME_OPT_LOCAL}
Debug info is attached.
Attachments
Filename: | MERLIN_DEBUG.zip |
Filesize: | 546.44 KB |
Title: | |
Information: | Debug info |
Download counter: | 25 |