Solved
STM32N6 USING SD CARD
- February 11, 2026
- 1 reply
- 377 views
Hi everyone,
I’m asking for your help with accessing my SD card. I’m running into an issue with the STM32N6DK750 Discovery Kit and would really appreciate some advice.
I’m trying to write data to an SD card using FileX and ThreadX. Everything compiles and debugs fine, but nothing actually gets written to the card.
I also tried the FX_MultipleAccess example provided by ST, but it doesn’t compile. I’ve tried fixing several compilation errors, but some declarations are missing, like byte_pool in app_filex.c.
I’m not sure what’s causing the issue, and I’m wondering if I might have missed an important step or misconfigured something.
