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 USB VCP

Posted on October 11, 2017 at 13:27Hi guys,I'm using an STM32F446 micro-controller with USB CDC stack configured as VCP.Each time that i connect a device the operating system (Win 7) assign a new COM port number to the connected device.I know it's a...

Bucky by Associate II
  • 709 Views
  • 3 replies
  • 0 kudos

Interfacing STM32L072RB USB 2.0 and USB type c

Posted on October 10, 2017 at 15:34Hello,We are planning to use STM32L072RB microcontroller in our device.We have implemented USB type c connector on our board. STM32L072RB microcontroller has USB 2.0 support.So how to interface microcontroller USB ...

ketan v by Associate
  • 408 Views
  • 1 replies
  • 0 kudos

PULL UP DOESNT WORK ON stm32F100RB

Posted on September 19, 2017 at 09:44Hello , i try to make a program scanning a keypad 4*5 with stm32F100RB so i have to use 5 inputs as pull up (using internal resistor of the mcu ),after initiating with cube i got this /*Configure GPIO pins : K1_I...

GPIO Speed Configuration

Posted on October 12, 2017 at 04:02Dear all,When we set OSPEED bits in the GPIO registers, we can configure the IO speed, with spec like this:I am just curios...(and sorry for I've got no EE diploma)When we modify these bits by software, what's the ...

0690X00000608WoQAI.png
Zt Liu by Senior III
  • 289 Views
  • 2 replies
  • 0 kudos

problem with programing aplication

Posted on November 27, 2015 at 09:26Hi all, I have a problem with programing STM32L15V. I am using about 1m long connection to device from ST Link V2. When I am using STM32 ST-LINK Utility (V3.7.0) there is no problem with connection/programing/e...

Resolved! STMCube QSPI ExecuteInPlace Example

Posted on October 11, 2017 at 21:49Hi,The STM32CubeMX repository has discovery board example projects for using QSPI flash.These example projects extern two variables:#if defined(__CC_ARM)extern uint32_t Load$$QSPI$$Base;extern uint32_t Load$$QSPI$$...