Hello,
When my customer is using HSM example code and tryto call Crypto_open(), Stall occurs inside SA2UL_hwInit().
reg = CSL_REG_RD(&pSaRegs->UPDATES.ENGINE_ENABLE); <-Stall occurs when this line excutes
Their AM2432 is HS version when they check the devType
devType = CSL_REG32_RD(CSL_SYS_STATUS_REG) & CSL_SYS_STATUS_DEV_TYPE_MASK;
in HS version device, how can they solve the stall issue?
this is the development environment