2025-03-05 12:38 AM
Hello,
I am new to the STM32N657x0H3Q MCU and trying to generate code from latest CubeMX with the following peripherals enabled:
UART
Ethernet
DCMI
USB
Non-secure region only
However, after generating the code and compiling it in Keli, I am encountering multiple errors. Additionally, CubeMX shows a warning:
" - Generating AppNS project without AppS, compilation errors maybe generated."
I am trying to understand why this issue occurs.
Is there a strict limitation in this MCU series that requires defining a secure region?
If not, how can I properly generate code with only a non-secure region and avoid these errors?
Also, I am planning to buy the STM32N6570-DK board for my project.
thanks.....
2025-03-06 2:54 AM
hello,
Mr . @Mahmoud Ben Romdhane .
One More Problem I Noticed that.....
2025-03-06 6:17 AM
Hello @saikumar ,
I confirm the issue related to the DCMI peripheral.
It has been reported to STM32CubeMX development team.
Internal ticket number: 204762 (This is an internal tracking number and is not accessible or usable by customer).
Thanks.
Mahmoud
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.
2025-03-06 10:16 PM
hello,
Mr . @Mahmoud Ben Romdhane .
Thank you for confirming the issue and reporting it to the development team.
Additionally, I would like to request clarification on why the LINKED_LIST files are not generated in the NON_SECURE domain. Could you please provide any insights or reasons for this behavior?