2024-06-27 05:56 AM
Hello,
I am new to STM platform and working on a project using the STM32U5A9J-DK Discovery kit. I need to create a FreeRTOS-based application that utilizes the Octo SPI driver to access the octal SPI flash along with other interfaces.
I've been following the available resources online, but I am encountering issues. Specifically, I can't find the FreeRTOS option under the Pinout & Configuration tab -> Categories. I can see the X-CUBE-FREERTOS option, but I am unable to enable it. I have attached a screenshot of the issue I am facing.
Could someone please provide me with a detailed, step-by-step guide to create a FreeRTOS project with the Octo SPI driver for the STM32U5A9J-DK? Any help or pointers would be greatly appreciated.
Thank you in advance!
2024-07-01 03:16 AM
Hello @sohm
First let me thank you for posting.
If you click on the "X-CUBE-FREERTOS" the "Software Packs Component Selector" will be opened.
Install the pack if it's not already installed then activate it:
Then you can configure the FreeRtos MW:
For the Octo SPI example check the example selector:
KR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.