Hi,Greetings,I would like to freeze the IWDG in stop 2 mode.Code is available here:// Read bit and regitster LOG_Print("Flash->OPTR Value(Before):%#x\n",READ_BIT(FLASH->OPTR, FLASH_OPTR_IWDG_STOP)); ...
Hi,I am working on "Deep sleep" and "Wake- Up" on STM32L476 MCU. It looks like that MCU is going in to Deep Sleep (STOP2) mode, but I am not able to "wake up" using the GPIO EXTI (GPIO External Interrupts). Following the code snippets, which I am usi...
Hi,I am working on SPI bus communication between IMX6dl MPU and STM32L476 MCU.MPU work as a master device and MCU work as a slave device.Configuration of MPU is:pinctrl_ecspi3: ecspi3grp { fsl,pins = < MX6QDL_PAD_D...
Thank you for your quick response. Below are few observations during my expirmints:I used the oscilloscope and found that the data coming on MISO / MOSI are same which I received during Tx and RX.RX Path (MPU to MCU)Also note that as I was getting th...
Thanks for input. I have enable RX/TX DMA and global interrupt as per your suggestion and I see there is 2 bits shifting most of the time during Tx/RX operation.i.e.If I send 0x0F from Master (i.MX6) on MOSI on slave side (MCU-STM32l4) it receives 0x...