Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4151

SDK • Re: Single-core FreeRTOS doesn't observe changes stored by an ISR on the other core

$
0
0
I am not sure you should be using async context for real time tasks. Async context is more soft or non real time. May be presentable to sockets operations and maybe some UI elements. I am not sure about using critical sections here either. More than likely you want something else.

I see no reason for why this does not work. However using queue may work, but I am guessing this is a little outside your comfort zone. More than likely the issue is something in your code. You do not provide a lot of detail to go on.

Statistics: Posted by dthacher — Thu Jun 27, 2024 2:04 pm



Viewing all articles
Browse latest Browse all 4151

Trending Articles