You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: