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

Time is very slow in external mode

I have a little problem with external mode and I didn't know if it's nortmal or just a lack of setting from myself. I use F429 with 5.4 version and R2018bWhen I run my soft on STM32, the time is passing good (I see it with my CAN_message coming from ...

TGIRA.1 by Associate II
  • 2016 Views
  • 6 replies
  • 0 kudos

STM32F103 24LC128 EEPROM

Hi,I am trying to write and read 64bytes data to 24LC128 eeprom with code below. For first64 bytes i can write and read clearly but the next values can not be written. What is wrong with me ? Any advises ?HAL_I2C_Mem_Write(&hi2c1,(uint16_t)0xA0,0x00,...

er3481 by Senior
  • 1289 Views
  • 7 replies
  • 0 kudos

Resolved! Writing float to EEPROM

Hello Guys, I have a AT24CM02 EEPROM which uses I2C to communicate with a STM32H7 MCU. I need to store some float values into the EEPROM, but I do not know how. I appreciate any suggestions. Thank you and best regards, Vouria

VYoun by Associate III
  • 2349 Views
  • 6 replies
  • 0 kudos

Dividing flash sectors on stm32f746

Hi,Is there any way to divide flash sectors into smaller parts? I have to store data into the flash and want to be able to delete it when I want. Currently, I am using two sectors for that purpose and when I want to erase some data copying whole data...