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

Example for SPI async API for mbed os 5? #5603

Closed
ghost opened this issue Nov 28, 2017 · 3 comments
Closed

Example for SPI async API for mbed os 5? #5603

ghost opened this issue Nov 28, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 28, 2017

Description

  • Type: Question

Question

Is there any more updated example for the SPI async API than https://github.com/ARMmbed/example-asynch-spi/? It's not for mbed-os 5 . I couldn't figure out where the Buffer came from in my mbed-os source tree, so perhaps it's related to that.

@KG-91
Copy link

KG-91 commented Aug 20, 2018

You can use below example with mbedos 5 also.
https://github.com/ARMmbed/example-asynch-spi/

  1. Take any standalone version of mbedos-5.
  2. Download cpputest library and place at parent directory of mbedos
  3. Change automated 'true' in tools/tests.py
  4. Execute single test command.
    [Mirrored to Jira]

@ARMmbed ARMmbed deleted a comment from ciarmcom Oct 2, 2018
@adbridge
Copy link
Contributor

adbridge commented Oct 4, 2018

Internal Jira reference: https://jira.arm.com/browse/IOTHAL-267

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 24, 2019

As @KG-91 wrote, that could be used. Otherwise there is not as part of official examples. Use one referenced above, that is a good start.

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

4 participants