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

ideas

Posted on September 19, 2013 at 04:29I looked at the data a little closer and this is what I found. so, F3, D0 where we expect FF,D8FF = 11111111F3 = 11110011D8 = 11011000D0 = 11010000thats D2 and D3 only which are PE0 and PE1When I look at the sche...

STM Studio is give zero values randomly

Posted on September 18, 2013 at 08:36I'm using STM studio to debug a STM32VLDISCOVERY kit. I have based is on the systimer example project where every 1ms I read some adc values. When graphing the adc returns (which are scaled) in stm studio I will ...

ADC DMA wonder

Posted on June 23, 2011 at 13:58Hi, I convert two adc channels(1,2) and using DMA to transfer them to memory. ADC channel1 -> MemConvertedValue[0] ADC channel2 -> MemConvertedValue[1] Normaly it works OK, but while i am in debug mode and ocusenly pr...

ybitton by Associate II
  • 178 Views
  • 2 replies
  • 0 kudos

stm32f4 board, slow writing issue on SDIO interface

Posted on September 16, 2013 at 08:40Dear All,                I am working on SDIO interface of STM32F4_discovery board using mass storage class example (dated: 05-March-2012). By going through different posts (special thanks to clive1) i have now b...

Multi-channel single mode ADC

Posted on September 17, 2013 at 13:38 With the following code I wanted to use DMA to have multi-channel ADC sampling both on ADC1. I am using PC0 and PC1 as analog inputs. What is happeing is that the returned values from the conversion a...

id_deco by Associate
  • 212 Views
  • 2 replies
  • 0 kudos

STM32F4 Unusual interrupt behaviour

Posted on September 12, 2013 at 10:44 So, here the situation. There is high priority asynchronous external interrupt and low priority systick interrupt. In EXTI handler I disable all interrupts and make pulse on test output 1 In S...

0690X00000602poQAA.jpg

stm32f4 adc dual model with dma

Posted on September 13, 2013 at 17:54hello everyone,Now I use stm32f4 discovery. I want to use ADC example ''ADC_DualModeRegulSimu'' from the StdPeriph_Lib_V1.1.0 Project.I have following questions:1. They use ADC Dual Mode with DMA, but they don't ...

qinghai by Associate II
  • 328 Views
  • 3 replies
  • 0 kudos

STM32- GUI

Posted on September 16, 2013 at 23:19Hey there,is there any way i can implement a GUI with my stm32F3. I am using KEIL at the moment as a debugger and code-uploader.Martin

Labels