• Memory class question
    Is it possible to place some critical variables, as near memory type, in the on-chip 1K memory, yet other non-critical variables, still declared as near memory type, in the external memory? In other words...
  • Memory class question
    I am using a Temic 80251 which gives me 1K on board RAM. Is there any way that I can tell the compiler that the IDATA class is bigger than 256 bytes.. because I get an error from the compiler that I...
  • Memory class question
    I am using a Temic 80251 which gives me 1K on board RAM. Is there any way that I can tell the compiler that the IDATA class is bigger than 256 bytes.. because I get an error from the compiler that I...
  • Memory class question
    Is it possible to place some critical variables, as near memory type, in the on-chip 1K memory, yet other non-critical variables, still declared as near memory type, in the external memory? In other words...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...