Why does a FMC Memory swap for LCD on a F746 cause SPI pins to toggle when writing to 8 bit parallel LCD?
I was double checking SPI speeds and functionality and noticed SPI pins switching state when they shouldn't be. I narrowed it down and discovered this only happens when the memory swap for the FMC LCD is enabled. There are some other posts from me about getting the LCD to work. If I don't do the memory swap, this doesn't happen, so I'm pretty sure it has to do with writing to the FMC memory location.
In the image below I circled the spots where some of the SPI pins toggle during LCD writes. Zooming in on the circled spots the pins (PB5 and PA5) will change state about 3 times while writes to the LCD are happing. In the image D0-D7 are connected to the LCD data lines, channels 0-4 are connected to the SPI data lines. Why does this happen and how do I prevent it from happening? Thanks

