Search found 2 matches

by esp-geek
Fri May 04, 2018 5:14 pm
Forum: ESP-IDF
Topic: Time-Critical function with "taskENTER_CRITICAL()" ?
Replies: 2
Views: 10404

Re: Time-Critical function with "taskENTER_CRITICAL()" ?

Hello, While the first possibility did not solve the problem 100% (although the error occurred not that often), your second approach absolutely did the trick! THX! But nevertheless, it is interesting to know, that the uart driver runs on the core that called its setup routine. During troubleshooting...
by esp-geek
Thu May 03, 2018 8:31 pm
Forum: ESP-IDF
Topic: Time-Critical function with "taskENTER_CRITICAL()" ?
Replies: 2
Views: 10404

Time-Critical function with "taskENTER_CRITICAL()" ?

Hello there, I am working on a application that uses uart for communication via a rs485 bus and wifi. The rs485 host requires precise timing in means of not pausing the transmission in-between the data-packet and to disable the transmitter immediately after the last byte has been sent. Without runni...