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…

  • MPS2+ Firmware for Mbed

    This is an update to the fimware for the MCC on the MPS2+ board. This adds some features for improved compatibility with the Mbed OS software examples and continuous integration flow. You do not need to install the update unless you are working with Mbed…