RTC. Removed errata note from rtc.dox because workaround realized in driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3359 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
ee0b40b93b
commit
0886cac049
|
@ -30,14 +30,5 @@
|
|||
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
|
||||
* must be enabled in @p halconf.h.
|
||||
*
|
||||
* @note STM32 Errata notes:
|
||||
* Description
|
||||
* When the LSIRDY flag is set, the clock may still be out of the
|
||||
* specified frequency range (fLSI parameter, see LSI oscillator
|
||||
* characteristics in the product datasheet).
|
||||
* Workaround
|
||||
* To have a fully stabilized clock in the specified range, a
|
||||
* software temporization of 100 uS should be added.
|
||||
*
|
||||
* @ingroup IO
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue