2013-08-07 11:47 AM
usb_bsp.c, V1.0.0, 19-September-2011 in USB_OTG_BSP_Init() makes this call:
RCC_APB1PeriphResetCmd(RCC_APB1Periph_PWR, ENABLE);
That goofs up prior configuration I had done to the RTC. Is that a bug in the library? Bill2013-08-07 12:37 PM
Is that a bug in the library?
Probably, there are a couple of instances where ClockCmd was mixed up with ResetCmd, that have been reported from time to time.
2013-08-07 02:43 PM
Is it worth trying to report such bugs?
I find those examples and libraries are loaded with typos and misleading comments.2013-08-07 03:12 PM
Here's as good a place to report them as any. If you have a list, you can post it, then ''Contact Moderator'' on the thread. There are definitely groups within ST that scan the forum, and that seems up from recent times. I try to keep a mental note of the problems reported.
2013-09-12 05:25 AM
Hi William,
Thanks for highlighting this issue. I agree with Clive1: this is a good place to report any typos or others you face. So don't hesitate to do it here throw forum threads if you want. We will take them into consideration as soon as possible ;) -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.