• AGSI: get the memory value on memory write trigger
    I have the following setwatches: Agsi.SetWatchOnMemory(addr, addr, check_data_write, AGSIWRITE); Agsi.SetWatchOnMemory(addr, addr, check_data_read, AGSIREAD); What I try to do is to trigger...
  • memory
    Hello I Always used Atmel AT89C51RE2 but there the production stopped we changed over to Silicon C8051F580 processor. now I am facing problems with the memory. when I add variables after downloading...
  • read write on code memory in 8051 using C
    I am using P89v51rd2. I want to store only one variable in the code memory, so that it is stored permanently. (say a=9999; max) I want to update this frequently in the program, and read when...
  • Interrups Do not Trigger User Code ISR's
    I am running a piece of code that has ISR's (ie timer, serial) When I generate interrupts.. say by writting to the SBUF register I get the data in the SERIAL I/O window and it shows an interrupt occurred...
  • How to avoid occupy code memory by "Uncalled Segment"?
    There are many functions in my source code. If some functions don't be used in current target. There are some warning message about "Uncalled Segment" after compling. And these uncalled segments also...