STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OPTIMIZATION

Posted on March 18, 2013 at 11:51hiin my project with RIDE7, when i use ''No optimization'' I can't use debugger but when i use size optimization I have a problem in some functions . can I use No optimization juste when I call this functions? #fl...

aymen by Associate II
  • 1699 Views
  • 13 replies
  • 0 kudos

PWM Time shifting signal

Posted on January 08, 2013 at 11:55 Hi, I program a PW M sig nal in PB4 port using TIM3 using this program int main ( void ) { while (1) { TIM3->CCR1 = 1000 ; } } /*____________________________TIM3_______________________...

0690X00000603GBQAY.jpg 0690X00000605UPQAY.png
bmwael1 by Associate II
  • 777 Views
  • 3 replies
  • 0 kudos

SPI pins initialization STM32L-discovery

Posted on October 08, 2012 at 16:06It seems I can't correctly initialize the SPI pins on the STM32L-discovery board. I have very little experience with programming 32bit devices so I am probably missing something obvious. I hooked up my oscilloscope...

jurriaan by Associate II
  • 1728 Views
  • 7 replies
  • 0 kudos

DFU combine with project.

Posted on March 06, 2013 at 02:08Hi All,Could the DFU project possible to merge with my project in one hex file?

cng by Associate II
  • 645 Views
  • 2 replies
  • 0 kudos

Programming languages

Posted on March 19, 2013 at 13:31Hello, I´m new in programming STM32, so I´m sorry for ''stupid'' question. It´s possible to program STM32 microcontrollers by objected oriented languages (C++, Java,...). I know that using C is the best choice, bu...

j3lda by Associate II
  • 703 Views
  • 2 replies
  • 0 kudos

STM32F3DISCOVERY USB-Virtual Com Port?

Posted on November 18, 2012 at 14:16Hi!May I ask for help about setting up VCP with one?I am currently looking over the files of STM32_USB-FS-Device_Lib_V3.4.0 (under virtual com port). I can't seem to understand how to tailor it with STM32F3Discove...

bobot by Associate II
  • 3209 Views
  • 18 replies
  • 0 kudos

STM32L Discovery Blue/Green Led not working

Posted on March 19, 2013 at 02:13Hi, I managed to compile and start the Temperature Measurement Example with Eclipse and Code Sorcery. It runs and shows a temperature. I wanted to add a few lines of code to see the LEDs blinking inside the infinite ...

lawi by Associate
  • 558 Views
  • 1 replies
  • 0 kudos

toggle led with delay inside exti interruption

Posted on March 18, 2013 at 20:53Hi,I am trying to toggle a led inside an EXTI interruption with Delay. The delay function is based on the systick intrruption. Everything works fine seperately but when I try to use the delay inside the EXTI interrup...