cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement the X-Cube-AI model in the external octo flash using STM32CubeMX?

marcosrambo
Associate

 

Hello!

I'm using NUCLEO-H7S3L8 and trying to implement my AI on the external octo flash using STM32CubeMX and X-Cube-AI. How can I do this? My main application is already running in the octo flash.

Thanks,
Marcos.

marcosrambo_0-1749743226318.png

 

1 REPLY 1
Julian E.
ST Employee

Hello @marcosrambo,

 

On the network view you have an additional popup window (see below) where you can ask to use external memories.

On STM32 known boards, if there is external memory, it will automatically insert the BSP code to use that memory in the generated code.

If you use external memory you can ignore the message that the amount of RAM / Flash required is bigger than the one availbale

When using external memory, the weights are located in external memory and a network_data.bin file is generated so you can flash it on the external memory

The same applies for external RAM, you can put the activation buffer in external RAM.

JulianE_0-1749801489436.png

 

Have a good day,

Julian


In order 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.