I am using random number generator of STM32F407VGT-DISC1, which generates values between 0 to 4294967295. In order to make sure if I get random value for debug purposes, I want to write this value to serial console via UART. When I write my code as attached, I cant see the value at the serial console as expected. The code calls the hard fault handler. Nothing written on the console.