Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1088 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...

Resolved! HAL I2C and 24c02 eeprom communication problem

Hi.I read 24c02 datasheet and tried to write my code to write and read a byte from this device. But my code does not work. Can you tell me what the problem is?https://imghostr.com/M4hXKXT6Avoid EEPROM_Write(unsigned char address,unsigned char data) {...

Using .extSettings file

In the help document concerning .extSettings file the information is unclear.As I read it the Groups section is supposed to create/add directories and files.It does not. I have generated the project for SystemWorkbench and EWarm. I downloaded a test ...