helloworld and blinky don't work in RAYTEC-MDBT50Q-CX-40.

I am currentry trying to evaluate the RAYTAC-MDBT50Q-CX-40.

Raytac Corporation 勁達國際電子股份有限公司

But sample applications(helloworld, blinky) don't work.

I installed the SDK by following the instructions on the following website.

Installing the nRF Connect SDK

Edit Build configuration following.

Add sample applications.

C:\ncs\v2.9.1\zephyr\samples\basic\blinky

C:\ncs\v2.9.1\zephyr\samples\hello_world

Both apps were built successfully, and merged.hex was generated in the build folder.

I tried to flash merged.hex with Programmer. Both are successful.

 

But, I can no longer connect to the UART and I don't get the "hello world" or other debug messages.

And the LED is still off. It blinks blue when I run DFU so the HW is not broken.

I'm guessing I'll probably need to create an overlay file to connect the LEDs and UARTs, but I'm not sure how to do that.

Could you please tell me what to do?
Thank you so much.

 

Parents Reply Children
  • I downgraded SDK.
    nRF Connect SDK: v2.9.1 -> v2.6.0


    I added c:\nsc\v2.6.0\nrf\samples\bluetooth\peripheral_uart as application,
    and add
    CONFIG_BOARD_ENABLE_DCDC=n
    CONFIG_BOARD_ENABLE_DCDC_HV=n
    to proj.conf.(The power remains the same as V3.0.)

    I was able to successfully build and confirm that some message was coming from UART.
    I also got blinky to work, so I was finally able to start evaluating this dongle.
    My mistake was sticking with the latest SDK.
    Thank you for some advice!

Related