Hello
I have tested the example "ble_thread_dyn_mtd_coap_cli" from "nRF5_SDK_for_Thread_v0.11.0_84a130f" : this example works fine for a PCA10056 but I'd to test it on a PCA10059. When I had tried to make this project work for a PCA10059 (following the instructions given here "devzone.nordicsemi.com/.../nrf52840-dongle -programming-tutorial "), it never worked: once the device programmed (with nRF Connect), nothing happened (the dongle is not detected once plugged into a COM port (if I push on reset button it is detected but it stays in boot mode) )
To migrate a project coming from PCA10056 towards PCA10059, what must be done in addition to only modifying BOARD_PCA10056 to BOARD_PCA10059?
Here are the characteristics of my project:
Section Placement Macros:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x100000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x40000
FLASH_START=0x27000
FLASH_SIZE=0xd5000
RAM_START=0x20002ae8
RAM_SIZE=0x3d518
Processor Definitions:
APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED
APP_UART_DRIVER_INSTANCE=1
BOARD_PCA10059
CONFIG_GPIO_AS_PINRESET
ENABLE_FEM
FLOAT_ABI_HARD
INITIALIZE_USER_SECTIONS
MBEDTLS_CONFIG_FILE="nrf-config.h"
MBEDTLS_USER_CONFIG_FILE="nrf52840-mbedtls-config.h"
MULTIPROTOCOL_802154_CONFIG_PRESENT
NO_VTOR_CONFIG
NRF52840_XXAA
NRFX_PRS_ENABLED=0
NRF_SD_BLE_API_VERSION=7
OPENTHREAD_CONFIG_COAP_API_ENABLE
OPENTHREAD_CONFIG_ENABLE_BUILTIN_MBEDTLS=0
OPENTHREAD_CONFIG_FILE="openthread-config-wrap.h"
OPENTHREAD_MTD=1
S140
SOFTDEVICE_PRESENT
UART0_ENABLED=0
UART1_ENABLED=1
