STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Brown Out Reset in STM32H753ZI

I am using STM32H753ZI for my project. My use case is I want to detect brown out reset after brownout occurs and system restarts.I am checking brownout reset flag using if (__HAL_RCC_GET_FLAG(RCC_FLAG_BORRST). My query is this flag is shared/common b...

A3 by Associate III
  • 1115 Views
  • 1 replies
  • 1 kudos

I2C does not work when FMC is turned on

Hi,I am using STM32H743II microcontroller. In which  communicating with external SRAM with FMC. It is working fine.I need to communicate with the touch LCD IC via I2C. There is no problem in communication when FMC is not active. I am reading the touc...

OKose.1 by Associate
  • 1221 Views
  • 3 replies
  • 0 kudos

Custom bootloader on the STM32L4

​Here's how I implemented a custom bootloader using the STM32L475. I thought I would share since I have seen so many posts from people having issues invoking their application from their bootloader.​I attempted to post this as an idea in the knowledg...

Stanford by Associate II
  • 4653 Views
  • 2 replies
  • 2 kudos

Resolved! Chip select pin for SPI

I want to communicate with STM32f427 processor and 3 sensors via SPI. I want to use only SPI1 line. I need 3 chip select pins. There are 2 SPI1_NSS pins on the datasheet of the processor. What can I use as 3 CS pins? Is any GPIO pin suitable?