is it legal/possible to set 开发者_如何学Ca breakpoint inside an ISR? Or this is rather hardware specific?
Yes, it is perfectly legal, but there may be some hiccups due to other ISR's not being fired in time, eg USB.
is it legal/possible to set 开发者_如何学Ca breakpoint inside an ISR? Or this is rather hardware specific?
Yes, it is perfectly legal, but there may be some hiccups due to other ISR's not being fired in time, eg USB.
精彩评论