STM32_Profiler icon indicating copy to clipboard operation
STM32_Profiler copied to clipboard

Simple and fast code profiler for STM32 ARM Cortex-M CPU family

Results 1 STM32_Profiler issues
Sort by recently updated
recently updated
newest added

The compiler shows error in the function ``` void PROFILING_START(const char *profile_name) { prof_name = profile_name; event_count = 0; CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; DWT->LAR = 0xC5ACCE55; //