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

USB virtual com port for stm32f3discovery

Posted on February 15, 2013 at 19:33Hi,I plan to transfer the gyroscope value to PC through USB virtual com port. So I downloaded the latest version for the USB full speed device library for stm32(version 4.0). However, the projects, specifically th...

vsaaket8 by Associate II
  • 293 Views
  • 5 replies
  • 0 kudos

I2C3 interrupt not working

Posted on August 29, 2013 at 15:54 Hi all, I have some problems with I2C3 interrupts, I have enabled the interrupt but the handler interrupt never executes. Here is the interrupt configuration: NVIC_InitTypeDef NVIC_InitStru...

edgar by Associate II
  • 210 Views
  • 0 replies
  • 0 kudos

File System

Posted on August 24, 2013 at 13:10I am implementing file system for stm32f407vg controller. I am getting problem in implementing directory next function. can any one help me ?

srinivas by Associate
  • 249 Views
  • 3 replies
  • 0 kudos

What is correct sequence of reading two adc pins

Posted on August 29, 2013 at 07:47What is correct sequence of reading two adc pins in software control mode of module ADC1I have to scan 14 & 9 channel but under software control mode .while(1) {   SQR3 = 0x0E;   /* select 14 channel to scan  */   C...

STM32L151 HSE problem

Posted on August 29, 2013 at 12:29Do you anybody use STM32L151C8(B) with HSE 4 - 8MHz. i have big problem with starup of this. I use before STM32F100 and there was no problem... Thank you for sugestion

lukas by Associate
  • 115 Views
  • 0 replies
  • 0 kudos

Writing on USB-Memory

Posted on April 12, 2013 at 07:58Hello, i have a little problem. I have adaptet the stm_Host_MSC example on my board. I use the USB_HS_Core with the internal FS-phy. I can communicate and wirte on my usb-stick. my question mow is: What i have to do,...

Labels