2019-10-22 05:20 AM
Hi,
I had to port to STM32L151ZE from STM32L151ZD because of a RAM limitation. The code seems to work as it is, however I am facing issues in SPI communication when the SEGGER J-Link debugger is kept connected to the board. I tried probing the clock signal of the SPI module and found it to be irregular when the debugger is connected. The issue is not observed when the same code is made to run on STM32L151ZD .
Is there any particular configuration that should be handled in code when the porting is to be done.
Thanks in advance.