User Activity

I am using STM32F091RBT6, in which I have 8Mhz internal clock and I have to configured it to the 48Mhz. I have selected PLL as a System clock source but its not getting configured to 48MHz. As I have debugged it, its getting configured to only up to ...
I am using a custom bootloader in STM32F091RB controller (cortex M0) which has a system clock of 8MHz and my application STM32F091VC controller (cortex M0) has system clock of 48MHz. Will it affect my application peripheral's interrupt. As my interru...