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

Calculate delay

Posted on August 14, 2013 at 21:24hello how can i calculate a delay of 1 second if i have this parameters: SYSCLK(Hz)                             | 168000000   *-----------------------------------------------------------------------------   *       ...

Hard - to catch - fault

Posted on June 04, 2013 at 09:50Hello, I have a kind of strange issue. When I really stress my system (it handles serial packets, get the right data, and send it via serial, I send thousands of messages without waiting for reply), in an unpredictabl...

root by Associate II
  • 3126 Views
  • 24 replies
  • 0 kudos

STM32W108 discontinuation statement

Posted on July 23, 2013 at 12:06Hi, The Zigbee PRO support has been dropped by ST a while back... Since then I've been trying hard to find some document from ST stating the product discontinuation so we can present that to our customer... I've tried...

nelson by Associate II
  • 1399 Views
  • 9 replies
  • 0 kudos

GDBserver flash programming problem

Posted on January 27, 2012 at 13:47I use Eclipse-IDE and CodeSourcery G++ Lite to create programs for STM32F4xx. As debugger I use CodeSourcery gdb and gdb-server from Atollic TrueSTUDIO Lite package. If I debug program located in flash on Sector 0 ...

Help me fix my code.ADC with STM32F303VC

Posted on August 19, 2013 at 07:20I want read ADC of STM32F303VC then display status  on three LED (If ADC>1000 LED red bright,ADC<500 LED green bright and extant LED ogrange bright) programmed code below,but i don't find error.Thanks everyone!#incl...

bee by Associate II
  • 365 Views
  • 0 replies
  • 0 kudos

How to configure encoder on stm32 F1

Posted on August 18, 2013 at 22:52Hi,i'm working on configure the encoder for quadrature using STM32F1 and have been looking through the code on the forum but only find the code for STM32 F3 and F4, I try to change the code to match for F1 but it do...

STM32F10x USB Virtual COM port driver for Linux ( ubuntu)

Posted on August 18, 2013 at 07:32Hi,ST has driver for USB Virtual COM port for Windows. My STM32F10x devices works fine with that driver. I have just started working in Linux ( Ubuntu 12.04 LTS). I'm having hard time in finding the USB virtual COM ...

harinath by Associate III
  • 684 Views
  • 1 replies
  • 0 kudos

SPI Problems

Posted on August 16, 2013 at 05:25I am using the STM32F103 to interface with a FPGA over SPI and I am having the following issue. When I am reading a 32 bit variable from the FPGA (4 bytes) it seems to work fine with the first communication and then...

Reset

Posted on August 01, 2013 at 15:34Im doing reset in the STM32F103RBT6 board ... Im updating the data in seven segment display and when i pressed reset switch which was connected to hardware reset , it was hanging up the present data in display and n...