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

STM32F0 - power

Posted on October 07, 2012 at 16:57So I managed to get my boards programmed and working... except one little detail - power consumption is rather high for my application. With both UARTs on and nothing else, running on HSI at 48Mhz, current consumpt...

STM3237x comparator base address?

Posted on October 06, 2012 at 04:47I haven't been able to find the base address for the comparator peripheral in the datasheet September 2012,(Doc ID 022691 Rev 2).  I presume it goes into one of those ''reserved'' addresses, but didn't get added to...

Flash Download

Posted on October 09, 2012 at 13:17how can I configure the keil to download my program on the evaluation sheet STM32F4 Discovery?

orn by Associate II
  • 395 Views
  • 2 replies
  • 0 kudos

Timers

Posted on October 09, 2012 at 18:13I am new to the 32-bit world and am trying to generate an interruptable timer every 5us or so.The application is an A/D read and the the channel has to settle for 30us before a read can occur. I am currently using ...

dmwarnke by Associate
  • 528 Views
  • 2 replies
  • 0 kudos

Unexpected code line jumping

Posted on October 09, 2012 at 09:52Hi, I'm experiencing a strange problem with IAR EWARM and STM32F4DISCOVERY. I have quite a deep nested 'if' function setup that is misbehaving. I have checked, double and triple checked the brackets and semicolons...

stm32f407vgt6

Posted on October 09, 2012 at 15:30hi,  i bought stm32f407vgt6 micro controller two days ago.i have doubt in that controller. its flash memory is already downloaded the iap program or not???.if not means how can i download the program.give any sugge...

The examples in STM32F4xx_StdPeriph...

Posted on October 08, 2012 at 22:01I have a big problem ....I accidentally destroyed the development board STM3240G ...some colleagues were working with the STM3240G, I wanted to ask if projects (examples of STM32F4xx_DSP_StdPeriph_Lib_V1.0.0 just c...

orn by Associate II
  • 567 Views
  • 6 replies
  • 0 kudos

no one can help me understand how to use the DMA? please: '(

Posted on October 08, 2012 at 12:47 hi, I modified an example of the ST microcontroller STM32F4xx need to acquire three channels with a single ADC and using the DMA, but I do not know how to retrieve the data. can you give me a hand? I'll ...

orn by Associate II
  • 721 Views
  • 7 replies
  • 0 kudos

GPIO remap order of operations

Posted on October 08, 2012 at 23:13The STM32 CMSIS examples I've seen show the remap function (e.g., GPIO_PinRemapConfig(...)) being called before the GPIO_Init() function. Must the MAPR and MAPR2 remap register fields be assigned prior to assigning...