Hello,
I am using NCS 1.5.0 and modem firmware 1.2.3.
I have nRF9160 DK version 1.0.0.
I am trying to run "full_modem_update" example firmware on this.
But getting below message on start up
E: Device id 00 00 00 does not match config c2 28 17<CR><LF> Device id 00 00 00 does not match config c2 28 17<CR><LF> *** Booting Zephyr OS build v2.4.99-ncs1 ***<CR><LF> HTTP full modem update sample started<CR><LF> Failed to get flash device: MX25R64<CR><LF>
I have programmed nRF52840 with 0.19 pin set as below (I have modified SDK 17.0.2 "ble_app_templete" example firmware)
int main(void)
{
bool erase_bonds;
// Initialize.
//log_init();
nrf_gpio_cfg_output(19);
nrf_gpio_pin_set(19);
//timers_init();
//buttons_leds_init(&erase_bonds);
//power_management_init();
//ble_stack_init();
//gap_params_init();
//gatt_init();
//advertising_init();
//services_init();
//conn_params_init();
//peer_manager_init();
// Start execution.
//NRF_LOG_INFO("Template example started.");
//application_timers_start();
//advertising_start(erase_bonds);
// Enter main loop.
for (;;)
{
//idle_state_handle();
}
}
can you help me in resolving this issue ?
Regards,
Smitesh Mali