Skip to content

Calling enableIRIn() triggers ESP32 kernel error message #1434

Closed
@mottibz

Description

@mottibz

Hello,

I would first like to say a big thank you for a great library!!!

The issue I am facing is that in my code, I initially call enableIRIn() and all is fine but during execution, I need to disable that and later re-enable. After I disable it (calling disableIRIn), I later call enableIRIn, and I then I get the following message on the terminal:
[E][esp32-hal-cpu.c:93] addApbChangeCallback(): duplicate func=400814C4 arg=3FFBDFC4

The code I am using is there for a while and I did not encounter this error message previously. I suspect that one of the updates done since all worked fine is causing that.

I am developing using VSCode + PlatformIO, and have the latest updates installed.
PlatformIO: Core 5.1.1, Home 3.3.4
VSCode 1.54.3
Espressif 3.1.0

I will very highly appreciate your help in resolving this.

Thanks a lot, Motti

Metadata

Metadata

Assignees

Labels

ESP32ESP32 only issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions