This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: HSM example stall issue

Part Number: AM2432


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