Korg Poly800/EX800 Users group photo

Yahoo Groups archive

Korg Poly800/EX800 Users

Archive for korgpolyex.

Index last updated: 2026-03-30 01:10 UTC

Message

Re: [korgpolyex] Re: What would everybody think if...

2017-02-03 by Michael Hawkins

Well thanks for those tips and I will surely use them...

But since I already have Eclipse and ARM running in version Kepler due to plugin compatibility issues with newer versions of Eclipse. I have to be very careful how I go about installing stuff. So that's why it's a bit slow. The other thing is that I want to use lwIP with the STM32F4 but my existing work has been with the F7 and the stm32_flash.ld file needs to be different but the version I have with the F7 is nowhere near what the newer one for the F4 looks like. So I am currently struggling with all of that. I don't want to throw away my existing Eclipse set up because a) I understand it b) I want to reuse tons of my existing code.

So thanks for the tips, "boom done" I wish!!!

/Mike

From: "Gordonjcp gordon@... [korgpolyex]" <korgpolyex@yahoogroups.com>
To: "Michael Hawkins korgpolyex800@... [korgpolyex]" <korgpolyex@yahoogroups.com>
Sent: Thursday, February 2, 2017 3:11 PM
Subject: Re: [korgpolyex] Re: What would everybody think if...

 
On Thu, Feb 02, 2017 at 02:43:46PM +0000, Michael Hawkins korgpolyex800@... [korgpolyex] wrote:
> I've been going that route myself. I have a STM32F4 eval kit and am slowly building the development environment.

"slowly building the development environment"? Really?

sudo apt install gcc-arm-none-eabi gdb-arm-none-eabi openocd
git clone --recursive https://github.com/libopencm3/libopencm3-examples.git
cd libopencm3-examples/libopencm3
make

boom, done.

--
Gordonjcp MM0YEQ



Attachments