Microsemi zl38063 register access
Posted: Thu Jun 15, 2023 10:56 am
i'm using the ESP32-LYRATD-MSC board which includes the DSP ZL38063. According to the datasheet of the ZL38063 it performs sound location 0..360°using the 3-microphone array. In fact, i suppose for Voice Detection this is a value which is somehow calculated and stored in one of the register. But, how can i access these registers? the ESP-ADF driver section for the ZL34063 doesn't provided any dedicated function for sound location. However, a function to read registers is available. Can this be used to receive these values? Thanks.