Hi
I am currently using the boot loader from SDK7.2.0, compiled using Keil. However, for all the other software I am using GCC. But GCC support for the boot loader was not included in the SDK7.2.0.
I have tried to look at the bootloader differences between SDK7.2.0 and SDK11, and managed to compile the boot loader code, but do not seem to get DFU working with that compiled file. So I still must be doing something wrong.
As I do not want to spend too much time on this, I was wondering: if I would use the makefile in SDK11 and compile the code using SDK11, and flash that to the device, would this still work with an older SD version and an application compiled using SDK7.2.0?
And if not, how could I figure out what was wrong with my SDK7.2.0 boot loader GCC version?