This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

hex file generated using eclipse not working on nrf52 dk

Hi All

I am trying to build hex file using eclipse id on Mac. everything looks ok, as it eclipse build file without any error but its not working on nrf52 dk.

before installing I did erase all on nrfgo studio and then install hex file.

can anyone point out possible reason for this.

Thanks

Parents
  • Hi Jorgen I simply compiled the proximity example and tried flashing hex file from _build folder without any changes in the code. it seems there is issue while generating hex file. initially I made two changes in the p_ble_enable_params->common_enable_params.vs_uuid_count = 2; // original 1 in the soft device_handler.c. this is our requirement for adding more services. and in makefile CFLAGS += -Wall -Werror -O0 -g3 made 0 instead of 3 to reduce compiler optimisation.

    other than that no changes made anywhere apart from path and version names in gcc.

Reply
  • Hi Jorgen I simply compiled the proximity example and tried flashing hex file from _build folder without any changes in the code. it seems there is issue while generating hex file. initially I made two changes in the p_ble_enable_params->common_enable_params.vs_uuid_count = 2; // original 1 in the soft device_handler.c. this is our requirement for adding more services. and in makefile CFLAGS += -Wall -Werror -O0 -g3 made 0 instead of 3 to reduce compiler optimisation.

    other than that no changes made anywhere apart from path and version names in gcc.

Children
No Data
Related