Carl J Kugler III
Carl J Kugler III
**Describe the issue** Please describe the issue and expected clarification in concise language. [ff_truncate](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/stdio_API/ff_truncate.html) has important restrictions that are not mentioned. Since this behavior is non-standard, I believe it would...
**Describe the issue** [ff_fseek](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/stdio_API/ff_fseek.html) has important restrictions that are not mentioned. Since this behavior is non-standard, I believe it would be best to state the restrictions rather than leave them...
Thank you for providing an excellent library! We're doing some extreme testing with a Newhaven NHD-240128WG-BTMI-VZ# LCD, using a 10' long shielded 20-conductor cable to connect the display. It worked...
Running FreeRTOS, if I specify `PARAM_ASSERTIONS_ENABLE_ALL=1` I get an assertion at: ``` SysTick_Handler@0x100001ca (/home/carlk/pi/pico/pico-sdk/src/rp2_common/pico_crt0/crt0.S:91) @0xfffffff9 (Unknown Source:0) vTaskExitCritical@0x10015fae (/home/carlk/pi/pico/FreeRTOS-Kernel/tasks.c:7161) xTaskResumeAll@0x1001658c (/home/carlk/pi/pico/FreeRTOS-Kernel/tasks.c:4072) xEventGroupSetBits@0x1001403e (/home/carlk/pi/pico/FreeRTOS-Kernel/event_groups.c:630) vPortLockInternalSpinUnlockWithNotify@0x10013c52 (/home/carlk/pi/pico/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/port.c:1062) mutex_exit@0x20000754 (/home/carlk/pi/pico/pico-sdk/src/common/pico_sync/mutex.c:215) stdio_usb_out_chars@0x1001b96a (/home/carlk/pi/pico/pico-sdk/src/rp2_common/pico_stdio_usb/stdio_usb.c:130) stdio_out_chars_crlf@0x1001ae2c...