acassis commented on issue #17473: URL: https://github.com/apache/nuttx/issues/17473#issuecomment-3646146699
@VitalyS83 Application code cannot call spi_register() directly, it is a violation of POSIX abstraction. You need to create a SPI driver on NuttX kernel and you application will open the device file. Another alternative is exporting the SPI Bus as char device, look at nuttx-apps/system/spi to understand how it works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
