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

SSD1963 and FSMC problems

Hello, I have some TFT screens with SSD1963 (4.3 - 5 - 7 inch)I'm using them with stemwin and stm32f407 board. All is working but 4.3 and 5 inch become white screen after a while (time is random). 7inch is working perfect. Firstly I made FSMC setting...

AULUS.10 by Associate
  • 197 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F302CB Problems with USB

Posted on April 05, 2018 at 12:22Hi,I'm trying make USB custom HID with stm32f302CB. I'm using Keil v5.23 and STM32CubeMX. The problem: PC just don't recognize the USB, when i running in debug mode i saw something strange. Just after calling HAL_PCD...

0690X0000060ARLQA2.png 0690X0000060ARQQA2.png 0690X0000060ARVQA2.png 0690X0000060ARpQAM.png

Am I correctly setting up TIM2 input capture?

Hi everyone.I'm trying to setup TIM2_CH4 remapped as input capture, in order to detect rising edges on PB11.I'm working with HALs. And my code is next:First of all, for initialization: // APB2 (which is 64 MHz) at 8 MHz timer_cap_timhandle_.Inst...

0690X000006DMgfQAG.png
areify by Associate II
  • 216 Views
  • 0 replies
  • 0 kudos

Remote failure reply: E31

Hello,I use TrueSTUDIO 9.2.0 and I sometimes get the followingerror:warning: Remote failure reply: E31C:\Users\***\AppData\Local\Temp\truestudio8442355296883488729gdbscript:14: Error in sourced command file:Remote communication error. Target disconne...

NCTUser by Associate III
  • 330 Views
  • 0 replies
  • 0 kudos

CubeMX 4.25 ToolChain Location Bug ??

Posted on March 26, 2018 at 20:32In CubeMX 4.25.0:      Project -> Settings  (or just Alt-P):    shows Project and ToolchainFolder locations:     But the project name get appended to these locations every time you enter the settings panel, so the co...

Goof Ball by Associate III
  • 429 Views
  • 4 replies
  • 0 kudos

STM32L151 bootloader autobaud issues

Posted on December 17, 2015 at 10:06Hi,We are working on a design utilizing the STM32L151 MCU, which is to be programmed over a UART link using the internal bootloader. Selected baudrate for programming is 115200 (with even parity).The issue we are ...

about stm32 clock configuration

I am trying to configure my stm32L4 device clock for 80MHz with PLL I am trying to understand a piece of code i found online could someone explain what the c code below meansRCC->PLLCFGR = (RCC->PLLCFGR & ~RCC_PLLCFGR_PLLN) | 20U << 8; RCC->PLLCFGR =...

Labels