• Cortex-M3 access via SW
    Note: This was originally posted on 31st March 2010 at http://forums.arm.com Hi everybody I have a reference platform containing an ARM Cortex-M3 with the SW interface (2 wire standard). I have RVDS v3...
  • Cortex-M3 access via SW
    Note: This was originally posted on 31st March 2010 at http://forums.arm.com Hi everybody I have a reference platform containing an ARM Cortex-M3 with the SW interface (2 wire standard). I have RVDS v3...
  • Accessing EEPROM
    Is there a C technique for writing/reading from a byte in on-chip EEPROM? I can do this in asm with something like this: clr ea mov deedat,@r0 mov deeadr,@r1 setb ea I would prefer to do it...
  • Accessing EEPROM
    Is there a C technique for writing/reading from a byte in on-chip EEPROM? I can do this in asm with something like this: clr ea mov deedat,@r0 mov deeadr,@r1 setb ea I would prefer to do it...
  • Accessing external EEPROM
    Hello, Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.