Page 1 of 1

STM32F469BI

Posted: Tue Apr 05, 2016 8:21 am
by roland_vs
In order to have some more space and use the internal /flash instead of the /sd
What would it take to get mpy working on the STM32F469BI: 2MByte Flash and 384kByte SRAM?

Regards,

R.

Re: STM32F469BI

Posted: Tue Apr 05, 2016 3:20 pm
by dhylands
I think that mpy files should work as is (although I haven't tested) them since they've ben merged to master.

There is a PR needed if you want to convert those mpy files into frozen modules:
https://github.com/micropython/micropython/pull/1811

My observation is that the .mpy files take up aout 1/2 as much space as the source.

Re: STM32F469BI

Posted: Wed Apr 06, 2016 9:47 am
by platforma
Migrated to "Other Boards".