Skip to main content
Associate II
February 17, 2025
Solved

The target device 'STM32N657Z0HxQ' is currently not supported by STM32CubeIDE

  • February 17, 2025
  • 2 replies
  • 1823 views

I selected the processor in CUBE IDE to see how much space the sd card and h264 codes will take up in ram and memory on the STM32N657Z0HxQ processor, but I got the error “The target device ‘STM32N657Z0HxQ’ is currently not supported by STM32CubeIDE”. What should I do?

hamzdmr_1-1739785518910.png

 

Best answer by mƎALLEm

@hamzdmr wrote:

I am currently using version 1.16.1,


1.16.1 does not support STM32N6 products. It was added in the V1.17.0:

From the release notes:

SofLit_0-1739796617687.png

Hope that answers your question.

 

2 replies

Andrew Neil
Super User
February 17, 2025

You didn't say what version you're using!

The STM32N series is pretty new - so you'll certainly need to be on the latest.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
hamzdmrAuthor
Associate II
February 17, 2025

You are right, I am currently using version 1.16.1, I thought the check updates I made from the Help section would work. I will update the application itself and inform you.

Have a good work

mƎALLEm
Technical Moderator
February 17, 2025

Hello,

With STM32CubeIDE 1.17.0, I cannot see that issue. Are you sure you are using that version?

SofLit_1-1739789096520.png

 

"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."
hamzdmrAuthor
Associate II
February 17, 2025

I am currently using version 1.16.1, I thought the check updates I made from the Help section would work. I will update the application itself and inform you.

Have a good work

Andrew Neil
Super User
February 17, 2025

Note that everyone can see all replies - so you don't need to repeat.

You can mention multiple people in a post using '@' ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.