STM32L0 eeprom wear leveling
HiI am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?BRGilberto
HiI am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?BRGilberto
If I make a custom board and I want the same STM32F103CBT6 on chip board programmer debugger, how do I make the STM32F103CBT6 that kind of debugger programmer? If I buy that component I assume it isn't automatically configured that way, so how to ach...
Good Morning,I encountered a problem concerning the SPI peripheral. When it is configured in half-duplex master mode, I'm able to transmit data but not to receive them.Here's the inizialitazion code for SPI peripheral (auto-generated with MX Cube):/*...
When I connect the development board stm32h7b3i-dk to the pc through the usb to tera to use the wifi module (ISM43340-M4G-L44-10 CF), what baud rates are I have to put or what is the configuration, nothing appears in the serial communication?Do you k...
Posted on September 15, 2017 at 19:00Hi guys,I am developing software for Stm32F7 with ethernet intefrace (nucleo 144 board). I have prepared and compiled LWIP stack with netconn api enabled. I generated configuration files with cubemx using default...
I made a board with STM32L476RG chip to pick up a little signal with ADC module, but ended up with a severe distortion. Then I tested the board with sine signal of 20mVpp, 300mVbias. The signal is generated by a signal generator. The result can be s...
Can somebody tell me how to calculate the window value in IWDG and WWDG? Can we put same values for reload and window values?
Can you suggest me what i need to add in my code to print integer value.Thank you
HelloI test external eeprom (M24C64) on the STM3240G-EVAL. But it doesn't work well. HAL_I2C_Mem_WriteBytes() and HAL_I2C_Mem_ReadBytes() return the HAL_OK.But when I check the data[] buffer, the value is all "255".This mean that memory is empty? The...