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! STM32F091 - Bitbanding

We are porting a piece of software from STM32F1 to a STM32F091.One part of the software is using bit banding. But in the library heade is no definition for the bit danding area in the memory.I fear bit banding is not supported by this special device?...

TIM 1 config in matlab

Hi,how to enable UP under interrupt (as shown in figure), while setting us TIM1 in MATLAB.my simulink file as below. Project config file

SPath by Associate II
  • 728 Views
  • 1 replies
  • 0 kudos

Can the EEPROM Emulation be used on STM32F446?

The Application note AN3969 describes a software solution for EEPROM Emulation on STM32F40x/STM32F41x devices.But it haven't mentioned that it can worked on other STM32F4 devices or not.So,can the EEPROM Emulation be used on STM32F446 or other STM32F...

RZhu by Associate
  • 701 Views
  • 2 replies
  • 1 kudos

HardFault EEPROM Emulation on STM32F767II

HiI am using the EEPROM Emulation on STM32F767II.Always when the FLASH_Erase_Sector() is called it gets a HardFault.This is my setting in eeprom.h:#define PAGE_SIZE              (uint32_t)0x8000 #define VOLTAGE_RANGE          (uint8_t)VOLTAGE_RANGE_3...

STM32F103RB:Error message from debugger back end: Error finishing flash operation allocating const in Flash at fixed address using __attribute__((section (".UserDataSector")))

Hello.please may i have your help?I have the error on the final part of debug launching only when i declare const uint16_t __attribute__((section (".UserDataSector"))) out_val_register[64];//= {0x1234,0x1235,0x1238,0x3333};in .ld file /* Specify the...

stm32f103rb nucleo HSE clock output, no signal

Dear ST folks,I'm trying to configure the HSE clock output over PA8 on stm32F103 from scratch.Here is my code.#include <stdint.h>#include "stm32f10x.h" // Device header  int main (void){  RCC_TypeDef *pRCC; GPIO_TypeDef *pGPIOA; pGP...

MMatv by Associate II
  • 609 Views
  • 4 replies
  • 0 kudos