STMicroelectronics / cmsis_device_f4

Provides the STM32Cube MCU Component "cmsis_device_f4" of the STM32F4 series.
Apache License 2.0
56 stars 24 forks source link

Wrong value for GPIO_MODER_MODE8_Msk in all headers #1

Closed kasjer closed 3 years ago

kasjer commented 4 years ago

Describe the bug All headers for F4 board have this

#define GPIO_MODER_MODE8_Msk             GPIO_MODER_MODER2_Msk

Changing 8 to 2 seems odd. All surrounding lines have consistent numbering so it would make more sense to change it to

#define GPIO_MODER_MODE8_Msk             GPIO_MODER_MODER8_Msk
ASELSTM commented 4 years ago

Hi @kasjer,

The issue you pointed out has been confirmed, a fix will be implemented and made available in future release. Thank you once again for your contribution.

With regards,

ASELSTM commented 4 years ago

ST Internal Reference: 86370

ASELSTM commented 3 years ago

Hi @kasjer,

I hope you are fine. The issue you reported has been fixed in the frame of version v2.6.6 of the cmsis_device_f4 published recently on GitHub.

Thank you again for having reported.

With regards,