Is there a stack overflow indicator in PSoC 3/5

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Is there any indication of stack overflow in PSOC3/5

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

As answered in the PSoC3 thread already, you may check for yourself the stack with the debugger.

   

The architecture of an ARM core used in PSoC5 is quite more modern and you may change the depth of the stack (and heap) in the system-view of Creator to your like. No constraints for pointers to functions at all.

   

 

   

Bob

0 Likes