• how to continue after breakpoint
    sorry for response  after a long time, as per above steps you mentioned Yes, when you do single step, you should write DHSCR = 0xA05F0001UL | 0x4 ; // C_STEP Then wait until S_RETIRE_ST is 1. ...
  • how to continue after breakpoint
    sorry for response  after a long time, as per above steps you mentioned Yes, when you do single step, you should write DHSCR = 0xA05F0001UL | 0x4 ; // C_STEP Then wait until S_RETIRE_ST is 1. ...
  • S3C2440 spi :how to transfer&recieve continuously
    Hello everyone ,I am working with a board based on S3C2440A . I am trying to transmit datas & commands from S3C2440A to a FRAM_CHIP hang on the S3C2440A' SPI_bus. I find that S3C2440 only have 8...
  • S3C2440 spi :how to transfer&recieve continuously
    Hello everyone ,I am working with a board based on S3C2440A . I am trying to transmit datas & commands from S3C2440A to a FRAM_CHIP hang on the S3C2440A' SPI_bus. I find that S3C2440 only have 8...
  • how to assign the ram continuous without gap?
    I define a struct array struct smp { unsigned char attri; unsigned char data; } smp[50]; but I find the compiler make a gap between the array. In fact the ram is assigned as smp[0].attri smp[0...