Content originally posted in LPCWare by Leji on Wed Jun 06 04:45:25 MST 2012
Hi,
I'd like to trace the interrupts that are entered during execution on my LPC1768. To do that I'm currently using a counter in all my IRQ handlers, but that's not very handy (as it needs extra code in a lot of different places).
Does anyone have a nice method that can log IRQs in a "generic" fashion ? The only other way I know is to use RedTrace, but I don't have any budget to buy RedSuite :/