Browse By Tags

  • Useful Links for Beetle platform

    Below are some useful links related to the Beetle IoT evaluation board

  • 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…

  • how to implement mbed_blinky example on mps+2 board ?

    hi, GUys

       i buy a mps+2 board  and try to implement  mbed_blinky examples. but i meet issues on debugger and download axf files.

         now i can:

            1. export mbed_blinky examples for keil 

            2. compile success and generate axf file

            3. download fail