This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Everyone,
I generated hex file from the *.out file using C2000 Hex Utility. I would like to convert this into DFU formatted file (I am testing bootloader over USB).
Is there any way to convet from hex to dfu format?
Regards.
B.Sogut
Hi Sal,
I tried this sample, while downloading the application using dfuprog, first I was getting the error code (-7) DFU_ERR_INVALID_ADDR. But then after doing the adderess change in the linker file I could resolve that error.
After resolving that error, when I tried to download my application file again, I started getting the error code (-12) DFU_ERR_DNLOAD_FAIL.
I get this error not only for my application, but when I try to download the bl_app_i.hex, it is no problem.
Regards,
B.Sogut
Hi Sal,
I am waiting for another engineer. I am sending you my Linker Command File (cmd file) and file about post-build . Maybe it is help for solution.
Regards.
B.Sogut