Browse By Tags

  • How can I test external ZBT RAM on MPS2 board?

    Hello:

    I need more  RAM size on MSP2 board.

    in Keil  uVison 5, I add a simple code to write then read testing.

    //-------------------------------------------------------

    ram_addr=(volatile uint32_t *)(0x20400000);

    for (j=0; j<1024; j++)
    {
    *ram_addr…

  • Different Address of Reset Handler!

    Hi there,

    Why the address of reset handler is different from waveform and assembly code for hello testcase?

    This is obtained after compiling hello.c using Keil uVision 5.

    Reset_Handler
    0x000001c0: 4809 .H LDR r0,[pc,#36] ; [0x1e8] = 0x2a1
    0x000001c2:…