hal_stm32 icon indicating copy to clipboard operation
hal_stm32 copied to clipboard

Results 20 hal_stm32 issues
Sort by recently updated
recently updated
newest added

`FMC_BA0` and `FMC_BA1` (bank address signals) are actually shared with `FMC_A14` and `FMC_A15` (meaning A14 and A15 pinctrl nodes can be referenced instead of BA0 and BA1 nodes), so feel...

This patch adds the LL functions to get the address of SPI Tx/Rx reg. Unlike other series, the stm32H7 has two registers for Tx and Rx but no LL function...

added the lcd pins to stm32-pinctrl

added the sai pins to stm32-pinctrl

add the pinctrl DTSi files for the new stm32h7R/S serie stm32h7r3, stm32h7r7 stm32h7s3, stm32h7s7 from the https://github.com/STMicroelectronics/STM32_open_pin_data Follows the PR https://github.com/zephyrproject-rtos/hal_stm32/pull/200

Hi, working on adding some stm32 PHY chip drivers into Zephyr, i.e. adin1100, (patch in progress) and MDIO Clause 45 is a "nice to have" feature. From some checks, h7...

official release from https://github.com/STMicroelectronics/STM32CubeH7RS V1.0.0

The PAGESIZE definition is typically used in POSIX systems as a measure of virtual memory granularity. In the stm32 HAL context it was used as a synonym for FLASH_PAGE_SIZE which...

Adding MCO to pinctrl here for an accompanied PR in the Zephyr repo adding a simple MCO driver.