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! LPTIM current consumption

Hello, For my research work I want to characterize how much current the LPTIM of a STM32U575ZIT6Q consumes when in compare match mode (counting from 0 to 65535 repeatedly).I prorgrammed two very simple codes, one where the counter is not initialized ...

MCU current.jpeg
R.uy by Associate
  • 655 Views
  • 1 replies
  • 2 kudos

STM32F407VET6 FSMC to LCD driver

I want to try to interface a 7" 1024X600 display with the STM32F407VET6 chip. I know that the F407 does not have a LTDC so I was wondering if I could use a LCD driver chip that could be wired to the FSMC of the microcontroller. I also plan on using a...

I'm writing the following code: GPIOA-"MODER" 0x400; (set GPIO_MODER_MODE5_0). It's not working! In the debugging window, bit 11 doesn't change and the LD4 LED doesn't switch.

I have Nucleo-G071RB. I want to flash the LED LD4 using CMSIS. Use IAR 8.40I'm writing the following code: GPIOA->MODER |= 0x400; (set GPIO_MODER_MODE5_0). It's not working! In the debugging window, bit 11 doesn't change and the LD4 LED doesn't switc...

VTyut.1 by Associate
  • 1562 Views
  • 3 replies
  • 0 kudos

Resolved! CMSIS version for cmsis_device_f3

 It says "It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device, as mentioned in this release note." but I do not see any CMSIS version in the release notes. Which CMSIS version is recommended for cmsis_device_f3 ?...

mete by Senior II
  • 620 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F070RBT Bootloading via USB

According to AN2606 section 12 we can use USB DFU bootloader as long we have HSE using a 24, 18, 16, 12, 8, 6, 4 MHz crystal. This is missing from section 3.3 of the datasheet. Is there a reason for this?

CWedg.1 by Associate III
  • 602 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H562 FLASH Prefetch and ICACHE

Hello,I am currently evaluating the STM32H562 device. This devices has an ICACHE (instruction cache) module.Does it make sense to enable both, the ICACHE module and the FLASH prefetch buffer? In the past I already worked with the G0, G4 and F4 series...

Resolved! STM32G473 extended CAN ID never even

I'm attempting to interface an STM32G473 with a VESC motor controller using CAN.I am successfully receiving status frames from the VESC controller, but when I transmit a frame to command it, the ID my scope reads in the frame is not always the same a...

SRP by Associate II
  • 1735 Views
  • 6 replies
  • 5 kudos

Resolved! Latest STM32L4R9 svd file v2 has removed TIM1_OR1

The new STM32L4R9 svd file (version 2.0) has renamedTIM1_OR2 to TIM1_AF1,TIM1_OR3 to TIM1_AF2Removed TIM1_OR1 which is in the reference manual containing ETR_ADC1_RMP and TI_RMPAdded a new TIM1_TISEL at offset 0x68 which is not in the current referen...

Kevlar700 by Associate III
  • 969 Views
  • 3 replies
  • 1 kudos