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

acquiring clock ticks and print contnously

Posted on November 18, 2013 at 07:36Hello, I am working with STM32F4 Discovery with FreeRTOS and summon arm tool chain.I am sending ADC  data over serial Port using USB serial communication.I have write code to get ADC value in continuous conversion...

GPIO question

Posted on November 15, 2013 at 11:53Hi to everybody, doesn anyone knows if is it possible to read the pin's state when the GPIO is configured in output mode? I made a quick test, and seems not to be possible.

RTC fails synchronisation and initialisation

Posted on November 14, 2013 at 05:19Hello ForumI have some code to initialise my RTC, compiled with Keil. This code works on the MCBSTM32F400 Keil eval board, but is not working on my target hardware. The program fails on ''RTC_WaitForSynchro'' and ...

kdevine9 by Associate II
  • 499 Views
  • 2 replies
  • 0 kudos

ADC sampling rate

Posted on January 17, 2013 at 10:19I want to sample 1Mhz signal from stm32F4 discovery using ADC1 channel 7. I get 100Khz sample fine, but above it, sampling is not proper. how can I increase sampling rate or what can be the problem? #ampling-rat...

its by Associate II
  • 1282 Views
  • 7 replies
  • 0 kudos

GNU ARM compile problem, FLASH_KEY

Posted on November 17, 2013 at 19:06Hello,I am using GNU ARM gcc version 4.7.4 to compile a simple LED flasher using STM32_USB-FS-Device_Lib_V4.0.0.  I am getting the following error: -I/AddIns/Development/STMicro/STM32_USB-FS-Device_Lib_V4.0.0/Libr...

pgregson1 by Associate III
  • 408 Views
  • 3 replies
  • 0 kudos

STM32F050F6: 1or 2 USART?

Posted on November 18, 2013 at 00:11The device selection says 2 USART, The datasheet says:'1 x USART supporting master synchronous SPI and modem control; one with ISO7816 interface, LIN, IrDA capability auto baud rate detection and wakeup feature'Bu...

johnlee by Associate II
  • 338 Views
  • 3 replies
  • 0 kudos

stmf4 external interrupt

Posted on November 15, 2013 at 16:35I have a rather simple problem. Just trying to run the external interrupt on pin PA0 on stmf4-discovery without the library functions. It ran correctly on simulation trial using stm32f103 device. But I'm missing o...

sen by Associate II
  • 439 Views
  • 3 replies
  • 0 kudos

STM32VL Discovery -> Strange Voltages

Posted on November 16, 2013 at 19:21So far from the help here (mainly clive1) I got my timers running, GPIO initialized and some demo code running.  The device I am trying to control is not recognizing the data I am trying to send to it so I dug a l...

Labels