Page 1 of 1

Re: er9x on Arduino???

Posted: Wed Mar 27, 2019 11:00 pm
by MikeB
A mega328 is too small (only 32K flash memory).

Mike

Re: er9x on Arduino???

Posted: Thu Mar 28, 2019 9:12 am
by ReSt
But what about a similar board with the STM32F103C8T6 that has 64k flash and 32k SRam like
https://www.ebay.de/itm/1-2-5-10PCS-STM ... DRyN79HJuQ

Reinhard

Re: er9x on Arduino???

Posted: Thu Mar 28, 2019 10:32 am
by Kilrah
It's a completely different processor and architecture. On 32bit everything's bigger, so 64k is too small again, for the ARM version you want a good 256k. Plus a lot of work to port stuff to the different peripherals.