cmsis_device_h7 icon indicating copy to clipboard operation
cmsis_device_h7 copied to clipboard

Provides the STM32Cube MCU Component "cmsis_device_h7" of the STM32H7 series.

Results 8 cmsis_device_h7 issues
Sort by recently updated
recently updated
newest added

Device **STM32H7B0xxQ** is not documented. Line 74 in `stm32h7xx.h` should be changed from: ``` c /* #define STM32H7B0xx */ /*!< STM32H7B0ABIxQ, STM32H7B0IBTx, STM32H7B0RBTx, STM32H7B0VBTx, STM32H7B0ZBTx, STM32H7B0IBKxQ */ ``` to: ```...

bug
cmsis
internal bug tracker

**Caution** The Issues are strictly limited for the reporting of problem encountered with the software provided in this project. For any other problem related to the STM32 product, the performance,...

bug
cmsis
internal bug tracker
rcc

**Describe the set-up:** - I'm reporting this for the STM32H723/733, STM32H725/735 and STM32H730 family **Describe the bug:** - The RTC driver for the STM32H723 is incorrect. - The RTC_TAFCR register,...

bug
documentation
internal bug tracker

The very detailed report was done for https://github.com/STMicroelectronics/cmsis_device_l4/issues/2 This issue is not present on some lines, e.g. F4. And present on the majority of others, like L4, G0, H7, etc....

bug
cmsis

Currently, in order to change the value of VECT_TAB_OFFSET, the user has to modify the `system_stm32h7xx.c` file. This is inconvenient in cases where the value has to change for different...

enhancement
cmsis
internal bug tracker

[KEYR1](https://github.com/STMicroelectronics/cmsis_device_h7/blob/902450ef44d7b4c0595b7620bda8a2ef705ef181/Include/stm32h743xx.h#L942C77-L942C77) [KEYR2](https://github.com/STMicroelectronics/cmsis_device_h7/blob/902450ef44d7b4c0595b7620bda8a2ef705ef181/Include/stm32h743xx.h#L918) Here KEYR1 and KEYR2 Flash registers are marked as IO (Read and write) but reference manual RM0433 chapters 4.9.2 and 4.9.24 say that should be write-only registers, is...

question
cmsis

Board: NUCLEO-H723ZG Compiler: arm-none-eabi-gcc (Arch Repository) 14.1.0 The GCC start-up assembly template for the H723xx [(see here)](https://github.com/STMicroelectronics/cmsis_device_h7/blob/13ba9da797a30e1563a8795f974425fb26dd0457/Source/Templates/gcc/startup_stm32h723xx.s) contains the following code at the end of `Reset_Handler`: ``` /* Call static...

bug
good first issue
cmsis
internal bug tracker

In this repository, all ".ld" files have minor differences in their comments compared to other repositories. The quotes around "as is," are encoded in Windows-1252, whereas other repositories do not...

enhancement
cmsis