2026-05-30 11:04 AM
Hello! I am using the following:
Using STM IDE: Version: 2.1.1
Build: 28236_20260312_0043 (UTC)
Working on the example for the STM32N6570-DK "VENC_SDCard_ThreadX", it seems to freeze after a few frames and loses link with debugger. Appreciate any thoughts on what could be causing this! I am using a 32GB micro-SD. I have isolated that the issue seems to be in app_filex.c inside of the function:
VENC_FileX_write((CHAR*)data, (LONG)size).
I am thinking there is a conflict between write speeds to the SD card but would be grateful for any insight from the group!
Thank you!