Basic ThreadX / FileX example
I have created a very minimal prototype project with ThreadX on the NUCLEO-H563ZI board. I have a single task that blinks a LED on and off.
I would like to prove out an example with FileX using SRAM. I have enabled FileX via CubeMX with the default settings. I am having issues with the project hard faulting.
I was running into the same issue reported here: Re: FileX help - STMicroelectronics Community
After creating my own array and base address, I was able to succeed in initalization, but then hard fault trying to create a file.
Is there any basic example showing ThreadX with FileX, using SRAM, that has the basic settings needed in the ioc?
Thanks

