Skip to content

A simple example of how to control the SPI directly in Zephyr RTOS

Notifications You must be signed in to change notification settings

dani-clo/zephyr-spi-directly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zephyr-spi-directly

A simple example of how to control the SPI directly in Zephyr RTOS. The idea comes from this thread

Tests

It was tested in nRF52840_mdk board.

How to build

$ west build -p auto -b nrf52840_mdk

How to flash

$ west flash

Application

This can be used to verify if the SPI interface is working properly

capture

About

A simple example of how to control the SPI directly in Zephyr RTOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.0%
  • CMake 13.0%