I’m using a ST32F429Idisc and freeRTOS via the CMSIS wrapper.
I’m writing and application that uses 3 timer and a counting semaphore. But the kernel crashes. It works only if using only two timers and the semaphore.
there is a way to solve this issue?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-29 7:22 AM
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-29 11:08 AM
Increase freeRTOS heap and stack size and check again.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-29 11:08 AM
Increase freeRTOS heap and stack size and check again.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-03 11:22 PM
I've done and now all works fine. Thanks for your help.
