• to store an array in flash to specific address
    Hi I have an array of unsigned chars, like: MyArray[10] = {1,2,3,4,5}; How to program this value in flash memory to specific address. thanks
  • Updating a variable that is stored at specific address
    Hi, I have declared a global variable (say x) and defined it as follows: uint32_t x __attribute__((section(".ARM.__at_0x8004000")))=0xFFFFFFFF; how do I update the value of x during execution...
  • to store an array in flash to specific address
    Hi I have an array of unsigned chars, like: MyArray[10] = {1,2,3,4,5}; How to program this value in flash memory to specific address. thanks
  • Updating a variable that is stored at specific address
    Hi, I have declared a global variable (say x) and defined it as follows: uint32_t x __attribute__((section(".ARM.__at_0x8004000")))=0xFFFFFFFF; how do I update the value of x during execution...
  • ABout Storing data in Nonvoliate ram
    I am using the DS1643 which contain both non voliate ram and a RTC. also, in my project, i use the timer 1 interrupt to counter the machine operation time: unsigned char second, min, hour; i use...