I have run into a strange problem.
I am using the OMAP3530 board from Logic. I toggle a GPIO every 800 us in a FIQ handler i.e. high for 800us and low for 800us.. When I step through the FIQ handler code I can clearly see the GPIO toggle on a scope. When I execute the code, I do not see the toggling of the GPIO line. I know this is not a scope issue as I also set up my FPGA to toggle a FPGA gpio line at 800us and I was able to see it on the scope. Is there some issue with the L4 interconnect that needs to be taken care of for this to work. I am toggling at such a slow speed that I did not think that this would be a problem.