Using exti alongside systick
I have an exti set up on a gpio, which when triggered, sends a command to a peripheral. Within that piece of code is a small delay which makes use of the systick. It doesn't seem to work though. Guessing the issue is the interrupt with an interrupt? Both interrupts seem to work independently, but not together. Anyone know how to get them working together? Can put up some example code if need be.
