preenfm Forum

PreenFM => preenfm2 and preenfm3 => Topic started by: csaba on September 20, 2019, 12:48:50 PM

Title: STM32F4 - serial (which is good/best, wich is bad?)
Post by: csaba on September 20, 2019, 12:48:50 PM
Hello Friends,

I would like to build my own PreenFM. I looked for the STM32F4, and found, that this is serial, with several types. Look at this link:

https://www.st.com/en/microcontrollers-microprocessors/stm32f4-series.html (https://www.st.com/en/microcontrollers-microprocessors/stm32f4-series.html)

There is a cheap version on aliexpress:

https://www.aliexpress.com/item/4000064833210.html?spm=a2g0o.productlist.0.0.78c53112WlmgSD&algo_pvid=123475ea-4612-4035-93fa-219bb6a3470a&algo_expid=123475ea-4612-4035-93fa-219bb6a3470a-16&btsid=f0462527-7732-4e09-88ab-d3495225c47c&ws_ab_test=searchweb0_0,searchweb201602_1,searchweb201603_52 (https://www.aliexpress.com/item/4000064833210.html?spm=a2g0o.productlist.0.0.78c53112WlmgSD&algo_pvid=123475ea-4612-4035-93fa-219bb6a3470a&algo_expid=123475ea-4612-4035-93fa-219bb6a3470a-16&btsid=f0462527-7732-4e09-88ab-d3495225c47c&ws_ab_test=searchweb0_0,searchweb201602_1,searchweb201603_52)

And there is another version version on ebay:

https://www.ebay.com/itm/STM32F407VGT6-STM32F030F4P6-ARM-32bit-Core-Development-Board-STM32F4-Discovery/173189145234?hash=item2852e0a292:m:m-Jpl9rSPgA5VbqaqWhhB0A (https://www.ebay.com/itm/STM32F407VGT6-STM32F030F4P6-ARM-32bit-Core-Development-Board-STM32F4-Discovery/173189145234?hash=item2852e0a292:m:m-Jpl9rSPgA5VbqaqWhhB0A)

What do you think? Which version is enough good for the PreenFM?

Thanks:

Csaba
Title: Re: STM32F4 - serial (which is good/best, wich is bad?)
Post by: Xavier on September 20, 2019, 05:45:44 PM
Hi,

The parts of the preenF405 board are listed here :
https://github.com/Ixox/preenfm2/tree/master/hardware/preenF405
So it's a STM32F405RGT6.

If you buy another stm32f4 model you'll have to modify the firmware and that can be a lot of work.

Xavier
Title: Re: STM32F4 - serial (which is good/best, wich is bad?)
Post by: mik on November 26, 2019, 10:40:45 AM
Hi Csaba,

Have you already ordered a board? Which one then?

According the datasheet (which is the same for both MCUs) the main difference is in available peripheral (GPIO ADC numbers) so the porting should not be a big issue.
I saw some chip boards on Aliexpress (e.g. https://www.aliexpress.com/item/33055327749.html?spm=a2g0o.productlist.0.0.31e118f3uHhzum&algo_pvid=2e4274c1-4e17-4ae4-98b0-3a4032525c42&algo_expid=2e4274c1-4e17-4ae4-98b0-3a4032525c42-5&btsid=41c9ce30-2da8-4f33-9a0f-a42f6c830e32&ws_ab_test=searchweb0_0,searchweb201602_9,searchweb201603_52 (https://www.aliexpress.com/item/33055327749.html?spm=a2g0o.productlist.0.0.31e118f3uHhzum&algo_pvid=2e4274c1-4e17-4ae4-98b0-3a4032525c42&algo_expid=2e4274c1-4e17-4ae4-98b0-3a4032525c42-5&btsid=41c9ce30-2da8-4f33-9a0f-a42f6c830e32&ws_ab_test=searchweb0_0,searchweb201602_9,searchweb201603_52)) around 10eur/buck

There is also one with a sound driver on board [https://www.st.com/en/evaluation-tools/stm32f4discovery.html] from ST around 20eur/buck

Do you have any progress on this topic?

Best,
Mik