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, is it possible to provide some documentation for the library? I tried to launch an SPI on stm32f4-discovery board, but I wasn't succeed. And I don't know, how the library should be used. I saw several examples, but they are not enough for a beginner in Ada to start using this library.
The text was updated successfully, but these errors were encountered:
The library is clearly lacking documentation right now.
What I would recommend is having a look at the driver examples/demo or other parts of the library where we already use the features that you are looking for.
For instance there's a example of SPI initialization in the STM32F429 board support: here.
We also have this Design document to provides a short overview of the library.
Hello, is it possible to provide some documentation for the library? I tried to launch an SPI on stm32f4-discovery board, but I wasn't succeed. And I don't know, how the library should be used. I saw several examples, but they are not enough for a beginner in Ada to start using this library.
The text was updated successfully, but these errors were encountered: