Page 3 of 3
Re: Components libraries bugs.
Posted: Mon Feb 13, 2023 6:02 pm
by djebirmalik
Hi BenR,
I knew you would be able to find the solution.
Already, the program does not crash when we add the "timer" component.
However, the program still does not work on the chip.
I look forward to the rest of the repairs.
You are a champion.
Cordially.Malik.
Re: Components libraries bugs.
Posted: Sun Mar 05, 2023 5:28 pm
by mnfisher
Hi Ben,
Any progress on this? I've just done a simple test program - and StartTimer seems to cause 'issues' - never returning...
Disabling StartTimer - continues to the loop but the timer doesn't advance
Martin
Re: Components libraries bugs.
Posted: Mon Mar 06, 2023 12:50 pm
by BenR
Hello,
Investigating now,
Found the bug, the timings was being defined and then undefined to allow other timer timings to be uneffected, however when the start macro was called it was getting the undefined version and so passing 0 as the time base. Basically constantly interrupting.
So I've now put the value in directly instead of via a define. You might need to do a full database update to ensure you have the advanced string component as this does the search and replace to correctly edit the timer start string.
Let me know if you find any further issues.
Re: Components libraries bugs.
Posted: Fri Mar 31, 2023 8:47 pm
by djebirmalik
Hello everyone.
Components libraries/Maths/Timed Interval/ does not work with ESP32_WROOM_32.
Would you have a solution?
THANKS.