Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Increase EEPROM Erase/Write cycles capability for STM32L0

Hello all,I am using the STM32L071KB in a project, and I have to write a 32 bit word in internal EEPROM each minute; So is it worth changing the address of this 32 bit word after 100 000 cycles, in order to increase number of Erase/Write cycles ?If t...

odesc by Associate II
  • 2973 Views
  • 10 replies
  • 0 kudos

Resolved! LED blinking using Simulink and STM32-MAT/TARGET not working

I have installed STM32-MAT/TARGET , generated configuration with CubeMx, made simulink model, generated c code for keil, and compiled with out errors but the port is not toggling. I have been trying for last two weeks to get it work. I have attached ...

vlal by Associate III
  • 2456 Views
  • 14 replies
  • 0 kudos

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
  • 1055 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
  • 951 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...