Search found 1 match

by evidals
Sun Oct 15, 2023 6:35 pm
Forum: General Discussion
Topic: Determining the current APB_CLK frequency
Replies: 5
Views: 10936

Re: Determining the current APB_CLK frequency

To me worked:
  1. #include "soc/rtc.h"
  2. uint32_t this_apb_freq = rtc_clk_apb_freq_get();