fix(esp_security): Power up MPI memory registers when enabling MPI

Co-authored-by: Li HongXi <lihongxi@espressif.com>
This commit is contained in:
harshal.patil
2025-06-12 13:18:57 +05:30
parent 33d8c05d95
commit a7af364112
5 changed files with 10 additions and 16 deletions

View File

@@ -24,8 +24,6 @@ void esp_mpi_enable_hardware_hw_op( void )
void esp_mpi_disable_hardware_hw_op( void )
{
mpi_hal_disable_hardware_hw_op();
/* Disable RSA hardware */
esp_crypto_mpi_enable_periph_clk(false);