Wykres commitów

5 Commity (4a19432cc172734a566a2f47a972f9545f4ace35)

Autor SHA1 Wiadomość Data
nspsck 43eef9434f stm32/octospi: Added OSPI support for STM32H7 mcus.
Added a if-statement to octospi.c to detect if the
targeted MCU is one of the STM32H7 series. If that
was the case, another set of variables are used for
the mp_hal_pin_config_alt_static_speed() function,
as well as for register OCTOSPI1->CR. This allows
the STM32H723 and STM32H7B3 series MCU to use octo-
spi flash like the STM32H573 serie MCU.

Signed-off-by: nspsck <teng.jiang94@gmail.com>
2023-11-17 13:24:56 +01:00
nspsck b85331f038 stm32/boards/STM32H7B3I_DK: Fixed octo-spi pin implementation.
The original OSPIFLASH settings in the mpconfigboard.h
contains some mistakes that prevents the firmware to
be built. These are now corrected and the firmware can
be built with support for OSPI flash.

Signed-off-by: nspsck <teng.jiang94@gmail.com>
2023-11-17 13:14:11 +01:00
iabdalkader 36cac5e154 stm32/system_stm32: Allow boards to configure PLL VCI, VCO and FRACN.
This removes hard-coded PLL1/3 VCI, VCO and FRACN.
2022-04-11 16:12:53 +10:00
iabdalkader bdbc9b395f stm32/system_stm32: Add H7 switched-mode-power-supply support.
- Add board-level configuration option to set the SMPS supply mode.
- Wait for valid voltage levels after configuring the SMPS mode.
- Wait for external supply ready flag if SMPS supplies external circuitry.
2022-04-11 16:12:53 +10:00
Jan Staal 9e2423e730 stm32: Add support for H7A3(Q)/H7B3(Q), and STM32H73B3I_DK board defn.
This commit is based upon prior work of @dpgeorge and @koendv.

MCU support for the STM32H7A3 and B3 families MCUs:
- STM32H7A3xx
- STM32H7A3xxQ (SMPS)
- STM32H7B3xx
- STM32H7B3xxQ (SMPS)

Support has been added for the STM32H7B3I_DK board.

Signed-off-by: Jan Staal <info@janstaal.com>
2021-09-16 12:29:28 +10:00