RTOSとファイルシステム
.
スレッドのスタックサイズをデフォルトの2.25倍に。
http://mbed.org/forum/bugs-suggestions/topic/3288/
The SDFileSystem + FATFileSystem call stack is pretty deep. The stack of the thread writing to the SD card has to be set about 2.25 times the default stack size:
Thread t(sd_thread, NULL, osPriorityNormal, (DEFAULT_STACK_SIZE * 2.25));
サンプル・プログラム http://mbed.org/users/emilmont/programs/SDThread/m6iqxf
Please log in to post comments.