STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 433 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
  • 311 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$$...