does the M3 have a reset button?

There's a tiny hole in the front with shiny metal inside. Or maybe that's the buzzer? In my software experiments I've gotten it into state where if it is not connected to USB power then the button does not start it up - and it takes a 10-second press with USB power to start it. How to restore? Note, the original firmware is long gone, I compile and upload my own, and it otherwise works. The problem arose after I ran a version of my software that called this, to activate wake-up when attaching to USB power:

nrf_gpio_cfg_sense_input(digitalPinToInterrupt(ext_power_pin), NRF_GPIO_PIN_PULLDOWN, NRF_GPIO_PIN_SENSE_HIGH);

where ext_power_pin is _PINNUM(0, 31) // P0.31

Comments

  • PS: The problem persists after I loaded and ran firmware that did detachInterrupt(digitalPinToInterrupt(ext_power_pin)) and did not call nrf_gpio_cfg_sense_input(). Is a schematic of the M3 available?

  • Hi, mbraner,

    To further handle the issue, could you help provide the following :

    1. Please tell us exactly which of our products you are using. We need to know the SKU No. . Or Please provide the purchase link for the product. so that we can continue to analyze the issue

    2. Also, please provide the order number, product purchase link(if applicable), along with the name of the retailer, store, platform, or website where you purchased the product?
      This allows us to work with the seller to provide you with better service.

    Warm regards,

Sign In or Register to comment.