• what is different that change start address and use WSTRB signal for transfer
    I think there are two method for transfer with unaligned address. I want to check my knowledge is correct or incorrect and if incorrect, please teach me. 1. Use WSTRB : for use this method, start...
  • what is different that change start address and use WSTRB signal for transfer
    I think there are two method for transfer with unaligned address. I want to check my knowledge is correct or incorrect and if incorrect, please teach me. 1. Use WSTRB : for use this method, start...
  • How to set the starting address in C51
    Hello All Well wrote a simple program for LCD and compiled. It worked. But the starting address of the program was at 0000h for 89c51. But now I want to shift the starting address to 2000h , So that...
  • How to set the starting address in C51
    Hello All Well wrote a simple program for LCD and compiled. It worked. But the starting address of the program was at 0000h for 89c51. But now I want to shift the starting address to 2000h , So that...
  • How to set external memory for Dallas 390
    I set the following target options: 0x0000:0xfc00 ROM,0xfc00:0x100 RAM,0x10000:0x20000 ROM,0x30000:0x4c380 RAM I want to use the 0xfc00:0x100 area for my hardware interface.what can I do?The following...