I'm working with the STM32wb55ceu MCU which states that it has 512K of flash memory starting from address 0x08000000.However, I realized that if I compile and run the follow program, it will hard fault when attempting to read the value from flash (li...