We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcf6a6 commit 3e606d7Copy full SHA for 3e606d7
examples/benchmark/main.c
@@ -86,6 +86,9 @@ int main(void)
86
87
bfdev_log_info("Benchmark for PY32F0xx.\n");
88
bfdev_log_info("Bfdev version: %s\n", __bfdev_stringify(BFDEV_VERSION));
89
+ bfdev_log_info("SYSCLK freq: %u\n", HAL_RCC_GetSysClockFreq());
90
+ bfdev_log_info("AHB freq: %u\n", HAL_RCC_GetHCLKFreq());
91
+ bfdev_log_info("APB freq: %u\n", HAL_RCC_GetPCLK1Freq());
92
bfdev_log_info("This may take a few minutes...\n");
93
puts(""); /* '\n' */
94
0 commit comments