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
  • 3219 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
  • 2650 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
  • 1530 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
  • 1206 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
  • 1134 Views
  • 1 replies
  • 0 kudos