Search found 3 matches
- Fri Jul 02, 2021 8:41 am
- Forum: AVR Support
- Topic: Characteristics of ChibiOS' main thread
- Replies: 4
- Views: 24157
Re: Characteristics of ChibiOS' main thread
(for anyone interested, the Arduino specifics for this questions regard the Stack, see https://github.com/greiman/ChRt/issues/14 for more details)
- Wed Jun 30, 2021 2:38 pm
- Forum: AVR Support
- Topic: Characteristics of ChibiOS' main thread
- Replies: 4
- Views: 24157
Re: Characteristics of ChibiOS' main thread
Hello, thank you very much for your reply! I am using the ChibiOS version with Tag 1.3.0 as of https://github.com/greiman/ChRt/releases/tag/1.3.0 and added delays and thread priorities as you suggested. What I still do not understand is why this code works polling NextionDisplay's touch display (sho...
- Tue Jun 29, 2021 2:32 pm
- Forum: AVR Support
- Topic: Characteristics of ChibiOS' main thread
- Replies: 4
- Views: 24157
Characteristics of ChibiOS' main thread
Dear ChibiOS team, I am a newbie to ChibiOS and microcontroller programming. I have got a question regarding ChibiOS's main thread on an Arduino mega. As of my understanding, after having initialized all threads, ChibiOS's main thread ends up in the "loop()" function (similar to Arduino's ...