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

Fast I/O handling

Posted on May 15, 2012 at 11:57Hi everyone, I am using STM32F4 Discovery evaluation board and Atollic TrueStudio. My problem is a fast I/O handling i want to generate signal frequency at 84 MHz. I'm getting ~15 MHz if I use while (1) { GPIOD->BSRRH...

oleg23 by Associate
  • 871 Views
  • 4 replies
  • 0 kudos

WFI in run mode causing Hard Fault

Posted on May 18, 2012 at 04:03hi all, I want to save power in run mode of mcu (STM32L151) My timer is running and giving periodic interrupts. My plan is to go to sleep mode when all main loop work is done and then wake up when timer interrupt comes...

alok472 by Associate II
  • 990 Views
  • 3 replies
  • 0 kudos

Problems with active interrupt of USART2 with GPIOD

Posted on May 21, 2012 at 01:25firstly sorry by my bad english... I'm with a problem when i active the NVIC_InitTypeDef of USART2 it disable the GPIOD( I think it because my LCD use the /* PD.11(RST), PD.12(WR), PD.13(RD) , PD.14(CS), PD.15(RS)*/ an...

Out of memory?

Posted on May 13, 2012 at 18:30Good day,I was playing with ST32F103RET6 MCU.I looked in datasheet, my MCU has 64Kb of SRAM, so I could easily create array with 20 kbytes. But I cannot.I use IAR compiler, What can be wrong. I can create only 1800byte...

hitsumen by Associate II
  • 2639 Views
  • 14 replies
  • 0 kudos

STM32F4 Discovery

Posted on May 12, 2012 at 08:50hii am starting with STM32F4 Discovery i need to know which development software is the bestkeil or the attolic, thank you

qasim by Associate
  • 1027 Views
  • 5 replies
  • 0 kudos

Error in the STM32F0Discovery Firmware package

Posted on May 20, 2012 at 07:45Hi I recently recieved an STM32F0 discovery board and got to  doing some testing on it with the gcc toolchain  found at:https://launchpad.net/gcc-arm-embedded/4.6/2011-q4-major I discovered that the ''startup_stm32f0xx...

Eclipse and CodeSourcery ARM Sourcery G++ question

Posted on October 22, 2011 at 02:19HiI have eclipse 3.6 with GNU ARM C/C++ development support configured.However, it can generate hex file with warning: cannot find entry symbol Reset_Handler; defaulting to 08000000. Not sure will this effect the h...

sharethl by Associate II
  • 1622 Views
  • 10 replies
  • 0 kudos

3-Phase generation via timers...

Posted on May 17, 2012 at 02:36Does anyone know how to produce a solid 3-phase implementation via the timers on these STM32F4-Discovery? I'm wanting to be able to produce a simple 3-phase digital signal upon 3 output channels are varying frequencies...

jason22 by Associate II
  • 1044 Views
  • 4 replies
  • 0 kudos

USB Composite Device for DFU

Posted on May 18, 2012 at 14:37Hi everyone,I m trying to be in USB Mass storage Mode by default, and being able to do DFU action upload and download.I read that I have to disable all other interface to get in DFU mode.Thus, I wanted to use DFUSE to ...

gregoire by Associate II
  • 634 Views
  • 1 replies
  • 0 kudos

DC32 Instruction

Posted on May 18, 2012 at 21:45 Hello -- We're trying to bring up FreeRTOS on our STM32F103c8 micro. In the function vPortStartFirstTask (file portasm.s) there is an SVC call as follows: cpsie i     0x8002efe: 0xb662         CPSIE     i  svc 0     0...

markbell9 by Associate II
  • 1209 Views
  • 1 replies
  • 0 kudos