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

I2C slave does not Ack when not in Debugging mode

I am trying to make an I2C slave that returns a fixed number of bytes to master upon being called with a read from the master (7Addr-Bits+1Read-Bit). In Debug-Mode it works, in normal run, it doesn't.I have thrown almost any HAL-functionality out, an...

Resolved! FMC: Data integrity in SDRAM

Hi everyone,I am observing some data corruption in an external SDRAM connected to an STM32 F7 FMC peripheral and I am trying to understand what is happening and how to prevent it. Scenario:Configure the FMC to interface with a Winbond external SDRAM ...

BrMel10_1-1721299239655.png
BrMel10 by Associate II
  • 623 Views
  • 8 replies
  • 3 kudos

Resolved! Problem with IWDG and WWDG timeout

Hello ST Community and Support Team, I try to play with Independant Watchdog and Window Watchdog on a Nucleo U575ZI eval board.I was able to configure counters, window and even EWI interrupt perfectly thanks to STM32 HAL library watchdog related func...

Resolved! STM32H563 EDATA Size - Code Generation Issue

Hello,I am using the Cube Code Generator, within the STM32CubeIDE (version 1.13.1) for an STM32H563, and have configured the Flash Data Sectors to use the maximum 8 sectors per bank for EDATA. The valid range for the EDATA sector size is 0 - 7, as sh...

lpfeiffer_0-1699395038922.png

Resolved! I need product recomendation using LIN protocol

  Hello. i'm trying to controll actuator by lin protocol. Which mcu is fit for me? and what i have to perchase more things? (for example, lin transceiver is need nor not, 1 more mcu for master-slave configuration) and which software i can use for it?...

Resolved! MAX31856 SPI Communication problem

Trying to communicate MAX31856 With STM32F401STM32CUBEIDE 1.15.1ADAFRUIT MAX31856 Breakout Board uint8_t data[2]; uint8_t addr_data[2]={0x04,0x00}; while (1) { HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_RESET); HAL_Delay(10); ...

Screenshot (18).png
Caan by Associate III
  • 511 Views
  • 5 replies
  • 1 kudos
Labels