2007-05-23 12:26 AM
STM library error on function RTC (RTC_GetTime(..))
2011-05-17 12:33 AM
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 Regards2011-05-17 12:33 AM
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. ;)2011-05-17 12:33 AM
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 ]2011-05-17 12:33 AM
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 ;)