Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI example: Application doesn't toggle LED

Hey guys,

I'm working with the Laird DVK-BL652 and the Nordic SDK v.14.2.0 with Eclipse (Kepler) and try the example "SPI Master". I didn't modify this example but after compiling and flashing the application doesn't toggle LED... I think the application doesn't execute SPI transactions.? Can someone help please?

Thanks in advance,

Christoph

Parents Reply
  • There are to type of error indicator in Eclipse.  One is from the IDE indexer which parse the code.  This works well if you have a native Eclipse projet not makefile type.  The other errors are the actual project compilation errors which are in the build console when you build.  Those are the real errors. 

    BTW. SES uses GCC compiler version 8 and stripped out C++ supports.

Children
No Data
Related