Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion _projects/armv8m55-stm32n6-nucleo/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
#define UART_PIN_TX 5
#define UART_PIN_RX 6

#define XSPI2 1
#define XSPI2 1
#define XSPI2_CLOCK_DIV 1 /* 200 MHz */

#define VDDIO3_RANGE_MV 1800 /* XSPI port 2 - Flash */

#define I2C1 1

#define SPI5 1

#define TTY1 1
#define UART_CONSOLE_PLO 1
Expand Down
1 change: 1 addition & 0 deletions _targets/armv8m55/stm32n6/preinit.plo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ contents:
- map axi_kernel 0x34014000 0x34100000 cb # Kernel data
# Note: PLO is loaded by BootROM at 0x34180000, inside axi_app
- map axi_app 0x34100000 0x343c0000 rwxcb # Applications code/data
- map dmamem 0x38000000 0x38008000 rwb # Uncached DMA memory
- map per 0x50000000 0x60000000 rw # Shared peripherals
- map flash0 0x70000000 0x74000000 rwxcb # External Flash
- map cpu_per 0xe0000000 0xe0100000 rw # CPU internal peripherals
Expand Down
Loading