Global BSP definitions for STM32U5.
More...
#include <bsp/default-initial-extension.h>
#include <bspopts.h>
#include <rtems.h>
Go to the source code of this file.
|
|
#define | BSP_FEATURE_IRQ_EXTENSION |
| |
|
#define | BSP_ARMV7M_IRQ_PRIORITY_DEFAULT ( 13 << 4 ) |
| |
|
#define | BSP_ARMV7M_SYSTICK_PRIORITY ( 14 << 4 ) |
| |
|
#define | BSP_ARMV7M_SYSTICK_FREQUENCY stm32u5_systick_frequency() |
| |
|
|
uint32_t | stm32u5_systick_frequency (void) |
| |
|
void | stm32u5_init_oscillator (void) |
| |
|
void | stm32u5_init_clocks (void) |
| |
|
void | stm32u5_init_power (void) |
| |
|
void | stm32u5_init_peripheral_clocks (void) |
| |
|
void | stm32u5_rcc_power_clock_enable (void) |
| |
|
void | stm32u5_init_octospi (void) |
| |
|
|
char | stm32u5_memory_null_begin [] |
| |
|
char | stm32u5_memory_null_end [] |
| |
|
char | stm32u5_memory_null_size [] |
| |
|
char | stm32u5_memory_flash_begin [] |
| |
|
char | stm32u5_memory_flash_end [] |
| |
|
char | stm32u5_memory_flash_size [] |
| |
|
char | stm32u5_memory_int_sram_begin [] |
| |
|
char | stm32u5_memory_int_sram_end [] |
| |
|
char | stm32u5_memory_int_sram_size [] |
| |
|
char | stm32u5_memory_int_sram_lpbam_begin [] |
| |
|
char | stm32u5_memory_int_sram_lpbam_end [] |
| |
|
char | stm32u5_memory_int_sram_lpbam_size [] |
| |
|
char | stm32u5_memory_octospi_1_begin [] |
| |
|
char | stm32u5_memory_octospi_1_end [] |
| |
|
char | stm32u5_memory_octospi_1_size [] |
| |
|
char | stm32u5_memory_octospi_2_begin [] |
| |
|
char | stm32u5_memory_octospi_2_end [] |
| |
|
char | stm32u5_memory_octospi_2_size [] |
| |
Global BSP definitions for STM32U5.