• resetting an STM32F
    I'm looking for a way to do a soft reset on a STM32F207. I'm not able to find or compile any of the watch dog examples, I can jump to absolution location but not execute, and most other code samples...
  • Emulation SPI EEPROM for internal EEPROM
    I want EEmulation SPI EEPROM for internal EEPROM.
  • Reserving ROM for emulated EEPROM
    I'm using the STM3210E-EVAL board, which has a 512k FLASH part. I want to use the last 64k for emulated EEPROM. I'm using the example code from ST (AN2594). Is there a way I can tell the compiler...
  • STM32 EEPROM Emulation
    Hi! Admin and Everyone. I have a problem "STM32 EEPROM Emulation". I use STM32F1 1KByteb/1 page Flash. I emulated 256 Variables' number "ok". but i cant emulated 512. how to expand this stored. Thanks...
  • delay function for STM32F
    Dear All, please provide header file for delay function I mean I need constant delay even processor frequency changed Ex; delay_ms(500); Currently I am using following delay function...