• How to Read/Write sequential data from/into a Memory
    Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person;...
  • How to Read/Write sequential data from/into a Memory
    Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person;...
  • About AXI WRITE into Read-Only Memory
    Hai, As we know we cannot write into a ROM, But what happens if an AXI Master wants to write into a Read-only memory? What is the response it will face? How the functionality will work? What Errors...
  • About AXI WRITE into Read-Only Memory
    Hai, As we know we cannot write into a ROM, But what happens if an AXI Master wants to write into a Read-only memory? What is the response it will face? How the functionality will work? What Errors...
  • Are there any practical differences between the Arm M0 and M3 for the C programmer?
    The Arm Cortex-M0 microcontroller supports a subset of the instructions provided by the Cortex M3. Presumably these extra instructions provide better performance for some applications. But does this...