Hi,I using STM32F407IG in IAR Embedded workbench.When I debug the program the SPI communication does not work.what could be the reason?Without debug the SPI work
But I know that the communication works properly in normal working condition (not in debugging), so, somehow the debugging mode affect the communication. how the debugger affect it?
Is there anything else I can do except for checking the lines?how debug mode can affect the communication? maybe I can change the clock or the bound rate in some way that can help?