igrr edited a comment on issue #413: esp32-core: Fix BOARD_CLOCK_FREQUENCY
URL: https://github.com/apache/incubator-nuttx/pull/413#issuecomment-595323014
 
 
   @jerpelea, sorry, i still don't understand why the BOARD_CLOCK_FREQUENCY 
should be exactly twice BOARD_XTAL_FREQUENCY. In the ESP32, the CPU frequency 
can be either of the following:
   * XTAL frequency, divided by integer N
   * 80MHz
   * 160MHz
   * 240MHz
   
   Note that 80/160/240 values are independent of the XTAL frequency, which can 
be 40 or 26 MHz. So in the specific case when XTAL frequency is 40 MHz, indeed 
the CPU frequency can be twice the XTAL frequency. But in theory you may have a 
26MHz XTAL along with 80MHz CPU frequency.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to