Question
How to De-init the SysTick clock?
Hello,
Currently, I'm working on a project in which the boat-loader is already present. Now, in the boat-loader, there are several things which I'm not using i.e Systick clock, DMA etc. So, I want to De-init all the unnecessary peripherals to run the CPU more efficiently. Unfortunately, I couldn't find anything related to how can I Dinit the Systick.
I'm using STM32F103CBT6 and Standard peripheral Library ( STSW-STM32054 ).