We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5668ae1 + 1af8de2 commit 7777831Copy full SHA for 7777831
os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.c
@@ -128,7 +128,7 @@ static void sdram_lld_init_sequence(const SDRAMConfig *cfgp) {
128
/* Step 6.2: Send the second command.*/
129
#if !defined(STM32H743xx)
130
sdram_lld_wait_ready();
131
-#endif;
+#endif
132
SDRAMD1.sdram->SDCMR = FMCCM_AUTO_REFRESH | command_target |
133
(cfgp->sdcmr & FMC_SDCMR_NRFS);
134
os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c
@@ -809,8 +809,11 @@ void ltdcEnableDitheringI(LTDCDriver *ltdcp) {
809
osalDbgCheckClassI();
810
osalDbgCheck(ltdcp == <DCD1);
811
(void)ltdcp;
812
-
+#if defined(STM32H743xx)
813
+ LTDC->GCR |= LTDC_GCR_DEN;
814
+#else
815
LTDC->GCR |= LTDC_GCR_DTEN;
816
817
}
818
819
/**
0 commit comments