Posted on March 24, 2014 at 15:39
I'm working with STM32L151, and I'm trying to set the LSI clock as Timer 10 source. I tryed the following configuration but it didn't work properly (counts at system clock frequency). Can anyone help me to find t...
Posted on January 19, 2015 at 17:08Hi Jacobs! I have the problem with ldmbd instructions (ldmia/stmia). Usually I used the 4.6 GCC version, but checking your post I decided to update the GCC to 4.8.3. Using this version and generating the assembly i...
Posted on April 07, 2014 at 10:59I want to clock a timer with low power source. Is possible to use TIM11 and the MSI source? The multiplexor (in TIM11) exists? Any news about the bloc diagram?
Posted on March 25, 2014 at 18:31WTF too!! The TIM9 (Figure 140. TI2 external clock connection example) have TS bits that can configure this, but on TIM10 there are not these bits. (TIM9 can't work with LSI). There are some workaround to use LSI ...
Posted on March 25, 2014 at 10:48
It still does not work with this configuration.
In TIM10_IRQHandler a LED goes up and down each overflow to find the real frecuency. The result is 32MHz clock (HSI, the system used clock).
int...
Posted on August 19, 2013 at 10:02I'm having the same problem with other devices (STM32F2) and it happends when the linker file is modified. It seems that the flash sectors are not erased before writting the new data. I have the problems with Atolli...