User Activity

I'm using STM32H7S78-DK and STM32CubeIDE v1.17.0. I was try to get Segger RTT working so I switched from ST-Link GDB server to OpenOCD because it has in-built RTT telnet server, but couldn't because OpenOCD didn't find RTT area.I reduced the problem ...
We are doing updates on a project which uses STM32H747 and ST cryptographic library (CMOX) / X-CUBE-CRYPTOLIB. It encrypts and decrypts data using these two functions:cmox_cipher_encrypt(CMOX_AES_CBC_ENC_ALGO, ....cmox_cipher_decrypt(CMOX_AES_CBC_DEC...
Why is there no CRYP (Cryptographics) peripheral enabling/configuration option in project configurator (CubeMX/CubeIDE) for STM32H747 ? I tried v1.15.0 and v1.16.0It does not show up:But it exists in register callback list:And it exists in H7 HAL dri...
Kudos from