• Storing data at Specific RAM address
    Hi all I want to store my data used in the code at a particular specific address in RAM of the chip how can i do it . i tried to this but got data abort error #define test ((*volatile unsigned...
  • Storing data at Specific RAM address
    Hi all I want to store my data used in the code at a particular specific address in RAM of the chip how can i do it . i tried to this but got data abort error #define test ((*volatile unsigned...
  • 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
  • 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
  • Locating a variable to an specific address
    Hi, I'm trying to locate a variable to an specific address. There are three ways to do this: 1) using options of the file that have the variable and config the RAM area 2) unsigned int cont...