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