Skip to main content
MJog.1
Associate
June 24, 2023
Question

B-U585I-IOT02A Board AI application with external Flash and RAM

  • June 24, 2023
  • 3 replies
  • 2231 views

Hello,

I want to deploy a AI model on B-U585I-IOT02A board. I'm using the X-Cube-AI plugin for that. Since my model is not able to run on internal flash and RAM, I have selected to use external FLASH and SRAM (from advanced settings in X-Cube-AI). The Flash and SRAM are present on-board and both of them are interfaced with the MCU through OSPI interface.


My question is how do I integrate OSPI interface so that X-Cube-AI is able to use it??
Is there any example code or application that I can refer to?
Thanks in advance.

This topic has been closed for replies.

3 replies

Explorer
July 10, 2023

Can we get this answer solved please ST? so on one hand we have an impressive highest MCU package M-7 board with all the AI yet with no IoT support? alternatively, an M-33 with all the IoT quirks yet no mention of the FP-AI-VISION1 interface is supported please understand while most of us can write some drivers on our own your BSP and HAL makes it time consuming especially for prototyping. My hope is that the upcoming N6 with NN accelerator has an IoT support, else a Rapberry Pi although required a full blown OS might be the best option. Thanks in advance.

fauvarque.daniel
ST Employee
July 12, 2023

X-CUBE-AI fully supports the external flash on this board, when generating the code it will do the external flash initialization using the board BSP code. The code will be located in app_x-cube-ai.c

Regards

Daniel

Visitor II
October 6, 2023

Perhaps this question can be answered by specialists who have experience in AI