• write code to direct address
    I try to write some codes to rest space of MCU's flash ROM (behind my program), so I should know the lastest byte of my program. How to do all of these?
  • write code to direct address
    I try to write some codes to rest space of MCU's flash ROM (behind my program), so I should know the lastest byte of my program. How to do all of these?
  • C51 not shows direct address in listing
    Hi, I use C51 version 9.60a (v9.60.0.0) for Nuvoton N76E003 chip programming. Example of code: //All fields are uint8_t type if ((buttons.Hold & BUTTON_SET)) { if ((buttons.Duration > (uint8_t)...
  • C51 not shows direct address in listing
    Hi, I use C51 version 9.60a (v9.60.0.0) for Nuvoton N76E003 chip programming. Example of code: //All fields are uint8_t type if ((buttons.Hold & BUTTON_SET)) { if ((buttons.Duration > (uint8_t)...
  • direct the code to main{} in address 0x0000
    Hi i use SW reset command in my code. after reset, PC is set to address 0x0000. unfortunately at this address i can't find nor main{} neither JMP to main. which are the tools i can use (startup.a51...