STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F4 ADC Triple Mode with DMA

Posted on June 24, 2015 at 16:11The original post was too long to process during our migration. Please click on the attachment to read the original post.

pant by Associate II
  • 428 Views
  • 2 replies
  • 0 kudos

Boot other than main

Posted on June 23, 2015 at 10:08hi ,i would like to  change the settings in coocox to run from a seperate file not from the main.can anyone tell me how to do that ?thanks 

arunl4g by Associate II
  • 429 Views
  • 6 replies
  • 0 kudos

Wave generation not working

Posted on June 24, 2015 at 17:35 Hey! I've been trying to use my Nucleo F334's DAC wave generation function to output white noise and I can't get it to work (I'm using Mbed compiler tools)... I used the HAL functions described http://www.s...

florent2 by Associate II
  • 277 Views
  • 0 replies
  • 0 kudos

STM32F4 Discovery - F407 - AHB2 RNG, CRYP etc

Posted on June 23, 2015 at 03:58I am trying to see if I can get the RNG to work. When I poll, even though SR.CEIS and SR.SEIS are 0 as expected, I can never get SR.DRDY. I think I have initialized correctly. I am looking for a simple example projec...

ss9 by Associate
  • 406 Views
  • 3 replies
  • 0 kudos

Unable to write to specific addresses in flash

Posted on June 24, 2015 at 14:28I am working with the Discovery development board STM32F407 microcontroller and building using Eclipse/GNU. I trying to reprogram sector 0 (address range: 0x0800 0000 - 0x0800 3FFF; 16 Kbytes total) from within my app...

Solution

Posted on June 24, 2015 at 15:04To write multiple adress you sould use Auto Address Increment (AAI) Word-Program Sequence This is the code. /************************************************************************/ /* PROCEDURE: EBSY               ...

cmsis fft example problem in keil uvision 5.15

Posted on June 23, 2015 at 20:39HelloI tried to compile and run arm_fft_bin_example of the cmsis package but there is a problem.The problem is in the arm_bitreversal2.s file that can't be compiled by keil.Is there any workaround and solution?Thanks.