Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-13 Thread Eric Brombaugh
Yes. It's just a matter of collecting the right linker scripts, startup code and compiler switches. Eric On Apr 13, 2012, at 1:45 AM, Victor Lazzarini wrote: > Could I use the same arm gcc I have it here installed for Android > cross-compilation, by any chance? > > Victor > On 13 Apr 2012, at

Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-13 Thread Julian Schmidt
here is the eclipse tutorial i used to get the free toolchain with GDB support working under windows http://shareee.netne.net/wordpress/?p=5 there you will also find a simple LED blink example project. afaik CodeSourcery lite and Yagarto don't support the hardware FPU at the moment. They only

Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-13 Thread Victor Lazzarini
Could I use the same arm gcc I have it here installed for Android cross-compilation, by any chance? Victor On 13 Apr 2012, at 06:01, Eric Brombaugh wrote: > There are builds of ARM GCC that work on the Mac. It's entirely possible to > edit/compile on a Mac, but downloading to flash and realtime

Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-12 Thread Eric Brombaugh
On Apr 12, 2012, at 9:29 PM, robert bristow-johnson wrote: > well, i just figgered out that this thing has a D/A only. no A/D. so no > "passing" audio. Correct. The STM32 MCU has a pretty decent 12-bit multi-channel ADC, as well as a 2-chl 12-bit DAC, so if you use those you could do some lo

Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-12 Thread robert bristow-johnson
On 4/12/12 10:06 PM, Eric Brombaugh wrote: On 04/12/2012 05:53 PM, robert bristow-johnson wrote: it was pretty spare in the mail. essentially just the board and a cute little card in a bubble box. Yes, that's pretty much all you get. Bring your own mini-USB cable. the card has some "Getting

Re: [music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-12 Thread Eric Brombaugh
On 04/12/2012 05:53 PM, robert bristow-johnson wrote: it was pretty spare in the mail. essentially just the board and a cute little card in a bubble box. Yes, that's pretty much all you get. Bring your own mini-USB cable. the card has some "Getting started" instructions and number 5. says to

[music-dsp] okay, so i got my STM32F4-Discovery board in the mail today.

2012-04-12 Thread robert bristow-johnson
it was pretty spare in the mail. essentially just the board and a cute little card in a bubble box. the card has some "Getting started" instructions and number 5. says to got to http://www.st.com/stm32f4-discovery tutorial, and i'll do that soon. it also mentions dev toolchains: Altium Ato