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! Need for series resistors for OCTOSPI on NucleoU5A5

Hi everyone,I am working with a NucleoU5A5 and a W25Q16 flash chip in quad SPI mode (using the OctoSPI peripheral). For a couple of days I couldn't get it to work reliably: reading multiple bytes would fail on certain byte values coming from the flas...

tzijnge by Associate II
  • 127 Views
  • 7 replies
  • 1 kudos

Resolved! Can PWM settings affect other timer settings?

   #include "Main.h" #define MAX_Intensity 1600 static volatile uint16_t Intensity = 10; void Timer4_Configuration(void) { TIM_TimeBaseInitTypeDef TIM_BaseStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); TIM_BaseStructure.TIM_P...

treeset by Associate II
  • 213 Views
  • 5 replies
  • 1 kudos

STM32G474 FDCAN Interrupt does not trigger

The FDCAN (in my case fdcan2) for a custom board based on STM32G474RCT that I am working on does not seem to work as expected. The transmission of messages is working OK. I can receive the test message from the board over to the host PC CAN sniffer a...

SPate.8 by Associate
  • 49 Views
  • 1 replies
  • 0 kudos

F407G-DISC1 RTC not working

I use F407G-DISC1 and RTC values dont change i have. In project i have I2S sound filtering and button that displays number on LEDs in binary, when button is pressed. But nothing happening on button press. Did i missed something?     /* USER CODE BEGI...

CzyzyK by Associate
  • 112 Views
  • 3 replies
  • 1 kudos

Resolved! I3C HAL_I3C_Ctrl_MultipleTransfer_IT read/write data

Hello,Currently I implement a I3C function of mass readback data from the target device.I use the HAL_I3C_Ctrl_MultipleTransfer_IT, the mass write data into target  device that is worked.But readback data operation is not worked well.If it readback d...

Goldberg_0-1733076118892.png Goldberg_1-1733076179559.png
Goldberg by Associate II
  • 107 Views
  • 3 replies
  • 1 kudos

USB PD Part selection

Hello, I'm working with the STM32U575VGT6 as my primary MCU and need a USB-C DRP PD IC. I'm considering the TCPP03-M20 or STUSB1600AQTR. My question is, when the PD operates in sink mode (during charging), we intend to turn off all power supplies, in...