Part Number: CC2541
>I am implementing OAD in cc2541 by referring to your large image OAD example. In the example, in oad_target.h file there are macros to set the page for image A and Image B and also there are some macros for defining the size(area of particular page)
>I have a doubt regarding the size of Image B because image A will reside from page 1 and it will be of 124KB in size and image B will reside either from page 8 if FEATURE_OAD_BIM is defined. My question is how can image B can start from page 8 if image A is of size 124 KB which means image A will go till page 62?
>
>Also please let me know that what does following macros mean ?
>FEATURE_OAD_BIM
>
>what does this statement mean
>" Image-A/B can be very differently sized areas when implementing BIM vice OAD boot loader."
>
>I have attached an image of the file please go thorugh it and let me know your feedback.
>