STMicroelectronics / STM32CubeG0

STM32Cube MCU Full Package for the STM32G0 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
165 stars 75 forks source link

LL RTC - wrong reference to RTC #4

Closed saeugetier closed 5 years ago

saeugetier commented 5 years ago

LL_RTC_DisableInitMode(RTCx); should be used instead of LL_RTC_DisableInitMode(RTC);.

There is only one instance of RTC. But in common the RTCx pointer is used in every function. No direct access of RTC is used.

saeugetier commented 5 years ago

https://github.com/STMicroelectronics/STM32CubeG0/blob/2447e18b9505b881c926e8d6c6fc60d065d85ebc/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c#L325

ALABSTM commented 5 years ago

Dear Timm,

You are absolutely right. This shall be corrected and made available in a future release. Thank you for pointing out this issue.

With regards,

ALABSTM commented 5 years ago

ST Internal Reference: 69910

CCASTM commented 5 years ago

Hello Timm, The correction that you submitted is valid. We have recorded and corrected our internal software database. The next STM32G0 will include the correction. If you have no other question, can we close this Issue ? Regards Christophe

saeugetier commented 5 years ago

Hello Christophe,

thanks. That's all. You can close the issue.

Regards Timm