Hi Team,
Present I am using BLE of DA14531 MOD, Firmware Version: CodeLess 6.380.18.63
Now If I want to use DA14530 MOD, Can i use the Same CodeLess 6.380.18.63 Firmware?
If the same firmware doesn't work directly, Please suggest the changes in CodeLess 6.380.18.63.
Regards,
Laxmi Narayana
Hi Laxmi,
Thank you for posting your questions online.
Yes, You can use the same FW to DA14530MOD.
Difference between DA14531 and DA14530 you can find in the product selector:
BR,
JH_Renesas
Hi JH,
Thank you for reply,
In CodeLess Version: 6.380.18.63, noticed that in void periph_init(void) we are calling syscntl_dcdc_turn_on_in_boost(SYSCNTL_DCDC_LEVEL_3V0); funcation.
So, my doubt is if i want to use the same FW for DA14530 MOD, should i calling syscntl_dcdc_turn_off(); function in same place? or do no changes ?
Waiting for your reply!
Laxmi Narayana.
Good question. Just comment that function, because the DCDC is not available.
In production we are looking for firmware compatibility for both DA14531MOD and DA14530MOD.
So, Can i leave AS IS without commenting syscntl_dcdc_turn_on_in_boost(SYSCNTL_DCDC_LEVEL_3V0); ?
Just have a try, it should work. Sorry I do not have DA14530 in my hand for this test.