We use Keil uVision 4.73. Are task stacks allocated in internal RAM or external RAM ? If I need particular task stack allocated in internal RAM, do I need to force it in internal RAM by some pragma directive ?
I just found out I was calling functions from idle task, which is not user defined task. It is created by Keil.