Skip to main content
Associate III
June 27, 2024
Question

Help Needed: Creating FreeRTOS Project for STM32U5A9J-DK with Octo SPI Driver

  • June 27, 2024
  • 1 reply
  • 1391 views

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!

1 reply

Semer CHERNI
ST Employee
July 1, 2024

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:

SemerCHERNI_0-1719824496360.png

Then you can configure the FreeRtos MW:

SemerCHERNI_0-1719828854559.png

For the Octo SPI example check the example selector:

SemerCHERNI_1-1719828998303.png

KR,
Semer.