Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RTOS (ex FreeRTOS) を使用する場合、スレッドごとに個別のスタック スペースがあります。では、ISR (Interrupt Service Routines) はどうですか? メモリ内に別のスタックがあるのでしょうか? または、これは構成可能ですか?
ISR で宣言されたローカル変数が格納されるスタックがない場合はどうなりますか?