• 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;...
  • How to write the program permanently into the microcontroller
    I'm completely new in this areas. Can anyone tell me how to do it? Thank you!
  • How to write the program permanently into the microcontroller
    I'm completely new in this areas. Can anyone tell me how to do it? Thank you!
  • location of code and data into specific Flash banks
    Is there a way to place a section at an adress that has a lower limit? I would like to place two execution regions in separate flash banks. There are some code / constant data areas I can place in...