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

Acces and modify a constant in flash memory

I have the following trouble:​I am using a radio which needs a address and channel parameters, this is given in production phase. So I am planning to flash every board with this parameters modified each time before the board is flashed.​This paramete...

JCuna.1 by Senior
  • 3222 Views
  • 14 replies
  • 0 kudos

Resolved! HAL_I2C_IsDeviceReady timeout w/ eeprom

I've been using a Microchip I2C eeprom in a commercial product that uses an F730 for a bit over a year. I've been using the same code to flash hundreds of units and have never had any issues.I've opened up my project recently and got prompted for an ...

SVezi.1 by Associate II
  • 2652 Views
  • 7 replies
  • 0 kudos

Multi Channel ADC Configuration STM32G4

Hello everyone,I'm having a hard time polling multipe channels on an ADC triggered with a Timer on my stm32g474re nucleo board through the STM32 MAT library. Would anyone with a similar experience care to provide an example?

suicich by Associate
  • 1531 Views
  • 1 replies
  • 0 kudos

stm32l476rg flash read-write

I want to use flash as eeprom by using hal library on stm32l476rg.How can I create the flash_read() and flash_write() functions? (functions will read and write data of type uint32_t)

Bicer by Associate II
  • 1207 Views
  • 1 replies
  • 0 kudos

Retarget printf for iar

In order to make the printf function accessible from other libraries, I create a retarget library where I call stdio and write my own implementation of _write function using UART peripheral. So when I want to use printf in another library. I add incl...

JCuna.1 by Senior
  • 1139 Views
  • 1 replies
  • 0 kudos

No EEPROM, what to do?

Hi All, I'm using a STM32F030x4 that has no EEPROM but I don't want to implement EEPROM emulation on the Main Flash as I only need to 'save' a couple of bytes during power off.Is it possible to use the 'User data option byte' @ 0x1FFF_F804 as a non-v...

RMyer.1 by Associate III
  • 2719 Views
  • 6 replies
  • 0 kudos