Hi, can someone explain this problem? my variable "sixD_src" is not updated when used in a callback. This works with a flag and variable "sixd_src" used in mainbool accFlag;
void EX_INT1_CallBack(void)
{
accFlag = true;
}
<..
void EX_INT1_CallBack(void)
{
accFlag = true;
}
<..