RMT initialization default for source clock not always APB?
Posted: Sat Oct 16, 2021 10:51 pm
I have 2 esp32-wroom-32E modules, one is a "ESP32-WROOM-32E (4MB HIGH TEMP)". This modules seems to default the RMT source clock to "REF tick clock, which would be 1Mhz (not supported in this version)", my other module (and others that I have tested) default to "APB clock". This examplehttps://github.com/espressif/esp-idf/tr ... _protocols does not set the source clock and does not function correctly on the "HIGH TEMP" module unless `rmt_set_source_clk(_channel, RMT_BASECLK_APB)` is called. Was there a hardware change? Both modules claim to be v3. Maybe I'm missing some other designator that would let me know? Has anyone else seen this?