Search found 4 matches
- Mon Nov 04, 2024 8:12 am
- Forum: ESP-IDF
- Topic: GPTimer migration IDF 5.0 to newer
- Replies: 1
- Views: 1641
- Thu Apr 18, 2024 6:32 am
- Forum: ESP-IDF
- Topic: GPTimer migration IDF 5.0 to newer
- Replies: 1
- Views: 1641
GPTimer migration IDF 5.0 to newer
Hello, #ESP32-S3 #ESP-IDF-5.2.1 #custom-board I worked on IDF master from 2023-02-28 (SHA 94c87a91060ff6e5962ec19e7152fc402e6c704c), so it is master between ESP-IDF Release v5.0.1 (2023-02-17) and Pre-release v5.1-beta1 (2023-05-25). Now I try to port the project to some newer IDF tag, v5.1 at first...
- Thu Aug 10, 2023 8:40 am
- Forum: General Discussion
- Topic: FreeRTOS task notifications interfere with IDF
- Replies: 2
- Views: 1441
Re: FreeRTOS task notifications interfere with IDF
You are right... the bug is in my code :( I'm sorry for bothering You with my lack of experience in RTOS architecture. So it is caused by adcIntRoutine(). It sets once at first call a handle to calling task, and then uses notify to signal samples ready via callback. It occured in default task, so I ...
- Thu Aug 10, 2023 6:49 am
- Forum: General Discussion
- Topic: FreeRTOS task notifications interfere with IDF
- Replies: 2
- Views: 1441
FreeRTOS task notifications interfere with IDF
Hello, #ESP32-S3 #ESP-IDF-5.1 master #custom-board I'm having weird behaviour of notifications to main task, i.e. the task is notified, but does not receive the notify. When the task occasionally receives the notification, its value seems to have some random/trash value. It can even cath a notificat...