STM32WBA PKA bare-metal implementation. Troubles loading data into RAM
Hello all,I am working on a bare-metal implementation of the PKA engine using the STM32WBA55CG. I have managed to properly initialize both the RNG and the PKA engines, but I cannot seem to load the operands on the RAM. I am trying to implement the mo...