• Urgent! 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...
  • Urgent! 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...
  • 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...
  • Store data directly in RAM - ARM Cortex A53
    Hi everyone, for research reasons I'm working on the Cortex-A53 processor but I'm a bit confused about some aspects concerning RAM My software needs to perform several writes to RAM, bypassing the...