nRF5_SDK

None of the examples in the SDK are useable in Visual Studio Code.  All are missing the required application source files

Get this error 

The directory "c:\Users\mtd18\!GD-LT\Concerto\Fanstel\Docs\nRF5_SDK_17.1.0_ddde560\examples\802_15_4\wireless_uart" does not contain an application source.

Parents Reply Children
  • The caveat to that is that all new functionality of things like USB 6.0 is in the new paradigm and won't be put into the old one.  Not a fan of that concept either but there you go.  The good news is that over the last several updates to the NCS VS code platform, Nordic has been working diligently to rid us of the awful way Zephyr deal with peripherals.  Also, according to Nordic, a person can use the HAL code directly which means that you'll have something more like SDK to work with instead of the "driver model"... 

    I've got a project just starting that I need the USB 6.0 functionality for so I'm going to have to bite (byte?) the bullet and get NCS working as I need it, not as MS envisions it (I've got design cycles that go decades unlike what MS has envisioned in its tools).

Related