<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89844/how-to-create-open-application-based-on-shields-downloaded-from-github</link><description>I want to either create or open a MCP2515 CAN based application using https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/shields link. 
 I am new to this platform. Kindly guide how to proceed ? Where is any CAN application inside the code of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Jul 2022 10:31:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89844/how-to-create-open-application-based-on-shields-downloaded-from-github" /><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/377154?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 10:31:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c49ac54-17f4-4ba1-88a9-63e73f048fd3</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;My simple requirement is to test the code of Github link given in the start of this thread. I tried uisng v1.9.1 for nRF52832_52832DK board and DFrobot shield selected by CMake command in build configurations of VSC. There are many errors. Please you try and guide me, is build successful at your end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/377105?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 08:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7c00b9b-068c-4624-b4c2-c1d83c1a50f5</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Gulzar,&lt;/span&gt;&lt;span&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I’m very sorry, but I do not understand your questions at all.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="mexco"]&lt;p&gt;I installed sdk1.9.1 in c/ncs folder. Downloaded the code form Gtihub link mentioned above, in d/can folder.&amp;nbsp;There are two ways:&lt;/p&gt;
&lt;p&gt;1. Force VSC to use Zephyr of d/can while using the SDK and Toolchain from&amp;nbsp; c/ncs ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Create a firmware folder in c/ncs/v1.9.1. Copy the Github code with it&amp;#39;s Zephyr in firmware firmware folder. But, zephyr inside firmware is to be forced instead that of v1.9.1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How to set above two structures ?&amp;nbsp;In both cases, which is better ?&amp;nbsp;&lt;/p&gt;[/quote]
&lt;p&gt;&lt;span&gt;If you have installed the nRF Connect SDK according to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/getting_started.html"&gt;Getting started&lt;/a&gt; guide, you should have a fully installed toolchain with all needed repositories from GitHub available on your hardware drive. That way, you can e.g. use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/gs_programming.html#building-on-the-command-line"&gt;command line&lt;/a&gt; to build applications &amp;amp; samples, and in case of &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/net/sockets/can/README.html#building-and-running"&gt;Controller Area Network&lt;/a&gt; &amp;amp; &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/net/sockets/can/README.html#building-and-running"&gt;Socket CAN&lt;/a&gt; sample this is specifically described in their documentation respectively.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding nRF Connect for VS Code, you should not force anything there. You have to configure the extension as described in the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-VS-Code/Tutorials"&gt;tutorial&lt;/a&gt;, and then you can both add new or use already existing applications within the configured toolchain for building, flashing and debugging them.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Markus&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376892?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 07:42:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f0ceb06-2426-4671-bc0c-887a7e530d84</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;I installed sdk1.9.1 in c/ncs folder. Downloaded the code form Gtihub link mentioned above, in d/can folder.&amp;nbsp;There are two ways:&lt;/p&gt;
&lt;p&gt;1. Force VSC to use Zephyr of d/can while using the SDK and Toolchain from&amp;nbsp; c/ncs ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Create a firmware folder in c/ncs/v1.9.1. Copy the Github code with it&amp;#39;s Zephyr in firmware firmware folder. But, zephyr inside firmware is to be forced instead that of v1.9.1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How to set above two structures ?&amp;nbsp;In both cases, which is better ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376700?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 06:08:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7a12cf1-1fd3-42cc-a388-6c187319c36d</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Gulzar,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You need to have the nRF Connect SDK toolchain installed. It includes the mentioned repositories from GitHub. Referring to the&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/getting_started.html"&gt; Getting started&lt;/a&gt; guideline.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That way, you can perform a build for the two mentioned CAN samples via the command line, as described &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/gs_programming.html#building-on-the-command-line"&gt;here&lt;/a&gt; or in the sample description for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/drivers/can/README.html#stand-alone-can-controller"&gt;Controller Area Network&lt;/a&gt; or &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/net/sockets/can/README.html#building-and-running"&gt;&lt;strong&gt;Socket CAN&lt;/strong&gt;&lt;/a&gt; itself.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you would like to use the VS Code extension instead, please follow this &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-VS-Code/Tutorials"&gt;tutorial&lt;/a&gt; for how to set it up. However, a working nRF Connect SDK toolchain is required at this point, so you might want to perform a test build anyway before setting up the extension.&lt;/span&gt;&lt;span&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FYI: Since many of my colleagues currently are out of office due to summer vacation period in Norway, delayed answers are to be expected.&amp;nbsp; &lt;/strong&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Markus&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376562?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 09:18:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a155ea84-a9da-426a-87ad-3e55dfe00fa1</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;Hi, it seems that you tried to build ..ncs/zephyr/samples/drivers/can&amp;nbsp; or any internal folder in side ../drivers/can/.. ? My query is:&amp;nbsp;after downloading code form above Git link,&lt;/p&gt;
&lt;p&gt;1. Is there any application folder (having src and prj.conf etc) integrated in downloaded code ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; which folder should be selected in VS to open an existing application ?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. I tried to open CAN folder as existing application, but the error appears as in attached image.&lt;/p&gt;
&lt;p&gt;4. download the whole code, see the project structure ? I am not able to find the application folder.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1657616746660v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;5. Then I selected samples/ drivers/can folder as existing application and tried to build for default nrf52840 _... board. The error in below image appears&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1657617405207v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;6. First objective is to build for default Nordic board either for DFRobot or Keysestudio shield. Pls, guide further.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;7. The STATS is defined at points as shown in image below.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1657619619726v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;7. The SDK is 1.9.1 as shown in image below. Will it work or need to change ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1657619916702v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;8. The downloaded folder has west (yaml source file), zephyr-env (Windows Command Script) , Zephyr-env (SH Source ), etc files and many folders like .github, arch, boards, cmake, dts, include, kernel, modules, drivers, samples, script etc ... Which west should be configured&amp;nbsp; and how ?&lt;/p&gt;
&lt;p&gt;9. How you selected dfrobot shield in your build configurations ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376555?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 08:49:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9d14b26-9c43-46a8-bda7-6ae1ac445165</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Gulzar,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="mexco"]First I shall build for any of the shield provided in the code, then modify for my custom board. You guide me for any shield. I working with VS opened in nRFConnect for 9160Dk board.[/quote]
&lt;p&gt;&lt;span&gt;Zephyr provides two CAN samples, the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/drivers/can/README.html#controller-area-network"&gt;Controller Area Network&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/net/sockets/can/README.html#socket-can"&gt;Socket CAN&lt;/a&gt; sample.&lt;/span&gt;&lt;span&gt; It is up to your requirements/personal preferences which one to go for. &lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Both samples can be compiled using the two available &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/boards/shields/mcp2515/doc/index.html#microchip-mcp2515-can-bus-shields"&gt;CAN shields&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DFRobot CAN BUS Shield V2.0&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;From the root of the zephyr repository 
west build -b nrf52840dk_nrf52840 samples/drivers/can -- -DSHIELD=dfrobot_can_bus_v2_0 
west flash &lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keyestudio CAN-BUS Shield (KS0411)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;From the root of the zephyr repository 
west build -b nrf52840dk_nrf52840 samples/drivers/can -- -DSHIELD=keyestudio_can_bus_ks0411 
west flash &lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, this implies that the DK itself has an Arduino SPI available, which is not the case for the nRF9160 DK.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;spi3: arduino_spi: spi@4002f000 {
	compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
	#address-cells = &amp;lt; 0x1 &amp;gt;;
	#size-cells = &amp;lt; 0x0 &amp;gt;;
	reg = &amp;lt; 0x4002f000 0x1000 &amp;gt;;
	interrupts = &amp;lt; 0x2f 0x1 &amp;gt;;
	status = &amp;quot;okay&amp;quot;;
	label = &amp;quot;SPI_3&amp;quot;;
	cs-gpios = &amp;lt; &amp;amp;arduino_header 0x10 0x1 &amp;gt;;
	pinctrl-0 = &amp;lt; &amp;amp;spi3_default &amp;gt;;
	pinctrl-1 = &amp;lt; &amp;amp;spi3_sleep &amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
	mcp2515: can@0 {
		compatible = &amp;quot;microchip,mcp2515&amp;quot;;
		spi-max-frequency = &amp;lt; 0xf4240 &amp;gt;;
		int-gpios = &amp;lt; &amp;amp;arduino_header 0xe 0x1 &amp;gt;;
		status = &amp;quot;okay&amp;quot;;
		label = &amp;quot;MCP2515&amp;quot;;
		reg = &amp;lt; 0x0 &amp;gt;;
		osc-freq = &amp;lt; 0xf42400 &amp;gt;;
		bus-speed = &amp;lt; 0x1e848 &amp;gt;;
		sjw = &amp;lt; 0x1 &amp;gt;;
		sample-point = &amp;lt; 0x36b &amp;gt;;
		can-transceiver {
			max-bitrate = &amp;lt; 0xf4240 &amp;gt;;
		};
	};&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hence, trying to add a shield to it will result in a build error:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;samples/drivers/can on  HEAD (0a904d0) via △ v3.22.2 
❯ west build -b nrf9160dk_nrf9160_ns -p -- -DSHIELD=dfrobot_can_bus_v2_0  
-- west build: making build dir /home/user/ncs/zephyr/samples/drivers/can/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/user/ncs/zephyr/samples/drivers/can
-- Found Python3: /usr/bin/python3.10 (found suitable exact version &amp;quot;3.10.5&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/user/.cache/zephyr
-- Zephyr version: 3.0.99 (/home/user/ncs/zephyr)
-- Found west (found suitable version &amp;quot;0.13.1&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf9160dk_nrf9160_ns, Revision: 0.7.0
-- Shield(s): dfrobot_can_bus_v2_0
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.14.1 (/home/user/.local/opt/zephyr-sdk-0.14.1)
-- Found dtc: /home/user/.local/opt/zephyr-sdk-0.14.1/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: zephyr 0.14.1 (/home/user/.local/opt/zephyr-sdk-0.14.1)
-- Found BOARD.dts: /home/user/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_ns.dts
-- Found devicetree overlay: /home/user/ncs/zephyr/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay
devicetree error: /home/user/ncs/zephyr/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay:7 (column 1): parse error: undefined node label &amp;#39;arduino_spi&amp;#39;
CMake Error at /home/user/ncs/zephyr/cmake/modules/dts.cmake:213 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /home/user/ncs/zephyr/cmake/modules/zephyr_default.cmake:121 (include)
  /home/user/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:51 (include)
  /home/user/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:76 (include_boilerplate)
  CMakeLists.txt:6 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/user/ncs/zephyr/samples/drivers/can/build -S/home/user/ncs/zephyr/samples/drivers/can -GNinja -DBOARD=nrf9160dk_nrf9160_ns -DSHIELD=dfrobot_can_bus_v2_0

samples/drivers/can on  HEAD (0a904d0) via △ v3.22.2 
❯ &lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This implies that you manually need to add the MCP2515 to a nRF9160 SPI peripheral of your choice. However, I have not tried this myself. You should be able to do so, but initial errors and malfunctions are to be expected.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alternatively, there are other MCP2515 CAN Bus Modules available which do not act as arduino-compatible shields and hence not require their SPI interface.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Markus&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376466?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 14:18:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42b469c1-48a7-45c2-85b4-bf12111f6f16</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;First I shall build for any of the shield provided in the code, then modify for my custom board. You guide me for any shield. I working with VS opened in nRFConnect for 9160Dk board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create / open Application based on Shields downloaded from Github</title><link>https://devzone.nordicsemi.com/thread/376418?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 11:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e5b31a4-8b2f-450f-a839-5a5711b8a875</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Gulzar,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]I want to either create or open a MCP2515 CAN based application using&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/shields"&gt;https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/shields&lt;/a&gt;&amp;nbsp;link.[/quote]
&lt;p&gt;&lt;span&gt;First of all, which nRF device would you like to connect the MCP2515 to? And which &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/boards/shields/mcp2515/doc/index.html"&gt;shield&lt;/a&gt; would you like to use? Shall it act&amp;nbsp;as a stand-alone or be attached to their supported boards?&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Markus&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>