Hello,Could somebody explain what is the purpose of this second line of code below taken from main.c in TouchGFX example for STM32HB3I-DK?:SDRAM_Initialization_Sequence(&hsdram1, &command);*(__IO uint32_t*)(0xD0000000) = 0x11111122;It works fine with...