User Activity

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...
Hey guys,Im running into some issues with trying to set the clock speed of my stm32wb55 chip above 32MHz on my custom board.Here is my baremetal startup code that works using MSI as sysclkvoid __attribute__((naked)) Reset_Handler() { __asm__("ldr...