Principal
August 18, 2022
Question
I tried increasing Queue size and FreeRTOS lands in a HardFault().
- August 18, 2022
- 1 reply
- 1597 views
I am using a stm32f105RBt6, just teasing with FreeRTOS (cmsis_v2) at the moment.
Two unexpected things are happening:
- If i stay with Dynamic allocated memory but increase my Queue size further than 10, i get thrown into a hardfault..... maybe some nefarious Ram accesses/stepping out of the heap? im still learning about that.
- If i declare the Mem allocation to be static, same error.
Increasing Heap size doesnt help
Any tips of how to debugg this? I think i have alocated enough heap in RAM....


