Page 1 of 1

Goldbull board  Topic is solved

Posted: Fri Nov 24, 2017 10:36 am
by Eddie
Hi,
I bought this interesting board.

http://www.hotmcu.com/stm32f107vct6-dev ... p-114.html

I made board files and a demo project. Can it be included in the repository?
Files in Attachment.

Re: Goldbull board

Posted: Fri Nov 24, 2017 10:39 am
by Giovanni
Hi,

Could you try to not have a separate demo? in trunk there is an "unified" demo that you could use: RT-STM32-LWIP-FATFS-USB. You need to add the makefile and the configuration files, follow the pattern.

I am trying to reduce the total number of projects in the distribution, most of them are clones with little changes.

Giovanni

Re: Goldbull board

Posted: Fri Nov 24, 2017 10:44 am
by Eddie
Ok, I will try to create a unified demo.

Re: Goldbull board

Posted: Fri Nov 24, 2017 11:04 am
by Eddie
I was looking at a unified demo and I see the little problem. Unified demo uses SDC driver, GoldBull needs MMC driver. This will require a change in the main program.
Or you have any other suggestions.

Eddie

Re: Goldbull board

Posted: Fri Nov 24, 2017 11:09 am
by Giovanni
hi,

You could put the driver initialization in a conditional block depending if HAL_USE_SDC is enabled or not.

Giovanni

Re: Goldbull board

Posted: Fri Nov 24, 2017 5:10 pm
by Eddie
ok, unified demo created..
Tested on Olimex E407 and Goldbull F107 :)

Re: Goldbull board

Posted: Fri Dec 01, 2017 10:19 am
by Giovanni
Hi,

Code merged with few changes, I cannot test on the goldbull board however.

Giovanni

Re: Goldbull board

Posted: Fri Dec 01, 2017 1:44 pm
by Eddie
I test the goldbull in the afternoon and write the result.

Eddie

Re: Goldbull board

Posted: Fri Dec 01, 2017 4:21 pm
by Eddie
Hi,
demo for Goldbull working without problems :)

Eddie