Problem with UART in secure and unprivileged mode U5
Hello,
I'm currently tring to do an app and I want to switch in unprivileged mode when I'm in secure and privileged mode. The switch is working but the uart is not working in unprivileged mode. It works in privileged mode. When I debug my code go in the hardfaultHandler(). I don't understand why. Here is my code attached. The hardfault happen in line 227. It exactly happen when I try to acces with the HAL_UART_Received().
Thanks for your help
