Page 1 of 1

Solved: SDRAM support on F746G-disco

Posted: Mon Jul 30, 2018 2:59 am
by forester3
Hello,

I found this PR.
https://github.com/micropython/micropython/pull/3940

I will try to this my STM32F746G-Discovery board.
But SDRAM works lower than 200MHz on STM32F746G-Disco.
Is there any problem SYSCLK will be down in "mpconfigboard.h"

Otherwise, should I change the clock after judging the validity of SDRAM?

gc.collect() freeze, as yet

Posted: Mon Aug 06, 2018 1:35 am
by forester3
Hi,

I defined pins about SDRAM, and I built firmware.
I think SDRAM initialization is done.

But at gc.collect(), firmware freeezes.

My test source for SDRAM will be found here:
https://github.com/forester3/micropytho ... disc-sdram

I finished PR.

Posted: Tue Aug 07, 2018 11:42 am
by forester3
I finished PR to supprort SDRAM on STM32F746G-Discovery.
This PR can be found here: https://github.com/micropython/micropython/pull/4032