Lora-E5 mini system clock
I am testing Lora-E5 mini with FreeRTOS from LoRaWan-E5-Node-qian example in STM32CubeIde . All works fine except the clock (MSI) is only 4 MHz. This causes that e.g. osDelay(100) takes 4 s.
I have been trying to change MSI to HSE 32 MHz, but no luck. Does someone know, how to change the clock.
There is an ioc file, but use of STM32Cube will ruin the project.
