I am working on my project based on sdk 1.40, oad sample project.
I made it work, for example, I name it version 1.0, then I modify some code, name it version 2.0.
if I program 1.0 hex, and oad 1.0 bin, it is ok.
program 2.0 hex, and oad 2.0 bin, ok.
but, 1.0 hex, oad 2.0 bin, not work, no adv and no helloworld I print.
2.0 hex oad to 1.0 bin, the same issue.
is there anything important I missed?