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

program exit reached

Posted on May 18, 2015 at 09:42Hi,all!Rencently ,I transformed my program from stm32f1 tostm32f4 using iar embedded workbench.I met a problem,The debug log showed that :program exit reached.The main function reached the end of the code but interrupt...

STM32F2 linker script to emulate EEPROM

Posted on May 10, 2015 at 17:03 Hi all, I try to test the ST example of EEPROM emulation (with 3 variables and page2 + Page3 usage). I build it with success with GCC (EMBLOCKS), but it seems I can't assign the good value to isr vec...

neoirto by Associate II
  • 1667 Views
  • 3 replies
  • 0 kudos

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
  • 1459 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
  • 692 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 ...