Skip to content
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

Support for STM32401RE board #313

Open
BottCode opened this issue Oct 6, 2019 · 4 comments
Open

Support for STM32401RE board #313

BottCode opened this issue Oct 6, 2019 · 4 comments

Comments

@BottCode
Copy link

BottCode commented Oct 6, 2019

Hi,

will STM32401RE be supported? It seems there's no driver for this board.
How can I contribute in order to support this board?

@Fabien-Chouteau
Copy link
Member

Fabien-Chouteau commented Oct 7, 2019

Hi @BottCode ,

The STM32F401 is close to the STM32F407 so you should be able to use the same drivers.

Add NUCLEO_401RE here and here.

Then you should be able to create a project following these instructions: https://github.com/AdaCore/Ada_Drivers_Library/blob/master/docs/how_to_create_my_own_adl_project.md

@BottCode
Copy link
Author

BottCode commented Oct 7, 2019

Thanks for your answer @Fabien-Chouteau, I'll try to use STM32F407's drivers as soon as possible.

@FredPraca
Copy link

As the Nucleo 401RE seems to be really close to the Nucleo 411RE, I started to port the 411 I've done to the 401.
As soon as I'll get something, I'll need a beta tester so stay tuned

@FredPraca
Copy link

Here we go !
I finished the port yesterday evening and it's available on my nucleo_f401re branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants