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

Timer value calculation

Posted on February 25, 2012 at 10:34hi, I am using STM32VL board.. In my application i am reading voltage for every 6.25micro sec. so i'm using timer TIM2 in interupt mode for that. can any one tell me what value i need to set fro prescaler and peri...

mayakk12 by Associate II
  • 1178 Views
  • 18 replies
  • 0 kudos

st429 Disco Expansion Board

Posted on December 20, 2013 at 23:08Hi ;) I finally get all the material for build my little expansion board. I have now 16Mb External SDRAM and a Direct VGA output. We can use a 512k x 16Bits SRAM too but is not necessary , i think with a total of ...

warcatz by Associate II
  • 760 Views
  • 7 replies
  • 0 kudos

stm32f4 discovery clock appears to be 1/2 speed

Posted on December 29, 2013 at 18:57Hi, I'm fairly new to embedded system programming and I've just started experimenting with the 32f4 and 32f3 discovery boards. I'm working with a simple interrupt driven timer to flash one of the LEDs at 1Hz, but...

darin722 by Associate
  • 375 Views
  • 2 replies
  • 0 kudos

how to hold stm32f4discovery in place?

Posted on December 30, 2013 at 19:42Is  it safe to drill the f4discovery board? For example around the SWD connector or the ST logo? I need to connect the discovery with a 10x10 expansion board I am designing. I am probably planning to have my board...

arro239 by Senior
  • 854 Views
  • 9 replies
  • 0 kudos

USB HID Example

Posted on December 30, 2013 at 16:22I am currently thinkering with the USB HID example supplied with the STM32_USB-Host-Device_Lib_V2.1.0. I would like to communicate with MATLAB using the psychotoolbox to read the data output through the USB port; ...

DAC output not working properly

Posted on December 23, 2013 at 17:09 Hi everybody, I'm using the DAC1 output on my STM32F Up to a 12 bits values of around 1000, it works correctly, but after, the output voltage still be at 1.8V (whatever my value to be converted : 3000,...

STM32F100 Multi-Channel ADC assitance?

Posted on December 24, 2013 at 08:25Hello all,Long time lurker, first time poster. I've spent the past couple days working on a board designed aroumd a STM32F100RB processor, attempting to use ADC1 to scan a group of channels via DMA. I've followed ...

UART Misses Characters

Posted on December 30, 2013 at 11:32Hello! I have a STM32L151CB and I need to use the UART interface. At first it worked perfectly, but after I changed the system clock from HSI (16 MHz) to MSI (2 MHz) I only receive some characters. E.g. when I sen...

meerd1 by Associate II
  • 1350 Views
  • 11 replies
  • 0 kudos

Reading from GPIO PC0 ?

Posted on December 30, 2013 at 14:15Guys, How can I read a button from GPIO PC0 ? I have created :       RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOB | RCC_APB2Periph_GPIOC | RCC_APB2Periph_GPIOE | RCC_APB2Periph_GPIOA, ENABLE); //initialize PC0 and...