Hi.
We have recently migrated to SDK 4.20.00.35 and the code to help our hardware developer to optimize our antennas seems to no longer be working.
Essentially we added the following lines of code to the simple_peripheral project "SimplePeripheral_init" method after the ICall intialisation:
HCI_EXT_EnhancedModemTestTxCmd(HCI_EXT_TX_UNMODULATED_CARRIER, HCI_EXT_RF_SETUP_1M_PHY, 0); return;
Using SDK 3.40.00.02 this had the desired effect of setting the radio to emit the correct signal. In SDK 4.20.00.35 (and 4.20.01.04) the execution hangs during the call to HCI_EXT_EnhancedModemTestTxCmd. I'm propably just missing some new configuration option but I've been looking through the documentation but can't seem to find it. Do you have any pointers?
Sincerely,
Alex