I'm running the IEE802.5.4 protocol stack on the STM32WB50. Why does the System Clock Mtu source switch on its own?
Hello
We are verifying the communication of the IEEE802.15.4 protocol stack with STM32WB50. I tried to insert a 1ms interrupt on CPU1, but when I initialized and enabled IEEE802.15.4, the 1ms interrupt was extended to 2ms. The cause was that the System Clock Mtu input was switched from PLLCLK to HSE_SYS.
The external clock 32MHz is put in the HSE, and the system clock is set to 64MHz by the PLL. And I set the source of System Clock Mtu to PLLCLK.
Please tell me why it switches.
Can the Systemu Clock Mtu source be fixed to PLLCLK?