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

STM32F469 external QSPI loader

Hello, I am trying to create an external loader for N25Q128A QSPI. I'm currently developing on STM32F469I-DISCO. My loader doesn't work once loaded into STM32 ST-LINK utility (nor in CUBE programmer). If I modify my project adding a main file with a ...

PaulQ by Associate III
  • 1261 Views
  • 12 replies
  • 0 kudos

I am doing I2C project with [MPU6050][1] using [STM32F4DISCOVERY][2] board. The ADDR bit in SR1 register is clearing in one instruction execution without reading SR2 register. Because of clearing ADDR bit, I can't do acknowledge disable is made during EV6

The datasheet states:>ADDR: Address sent (master mode)/matched (slave mode) This bit is cleared by software reading SR1 register followed reading SR2.In case a single byte has to be received, the Acknowledge disable is made during EV6 (before ADDR fl...

HI ALL. In Our project with STM32F103 we're using FLASH as EEPROM. with reffering to "AN2594 Application note EEPROM emulation in STM32F10x microcontrollers".

in some cases that we encountered, 2 types of failure occur. 1- when powering up, ALL sectors of flash, are Erased. we guess ESD makes all sectors erased. with additional protection in power circuit, this problem solved.2- after powering up, we reali...

MSm by Associate II
  • 217 Views
  • 1 replies
  • 0 kudos

Porting code from STM32L151ZD to STM32L151ZE

Hi,I had to port to STM32L151ZE from STM32L151ZD  because of a RAM limitation. The code seems to work as it is, however I am facing issues in SPI communication when the SEGGER J-Link debugger is kept connected to the board. I tried probing the clock ...

STM32L063x8 - Errata: 2.1.11 "Unexpected system reset when waking up from Stop mode with regulator in low-power mode" problem really fixed?

We have a problem like "2.1.11 Unexpected system reset when waking up from Stop mode withregulator in low-power mode", with chip revision Z, but with revision X too. This error occurs sometimes, even with workaround. Ist this topic completely solved...

Resolved! STM32L4 CRITICAL SECTION

I use the following code to create critical section. Is it correct?I use the __get_PRIMASK() and __set_PRIMASK(primask_bit) from exemple codes. Why are they needed? Why disable is not sufficient?Must I enable the IRQ after or is it done in the __set_...

Mich1 by Associate III
  • 2890 Views
  • 2 replies
  • 0 kudos
Labels