Resolved! How do I integrate X-CUBE_EEPROM in my project?
I'm using G030C6. Thank you.
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
I'm using G030C6. Thank you.
Hi,I am currently working on a project which requires to save 127 bytes of configuration parameters to EEprom. Micro controller is stm32l552x series. We have emulated eeprom from flash using X-CUBE-EEPROM_V3.0.0 software package to store configuratio...
Hi,I want to place parts of code in ITCM (using IAR). The manual (IAR ARM Development Guide), as I could find, has instructions only for general case when you put all the code in RAM. But my app does not fit in ITCM, so I need a way to specify which ...
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...
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 ...
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?
Hello there,For my project based on a STM32F401RB, I need to save in memory an array of data. I'm currently using the EEPROM emulation for STM32F4xx microcontrollers as described in AN3969.It's working fine most of the time. I can read the EEPROM at ...
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)