Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC after power cycle

Posted on April 06, 2015 at 17:15I am using the STM32L1C8 with either its LSI oscillator or an attached LSE (32.768 kHz).  Either way, when I load the code through Keil the RTC module updates properly but when I do a full power cycle the RTC module ...

andrew2 by Associate II
  • 1389 Views
  • 5 replies
  • 0 kudos

STM32F04T6: development wit IAR workbench

Posted on March 24, 2015 at 17:12Hi,I've recently started learning application development on ARM platform STM32F04T6 seem to be a perfect fit for my requirement. In past I did some programming under IAR workbench for TI MSP430 using IAR workbench a...

gmate1 by Associate II
  • 639 Views
  • 2 replies
  • 0 kudos

Keil RTX SVC Interrupt

Posted on March 17, 2015 at 16:39I have an application with high priority DMA interrupt. But when RTX operation system is running periodic delays appears. It seems that RTX SVC interrupt is atomic (disables interrupts on enter, re-enables on exit). ...

STM32CubeMX With Multiple Versions of Keil

Posted on February 24, 2015 at 02:41I have both Keil Uvision 4.7 and 5.14 installed. CubeMx only gives me the option to select MDK- ARM V4.7 in the Project->Settings->Toolchain/IDE selector.How can I get MDK-ARM V5.14 to appear in the Toolchain/IDE ...