• Can write single byte to flash?
    I'm using stm32l073 board, and doing delta update for OTA, that need write single byte to flash, but I check the example there write to flash by using double word(4 bytes). Can write single byte to...
  • how to write program codes in flash
    Hello, I'm using a C167CS micro controller and i want to write the program in an external flash memory (AM29F400), and now first of all i want to simulate my written code in keil software, because the...
  • ADC Single Conversion Sample
    Hi I am currently having a issue about ADC conversion because I always get the first wrong ADC sample but get correct reading after second try. I assume it is reading dummy data. Now I tried...
  • Writing data to flash memory
    I'm trying to follow the Application Note 138, and the accompanying example code, regarding in-system Flash programming. However, when I execute the PFlash_Write function, the system just hangs. Any suggestions...
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...