Hi,
I try to simulate my application with µVision4 (V4.10) simulator tool.
I create a stimuli on a pin (PIO1_5) using fonction editor tool. I see correctly my signal on logic analyser when i run the application.
My problem : I place a breakpoint at begin of PIOINT1_IRQHandler interrupt handler but the simulator never break. The interrupt is activated by application code.
If i use this same code with debugger on target, th debugger stop correctly at the breakpoint.
Could you have an idea of reasons why interruts don't work with simulator tool ?
Thanks a lot. Nicolas.