• Reading memory address
    I have following code to read the variable address by using huge pointer. unsigned int Regular_Shutdown; unsigned int huge *const Array[1] = {(unsigned char huge)&Regular_Shutdown}; unsigned int...
  • How to read any address from FULL ADDRESS RANGE of C167CR
    I need to read any address from FULL ADDRESS RANGE of C167CR. How can I do it?
  • How to read FLASH MEMORY fully from SAM3S8B
    I used SAM3S8B . I program it by SAM-BA and mostly use my board without any problem. board connected to computer with D+ and D- some command come from computer and the responds comeback from SAM3 to...
  • reading a memory address
    Hi, I am trying to write a constant value into a particular memory address, say for instance I am trying to write decimal value 8235 into a memory location by converting it into an appropriate hex...
  • Reading the Flash from the ST10 during Runtime
    Hi I try to read my flashdata during the execution but it didnt run because the systen hangs after the following inline source: __asm { push R5 push R6 push R7 mov R5, #01554h mov R6...