Hi,
I'm using Zephyr controller instead of Nordic's Softdevice to use the DTM HCI feature in the Zephyr controller. Before switching to Zephyr controller, the application used to read the chip temperature using "BT_HCI_OP_VS_READ_CHIP_TEMP" HCI command. Once I switched to Zephyr controller, the "BT_HCI_OP_VS_READ_CHIP_TEMP" command return status error 0x01.
How do I read nRF53 temperature using Zephyr controller?