Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi R2-D2,
I have exactly the same situation you described: code placement, RTOS, even same isr and OSSem usage. So, my response times are similar, too. In addition, I use NicheStack for TCP/IP and when I load the system with network traffic I have worst case response times up to 150us. In these cases I also see an increase in isr response to about 40us: I think this is due to OS (or TCP stack) disabling irq in some critical pieces of code. I wrote a post asking if this behaviour is normal, but I had no answers. For BillA I use custom opcode for int vectors and O3 optimization level. Then I believe R2-D2 does, too. Regards Cris