Nav apraksta

沐攸 37c2d0d271 adapt stm32h7rs drivers for rtt (#1) 8 mēneši atpakaļ
Inc e7834cc3d7 [HAL][SDMMC] Fix SD, MMC and SDIO Misra and Coverity warnings 10 mēneši atpakaļ
Src e7834cc3d7 [HAL][SDMMC] Fix SD, MMC and SDIO Misra and Coverity warnings 10 mēneši atpakaļ
_htmresc d55e2661c5 Release v1.0.0 1 gadu atpakaļ
CODE_OF_CONDUCT.md d55e2661c5 Release v1.0.0 1 gadu atpakaļ
CONTRIBUTING.md d55e2661c5 Release v1.0.0 1 gadu atpakaļ
LICENSE.md d55e2661c5 Release v1.0.0 1 gadu atpakaļ
README.md d55e2661c5 Release v1.0.0 1 gadu atpakaļ
Release_Notes.html f32fde58ca Release v1.2.0 10 mēneši atpakaļ
SConscript 37c2d0d271 adapt stm32h7rs drivers for rtt (#1) 8 mēneši atpakaļ

README.md

STM32CubeH7RS HAL Driver MCU Component

latest tag

Overview

STM32Cube is a STMicroelectronics original initiative to ease the developers life by reducing efforts, time and cost.

STM32Cube covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform, delivered for each STM32 series.

  • The CMSIS modules (core and device) corresponding to the ARM(tm) core implemented in this STM32 product
  • The STM32 HAL-LL drivers : an abstraction drivers layer, the API ensuring maximized portability across the STM32 portfolio
  • The BSP Drivers of each evaluation or demonstration board provided by this STM32 series
  • A consistent set of middlewares components such as LWiP, RTOS, FatFS, mcuboot, USB Host & Device, USBPD, OpenBootloader, STM32_ExtMem_Loader & STM32_ExtMem_Manager, ...
  • A full set of software projects (basic examples, applications) for each board provided for this STM32 series.
  • A development with three Toolchains and Compilers (IAR Embedded Workbench for ARM (EWARM), RealView Microcontroller Development Kit (MDK-ARM), and STM32CubeIDE).

Two models of publication are proposed for the STM32Cube embedded software:

  • The monolithic MCU Package : all STM32Cube software modules of one STM32 series are present (Drivers, Middlewares, Projects, Utilities) in the repo (usual name STM32Cubexx, xx corresponding to the STM32 series)
  • The MCU component : progressively from June 2021, each STM32Cube software module being part of the STM32Cube MCU Package, are delivered as an individual repo, allowing the user to select and get only the required software functions.

Description

This stm32H7RSxx_hal_driver MCU component repo is one element of the STM32CubeH7RS MCU embedded software package, providing the HAL-LL Drivers part.

Release note

Details about the content of this release are available in the release note here.

Compatibility information

It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device - HAL, as mentioned in this release note.

The full STM32CubeH7RS MCU package is available here.

Troubleshooting

Please refer to the CONTRIBUTING.md guide.