cancel
Showing results for 
Search instead for 
Did you mean: 

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?

Hicss.2033
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
prain
Senior III

Increase freeRTOS heap and stack size and check again.​

View solution in original post

2 REPLIES 2
prain
Senior III

Increase freeRTOS heap and stack size and check again.​

Hicss.2033
Associate III

I've done and now all works fine. Thanks for your help.