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

Resolved! Release Firmware vs. Debug Firmware Behaving Differently

I have noticed lately that when switching between my release and debug build configurations that the code behaves differently. Looking at the Project Build Settings the only difference I see between the two is the Release GCC and G++ compilers are op...

Jaboop by Associate II
  • 1281 Views
  • 3 replies
  • 3 kudos

DMA Mode change source Increment address

ILI9341 SPI display running on an L5 processor on a custom board.In a never ending quest to make the display go faster, I've split off the generic write image from the generic fill block.Since the high level drivers work with any type of display, all...

stm32h747i-disco gpio GPIO_MODE_AF_PP function

If i configure D1 pj8 as tx for uart8,D0 pj9 as rx for uart8.When i conect to led directly D0(rx) could let led on but D1(txno in this case should be right ?Both pin with GPIO_MODE_AF_PP//PULLUPstatic void MX_GPIO_Init(void) {  GPIO_InitTypeDef GPIO_...

wjian.2 by Associate II
  • 998 Views
  • 3 replies
  • 1 kudos

Compiler Error - Syntax error

I wondering if anyone help me I have noticed on some of my STM32CUBEIDE projects I get the below error message :-make: *** [makefile:84: default.size.stdout] Error 2make: *** Waiting for unfinished jobs....c:/st/stm32cubeide_1.12.1/stm32cubeide/plugi...

Linkpad by Associate III
  • 1087 Views
  • 1 replies
  • 0 kudos

Regarding STM32F4 Micro Controller

Hello Folk,Am working on STM32f4 Micro-Controller,Earlier I Checked Micro Controller with St Utility there i Observed Flash Size and Revision Id of Micro Controller Not Showing (Unknown) so I Doubted on Fake Micro Controller, and i Went through the M...

AGond.2 by Associate III
  • 894 Views
  • 3 replies
  • 1 kudos

STM32F042 sometimes hans upon NVIC_SystemReset()

Hi,One out of 10/15/20 times, STM32F042 MCU in my application hangs upon NVIC_SystemReset(). Any idea on what could be the reason ? Some more info :-BOOT0 is directly connected to ground. In CUBEMX, nothing was set for that pin.- I removed the extern...

Resolved! STM32 clock switching, systick

Hello, I have a simple question: What is the way to update the SysTick configuration after changing the clocks at runtime? I am switching SYSCLK between two modes:1) RUN mode: HSE 32 MHZ2) LPRUN mode: MSI 2 MHZAfter changing to (2), the HAL_GetTick()...

MHast.1 by Associate II
  • 2327 Views
  • 1 replies
  • 0 kudos

STM32F4: How to program BOR/ option bytes?

Posted on April 16, 2012 at 09:24In STM32F4, TRM, Chapter 4 ''PWR'' it says under 4.2.2 ''BOR...'', there it says ''VBOR is configured through device option bytes.'' It would be very nice, if you could spend a link there to the description of the de...

flyer31 by Senior
  • 3008 Views
  • 9 replies
  • 2 kudos

Set PLL as the system clock for STM32F401RE board

Here i am trying to set PLL as the system clock using HSI of 16MHz for STM32F401RE development board, but the moment i enable the "SET PLL as system clock" bit, the system gets reset. What can be the reason for this. I am trying to achieve 70 MHz of ...

DJ1 by Associate III
  • 1427 Views
  • 12 replies
  • 1 kudos
Labels