...xecution. Creating this header involves the STM32SigningTool’s command line and adding this command as part of the building process can greatly facilitate development.
Introduction
On STM32N6 M...
I am trying to setup FreeRTOS for the new STM32N6 Nucleo board.
Running into the following error `GCC/ARM_CM55_NTZ/non_secure/port.c:1814: undefined reference to `__privileged_sram_start__'`. B...
I have seen a lot of videos on YouTube where STM32N6 demonstrates incredible AI features such as multiple pose estimation, multiple object detection and multiple object classification at the same t...
It looks like (based on PCB and schematics) - I cannot run the VDDIO (all IO pins) with 1V8. No option on this board to jumper IO voltage as 1V8 - why not? "rrrrrr": I was thinking to change all my...
Hello, I am currently working on STM32N6570-DK. I want to create static library from files inside of Application layer and then I will create user memory and code section inside of my project. T...
Hi, I'm adapting the NUCLEO-N657X0-Q template "Template_FSBL_LRUN" to boot a tested application from the QSPI Unfourtunately, as soon as the binary becomes larger than 64kB and uses a second s...
Hello, I'm trying to do pattern generation on GPIO port using DMA timed by TIM trigger, but I cannot make it running. My code: TIM2 INIT void MX_TIM2_Init(void)
{
__HAL_RCC_TI...
Hi, The recent webinar with your partner Edge Impulse on 26th March was useful to taste the capabilities of STM32N6. Until now in my previous STM32 MCU projects are built with ST official tools l...
In the schematic for STM32N6 Vddcore power rail (attached), voltages of 0.81V and 0.89V are output from the SMPS using resistor dividers. I understand how the output of 0.81V was achieved using the 5...
I try to build a code example where I can execute directly from external OctalSPI flash. I use HAL project "XSPI_NOR_MemoryMapped_DTR" as reference and starting point: It works fine: I can write (f...