Getting while compiling

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
JUZAR
Posts: 53
Joined: Wed Feb 25, 2015 1:31 pm
Has thanked: 15 times
Been thanked: 4 times
Contact:

Getting while compiling

Post by JUZAR »

Hi Sir,

I am getting below error while compiling. Seems it is related to quad seven segment LED display. Kindly assist how to solve this issue.

"Serious Warning: Possible sw stack corruption, function 'FCD_0fca1_led_7seg_quad1__ShowDigit' called by more than one asynchronous thread (main/Task, interrupt, interrupt low)"

mnf
Valued Contributor
Valued Contributor
Posts: 1188
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 439 times
Contact:

Re: Getting while compiling

Post by mnf »

Hi Juzar,

Can you post your code - sounds like you are calling a display routine from within an interrupt handler - which is a mistake.

Martin

JUZAR
Posts: 53
Joined: Wed Feb 25, 2015 1:31 pm
Has thanked: 15 times
Been thanked: 4 times
Contact:

Re: Getting while compiling

Post by JUZAR »

Hi Martin

Yes, you are correct, your hint did help me to eliminate the error. I was calling display routing within interrupt handler. After correcting the software there is no compiling error.

Thanks

Post Reply