2014-01-31 07:56 AM
I'm planning to use some of new STM32L100 most probably in one of RB or R6 version mcu in upcoming project.
1) Does anybody know, when will ST release errata notes to those versions (there is only errata pdf for RC version - is it supposed to be same for others as well). 2) Regarding errata I already ported the project from STM32L151RBT6 to STM32L100RBT6 and everything is working all right, but from RC errata sheet I'm afraid about RCC peripheral limitation where some delay should be inserted after enabling peripheral, but the code seems to work even without this modifications, does anybody now, If I can just ignore this errata or should I implement workaround even if the code is working? 3) Most important for me. In application I'm planning to use very precise 26MHz TCXO oscillator and I need to use USB DFU bootloader. From datasheet, it seems, that I can't use internal HSI oscillator for driving USB, but from clock configuration utility I understand, that I can't use external 26MHz neither. Does anybody have some idea, how to solve this, or am I wrong with these assumptions? thank you a lot for any advice2014-01-31 01:53 PM
Ad.3.
You want to use a TXCO 26MHz to clock the uC but you need an 96MHz clock for USB.2014-02-03 04:38 AM