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

N25Q128A13EF840F External Flash read write example

Hi,I am new to QSPI. I working with stm32f469 disco that comes with external flash N25Q128A13EF840F. I had done the GUI part now I need to store data to external flash but I don't know how to do it. I had initialized qspi with STMCUBE default initial...

himsha by Associate II
  • 1131 Views
  • 2 replies
  • 0 kudos

STM32L071x8 consumed power when pin remains unconfigured.

Hello,I would like to know, why unconfigured pin is consuming power when it is connected to 3.3 volt, while it is in analog input mode (reset mode as per to the data sheet). here, what i have tested with three configurations.with pin configuration(PA...

DRamo.1 by Associate II
  • 1043 Views
  • 3 replies
  • 0 kudos

Can the two QSPI banks be used independently?

We are using the STM32L4A6 in a new project. This has the QSPI peripheral that supports two 4-bit banks. The datasheet and app notes only mention using the two banks together to give an 8 bit interface, but I'm wondering, is there any way to use them...

SHugh.2 by Associate III
  • 826 Views
  • 3 replies
  • 0 kudos

Switching alternate functions for on input pin

Hello experts,I am using a stm32F446RET6 (HAL and C) and I am using the PA1 input pin for receiving a serial stream with the TIM2 Channel for frequency and logic detection. This Input capture timer works perfectly. But prior to decode the stream I fi...

papageno by Associate III
  • 1689 Views
  • 5 replies
  • 0 kudos

Using External Xtal causes a hardware exception

Hi All,I'm working with a STM32F303x8, when using the HSI as the clock I've found the timers drift too much between cold and hot running (which is fair), I'm seeing about a 0.3% drift which is an issue for this application.I now have an 8MHz External...

RMyer.1 by Associate III
  • 1956 Views
  • 10 replies
  • 0 kudos

Resolved! SPI full duplex slave does not send data

Hi all,I have a setup with Pi and STM board. The Pi acts like an SPI master, the STM is setup as SPI full duplex slave.The SPI input and outputbuffer are the same size, what i want is that when i receive x bytes from the pi, i send back the first x b...

sde c.1 by Senior II
  • 4505 Views
  • 15 replies
  • 0 kudos

STM32L011 I2C slave?

I need to write a code that acts as an I2C slave to another processor, but I haven't figured out how to tell if the master does a repeated start. That is: what does the slave get if there is a "addressed" read? And how does that differ from one byte ...