Skip to content

Initial version of Globallogic ESK support #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

shchers
Copy link

@shchers shchers commented Feb 17, 2020

Globallogic Embedded Starterkit is an Open Source
and Open Hardware solution that is based on
STM32F4Discovery board.

Schematics and BSP is available under this link:
https://github.com/GlobalLogicEdu/GL-SK-BSP

Signed-off-by: Sergey Shcherbakov [email protected]

Globallogic Embedded Starterkit is an Open Source
and Open Hardware solution that is based on
STM32F4Discovery board.

Schematics and BSP is available under this link:
https://github.com/GlobalLogicEdu/GL-SK-BSP

Signed-off-by: Sergey Shcherbakov <[email protected]>
@stas2z
Copy link
Contributor

stas2z commented Feb 18, 2020

Globallogic.menu.pnum.GLOBALLOGIC_ESK.upload.maximum_data_size=196608
wrong here
see #937 (comment)

and, as i can understand it's not a devboard, but shield for F4Disco
does it really require separate variant defined?

@fpistm
Copy link
Member

fpistm commented Feb 18, 2020

Hi @shchers
I'm agreed with @stas2z, it is a derivative of an existing board.
Yo should better create a library for it like it is done for all the X-Nucleo-Boards.

You can redefine all PinMap arrays as it is weak and define all alias for your pin naming.

@fpistm fpistm added invalid This doesn't seem right waiting feedback Further information is required labels Feb 19, 2020
@shchers
Copy link
Author

shchers commented Feb 19, 2020

Hi @fpistm
Right now it's derivative of STM32F4Disco as fast line to bring new education board for students and scholars.
But the idea is to build new cost effective STM32F407-based board.
Of course, if adding this board will be rejected, so lib or parallel tree will be the single option for us.

@stas2z
Thank you for pointing to your comment in parallel thread. You are absolutely right!
For some reason CCM and RAM was mixed together. It's definitely mistake.
I'll fix it in this patch, but the rest of configs need to be updated also.

With best regards,
Sergey

@fpistm
Copy link
Member

fpistm commented Feb 19, 2020

But the idea is to build new cost effective STM32F407-based board.

In this case it could be added in the Generic F4 menu.
But not while it is a "shield", in that case library is one option or this:
https://github.com/stm32duino/wiki/wiki/Custom-board-based-on-a-core

Anyway I guess a library is the easiest way and match to your "shield".

P.S: Iif you need help does not hesitate to ask on the forum.

@fpistm fpistm closed this Feb 19, 2020
@fpistm fpistm removed the waiting feedback Further information is required label Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants