cancel
Showing results for 
Search instead for 
Did you mean: 

working on STM32N657X0H3Q (Nucleo-N657X0-Q board)

amirkfir
Associate

Hi!

It might be a *** beginners question but I'm quite lost...

I'm trying to deploy my .ONNX model on my new NUCLEO-N657X0-Q board. The MCU on it STM32N657X0H3Q, seems to have 4Mb of RAM and no flash, but the board itself has 512Mb octaflash memory on it. My model is calculated as 2.71 MB of flash memory and 402 Kb of RAM. The ST edge developer tool claims that my board doesn't have enough resources and it won't create a suitable STM project for the IDE.

My question is - is there a way to work with the board on AI models? is it a bug in the software or am I doing something wrong?

Thank you!

Amir

1 ACCEPTED SOLUTION

Accepted Solutions
Julian E.
ST Employee

Hi @amirkfir,

 

Based on the numbers you give, this seems correct.

What are you doing exactly (what tool are you using)?

Maybe this can help you: 

How to build an AI application from scratch on the... - STMicroelectronics Community

 

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.

View solution in original post

2 REPLIES 2
Julian E.
ST Employee

Hi @amirkfir,

 

Based on the numbers you give, this seems correct.

What are you doing exactly (what tool are you using)?

Maybe this can help you: 

How to build an AI application from scratch on the... - STMicroelectronics Community

 

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.
amirkfir
Associate

Thank you @Julian E. the manual helped a lot!

I was trying to do the entire process through  ST Edge AI Developer Cloud, but i guess it is not compatible enough to my board yet.

 

Thanks again for the help :)