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

mbed 5.12.4 integration #10909

Closed
maniel92 opened this issue Jun 27, 2019 · 2 comments
Closed

mbed 5.12.4 integration #10909

maniel92 opened this issue Jun 27, 2019 · 2 comments

Comments

@maniel92
Copy link

Description

Hello,
I'm trying to use the SDBlockDevice with mbed-os 5.12.4. I'm working with the Eclipse based tool STM32CubeIDE. Trying to solve my problem I got to this issue but I cannot reproduce the solution.

I cannot find anywhere the folder COMPONENT_SD, not in the mbed-os github code, nor downloading the latest library from the mbed documentation, nor elsewhere.

I have already added this code to my board in targets.json:
"components": ["SD"], "components_add": ["SD"], "features_add": ["STORAGE"],

I ask for help or a bit more of explanation on this issue solving method.

Issue request type

[X ] Question
[ ] Enhancement
[ ] Bug
@jeromecoutant
Copy link
Collaborator

Hi

COMPONENT_SD is there: https://github.com/ARMmbed/mbed-os/tree/master/components/storage/blockdevice/COMPONENT_SD

Note this is SD over SPI

SD over SDIO (SD connector on ST DISCO board) is still under review: ARMmbed/sdio-driver#1

@MarceloSalazar

@maniel92
Copy link
Author

Hello @jeromecoutant

Thanks very much! I was looking into features/storage, not into the components folder.
I mark it as closed now.

Best regards,
Manuel

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

No branches or pull requests

2 participants