• WRITING TO EXTERNAL MEMORY
    Iam working cygnal microcontrollers, i have declared the following statement before the main , iwant to write data to external memory. i have declared as follows before the main char xdata test_string...
  • WRITING BYTE IN CODE MEMORY
    I have studied that it is possible to write values in code memory during the execution time in A51.But when tried the test gets failed.If possible what is the actual procedure to do it?
  • How to write to external memory
    I was just simulating my code in Keil. When I write to external memory, I don't see anything happen in the memory window. I am using cypress FX2 as the chip. Here's my code: Just writing FF to location...
  • MCB2140- IAP entry Prepare to write Fails
    We are trying to write to the FLASH sectors of the microcontroller. Using simple and straight-forward instructions, the write(51) has repeatedly failed on the LPC2148. The return is code 9: Sector Not...
  • 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...