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 internal pull down, external pull up

Posted on June 25, 2014 at 11:55Hi,I'm using an STM32F4 and have configured IOs as pwm outputs with internal pull down. These pins have been connected to an input of another chip which has a 5V pull up on its inputs. After some time the processor br...

thommagn by Associate II
  • 242 Views
  • 1 replies
  • 0 kudos

STM32CubeF4 Upgrade broke my project

Posted on June 25, 2014 at 23:56Hello,I have been using version 4.2.0 without problems but I had a DMA problem which I thought that could be fixed in version 4.30I did the upgrade from Check for Updates option. No issues there.However version 4.3.0 ...

gmotta by Associate II
  • 178 Views
  • 1 replies
  • 0 kudos

USB device and CDC class

Posted on June 17, 2014 at 11:31Hi all,I'am using USB device CDC class to communicate datas with a host. But I've a strange problem. (I'am using the STM32F429i Disco platform)The STM32 code create a memory area with 00 01 02 03 04 ... datas and then...

vincent2 by Associate II
  • 225 Views
  • 1 replies
  • 0 kudos

Digital Value to DAC

Posted on June 24, 2014 at 21:06Hello,       I am using the STM32F4 discovery board. I have a project in which I have a timer which generate an interrupts @ 100Khz. In the ISR it stores a new value to a variable.        Now how can I use the DMA to ...

STM32F415 FS USB MSC Implementation

Posted on June 25, 2014 at 19:36Hello all,I am looking for some suggestions or help on locking the Flash ROM during read and writes. I am using STM32Cube with FreeRTOS and have implemented the FS OTG MSC for accessing the Flash ROM on my board (it i...

STM32F401 reference manual

Posted on June 25, 2014 at 15:07I'm sure that this is a really silly question, but is there actually a reference manual for the STM32F401 chips? I can't see one on the design resources page. The STM32F401 Discovery documentation refers to ''RM0344''...

evan2 by Associate II
  • 242 Views
  • 2 replies
  • 0 kudos

problem solved

Posted on June 25, 2014 at 16:07The problem was indeed the reenumeration. Pulling DP low shortly triggers reenumeration, and than Windows recognizes the new mode. Works for both directions, from regular mode to DFU mode and vice versa.

j2399 by Associate II
  • 157 Views
  • 0 replies
  • 0 kudos

PLL is not working

Posted on June 25, 2014 at 09:31Hello guys i m New to STM32 , i m using Keil ARM tools.I have written LED Blinky code with STM32F051C8 the following code .In the below code if i change RCC_CFGR_PLLMULL2 to RCC_CFGR_PLLMULLX(X=3,4,6....12) My LED bli...

Labels