cancel
Showing results for 
Search instead for 
Did you mean: 

STM library error on function RTC (RTC_GetTime(..))

acorradini9
Associate II
Posted on May 23, 2007 at 09:26

STM library error on function RTC (RTC_GetTime(..))

4 REPLIES 4
acorradini9
Associate II
Posted on May 17, 2011 at 09:33

WARNING:

On the library STM.

In the module 91x_rtc.c.

Function ''void RTC_GetTime(u8 Format, RTC_TIME * Time)''

old line

Time->seconds = BCD3ToWORD(Time->milliseconds);

new line

Time->milliseconds = BCD3ToWORD(Time->milliseconds);

Best Regards

gu48bz
Associate II
Posted on May 17, 2011 at 09:33

Hi,

I found that bug about 4 months ago, but it still hasn't been fixed in the released HAL. I must of reported over 50 bugs in the HAL but they seem to go into a big black hole. Anyway, our local copy is starting to become healthy!

Using the HAL as it stands does mean you have to debug it to get it to production quality. It is free though, so can't be too critical. 😉

mohamed23
Associate II
Posted on May 17, 2011 at 09:33

Hello stevesky,

I have bought One STR9 Keil and IAR starter-kit and I have

started using the software library from ST and the one provided

with each kit. Until now all works perfectely, I made a search on this forum and I found only 3 software bugs :

1) http://mcu.st.com/mcu/modules.php? mop=modload&name=Splatt_Forums&file=viewtopic&topic=4550&forum=21

2) http://mcu.st.com/mcu/modules.php?mop=modload&name=Splatt_Forums&file=viewtopic&topic=4436&forum=21

and this One.

I was surprised by your message because you are talking for more than 50 bugs. :o

Could you please send me your own bug-list so that I can update my software. Thanks a lot in advance.;-)

Regards,

rave :p :p

[ This message was edited by: Rave on 14-12-2006 21:46 ]

software2
Associate II
Posted on May 17, 2011 at 09:33

Hi Rave,

I can't seem to find the bug in ST libraries that you list in your message at number 1.

Could you pinpoint it more precisely, please?

Thanks

😉