in the bim_offchip_CC1352P_4_LAUNCHXL_nortos_ticlang example , at oad_image_header.h I saw the following macro and warning:
/*! * Version of BIM this image is intended to work with * * \warning This is not intended to be changed */ #define BIM_VER 0x3
is it possible to change the bim version? or it may lead to unexpected behavior somewhere in the code of oad?