User Activity

I use Jtag with ST-Link on my computer and tries to erase chip on my PCB. However, it says "read out protect enabled". Now, the thing is, this wasn't enabled before I pressed on "erase chip" within ST-Link, but once I pressed it, it activated it. If ...
Currently using the built in functions generated for AES Hardware acceleration and was wondering how to use HAL_StatusTypeDef HAL_CRYP_Init(CRYP_HandleTypeDef *hcryp) correctly if I want to change OperationMode in hcryp manually in-code? (from what I...