Search found 5 matches

by Ybin_ESP
Sun Aug 25, 2024 1:29 pm
Forum: 乐鑫活动专区
Topic: pcnt 例程编译出错
Replies: 1
Views: 1143

Re: pcnt 例程编译出错

:roll: Bug has been found since I use a target ESP32-C3, however it is not support HW PCNT.
by Ybin_ESP
Sat Aug 24, 2024 11:09 pm
Forum: ESP-IDF 中文讨论版
Topic: esp32-c3不支持pcnt吗?
Replies: 2
Views: 2966

Re: esp32-c3不支持pcnt吗?

原来如此,我最近使用PCNT也是,报很多PCNT相关的函数链接不上,IDE并没有提示,找了头文件和这些函数都是有实体和声明的。看到这个贴子,目标换到ESP后,编译通过。
by Ybin_ESP
Sat Aug 24, 2024 3:49 pm
Forum: 乐鑫活动专区
Topic: pcnt 例程编译出错
Replies: 1
Views: 1143

pcnt 例程编译出错

各位大神,小弟最近使用官方例程pcnt 编译出错,不得其解,请赐教。 环境: ESP IDE3.0.0 IDF路径和版本:D:\Espressif\frameworks\esp-idf-v5.2.2 例程路径: D:\Espressif\frameworks\esp-idf-v5.2.2\examples\peripherals\pcnt\rotary_encoder 官方代码未作改动任何,貌似在链接时报的错: [891/893] cmd.exe /C "cd . && D:\Espressif\tools\riscv32-esp-elf\esp-13.2.0_20230928\riscv32...
by Ybin_ESP
Sat Aug 24, 2024 3:34 pm
Forum: General Discussion
Topic: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
Replies: 2
Views: 1044

Re: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"

Yes. I solved this problem by run idf.py and add qrcode dependency.
Thank you evry much. :lol:
by Ybin_ESP
Sun Aug 18, 2024 10:00 am
Forum: General Discussion
Topic: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
Replies: 2
Views: 1044

CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"

Hello Guys, I see Espressif IDE3.0.0 with ESP-IDF v5.2.2 has been online and available to download. Now it is been quite fast to setup the devop chain tool. makes me exciting. But I got error when I compile the LED Light example project(under ESP rainmaker). Let me paste the error log: CMake Error a...