Hello NXP Community,
i'd like to ask you about a Problem i have encountered in one of my Projects.
I have set up a SPI Communication on a KV46 running at full Clock Speed. All the Bus Clocks are set to their maximum possible Speed, too. I use the CS-Signal of the SPI via a Port-Interrupt (rising Edge) to detect the End of the SPI Message, because this simplifies the whole operation a lot.
The strange thing is that there is a pretty big time delay of around 1µs between the rising edge of the CS Signal at the Pin and the moment the MCU enters the interrupt Routine.
I have checked if there are any Filters enabled on this Portpin and if the Port really is clocked at it's full speed.
I also tried to look up the maximum values for this kind of time delay, but wasn't able to find any information in the documentation provided by NXP.
I'd like to minimize this Delay, Does anybody have an Idea how i can get rid of it?
Thanks a lot!
Best Regards,
Tobias