Hi, i want to flash my modified code in my customized boards , which hex file should i use for flashing the customized nrf52832 board usinf nRF CONNECT . I need a hex file for my modified ble_app_uart pogram , where can i found ? please suggest me
Hi, i want to flash my modified code in my customized boards , which hex file should i use for flashing the customized nrf52832 board usinf nRF CONNECT . I need a hex file for my modified ble_app_uart pogram , where can i found ? please suggest me
Hi,
You should flash the hex-file that the compiler you use output, after building the project where you added the required changes for the application to work with your customized board.
Most compilers store the hex-files in "_build", "build", "Output", or similarly named directory in the project folder.
Best regards,
Jørgen
done compiling. After compile ,using nrf connect , i add the hex file by browse C:\Users\sathya\Desktop\sdk\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses\Output\Release\Exe
1. selected the device and
erase all
2. write
3. read
done above steps , but couldn't able to see the device . device is not found while scanning
do i need to do anything
done compiling. After compile ,using nrf connect , i add the hex file by browse C:\Users\sathya\Desktop\sdk\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses\Output\Release\Exe
1. selected the device and
erase all
2. write
3. read
done above steps , but couldn't able to see the device . device is not found while scanning
do i need to do anything