cancel
Showing results for 
Search instead for 
Did you mean: 

F4 or F3 board with ext. RAM and SD ?

Ozone
Lead

Does anybody know a board with a STM32F4 of F3 with the following features:

  • external RAM, 1 MByte or more
  • SD card interface, alternatively Debug port with VCP or ethernet interface

A display would be optional.

Had been looking at the usual suspects (ST, Olimex, Waveshare, Sparkfun, Mikroe), but didn't find anything appropriate.

I prefer a MCU with SPL code available, which limits the selection to the F1, F2, F3 and F4 series.

The (non-commercial) application should do burst collection of analog data, and transfer it to PC or store it right away.

13 REPLIES 13

STM3240-EVAL

STM32F469I-DISCO

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Yes, thanks.

Albeit the STM3240-EVAL is quite a bit over-equipped and overpriced for my purpose.

The F469-Disco looks o.k. so far - only ST's availability numbers seem to lie recently.

Checked some DISCO boards recently (including similar F7 ones) at the distributor's pages (Farnell, Digikey, Mouser), and none is currently available.

Right now, I can start with the F4-Disco, and port later in a matter of hours.

Tried with a F746 Nucleo, only the LL code is quite a disappointment. Especially in regard to documentation and examples.

The effort is basically the same as with direct register access.

Nikita91
Lead II

Nice board at affordable price!

Guess some one what a piece of ST's lunch

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Does it actually need external RAM, internal's faster, what rate are you sampling, couldn't you just spill to the sd card using a 64KB DMA ping-pong arrangement?

TaoBao has had some cheap/compact boards that would work as streaming data recorders.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Or this one

https://mikrocontroller.bplaced.net/wordpress/?page_id=568

Pity it's not a commercial project.

There might've been some interest in the 'F4 back then some 5 years ago, it all faded away since then...

JW

> Does it actually need external RAM, internal's faster, ...

That's true, and I plan to start out that way.

The device is intended for experimenting with spacial maps, created from acoustic echos. Kind of sonar.

Which means at least 3 channels at rates below 50kHz.

Range is thus directly related memory depth / buffer size.

Never tried writing audio streams directly to SD. For the F4-Disco + BB, the SD interface is basically SPI, not sure if that works out.

The F4-Disco has enough resources and performance to try the concept. And I have several projects to pick up code from, so I can have a basic prototype in one day.

Ethernet and USB would be options for streaming. I lack any experience with USB audio streaming on both sides, so I would go for ethernet first.

Audio capturing is the simpler part.

Noise filtering and data processing is more complex, and resource consuming. I want to start out with a PC first.

For a MCU implementation, external RAM and a display would be essential.