General STM32-specific definitions. This file is currently somewhat incomplete, but it will form the future basis for MCU-specific (rather than board-specific, which belongs in Wirish) configuration.
APB1 clock speed, in Hz.
APB2 clock speed, in Hz.
Number of interrupts in the NVIC.
This define is automatically generated whenever the proper density is defined (currently, this is restricted to defining one of STM32_MEDIUM_DENSITY and STM32_HIGH_DENSITY).
Number of GPIO ports.
Multiplier to convert microseconds into loop iterations in delay_us().
See: | delay_us() |
---|
Pointer to end of built-in SRAM.
Points to the address which is 1 byte past the last valid SRAM address.
Deprecated.
Use STM32_PCLK1 instead.
Deprecated.
Use STM32_PCLK2 instead.
Deprecated.
Use STM32_NR_INTERRUPTS instead.
Deprecated.
Use STM32_NR_GPIO_PORTS instead.
Deprecated.
Use STM32_DELAY_US_MULT instead.