<?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>nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63400/nrf52832-run-the-pca10040-dk-j-link-ob-sam3u128-v2-nordicsemi-on-custom-board</link><description>I know this sounds a crazy question but is it possible to flash a custom nRF52832 board with the same firmware that is shipped with the dev kit and create a mass storage out of it? 
 The goal is to have some dedicated space out of the 512KB as a USB storage</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 11 Jul 2020 00:40:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63400/nrf52832-run-the-pca10040-dk-j-link-ob-sam3u128-v2-nordicsemi-on-custom-board" /><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/259538?ContentTypeID=1</link><pubDate>Sat, 11 Jul 2020 00:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e4cc840-c449-4b8c-861b-d15d07e26653</guid><dc:creator>tBStar</dc:creator><description>&lt;p&gt;I see where the confusion is, I have the&amp;nbsp;&lt;span&gt;nRF52832 and nRF52840&amp;nbsp;chips available,&amp;nbsp;nRF52832 lacks the USB peripherals to support USB Mass Storage while nRF52840&amp;nbsp;does.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I believe nRF52833 is fairly new chip that also support USB natively and other cool concepts.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/259345?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 07:26:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:228a6538-e8be-42ee-8ecd-e1556e6e2796</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The USBD peripheral is the same on nRF52833 and nRF52840. It can support any USB class that nRF52840 will support. Our &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class.html"&gt;USB device library&lt;/a&gt; implements support for the following USB classes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_audio.html"&gt;USB audio class module&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_audio.html"&gt;&lt;/a&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_hid.html"&gt;USB HID class modules&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_hid.html"&gt;&lt;/a&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_msc.html"&gt;USB Mass Storage Class module&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_msc.html"&gt;&lt;/a&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_usbd_class_cdc.html"&gt;USB CDC ACM module&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/usbd_msc_example.html"&gt;usbd_msc example&lt;/a&gt; in the SDK does not provide a project for nRF52833 DK (PCA10100), but this is mainly because this chip does not support QSPI, which the example utilizes for one of the mass-storage disks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/259309?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 03:35:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9933a8c9-3f0d-443b-9578-0dc4589ffc94</guid><dc:creator>tBStar</dc:creator><description>&lt;p&gt;I think the USBD interface will create a COM port and not a mass storage which I need. If that&amp;#39;s true,&amp;nbsp;&lt;span&gt;nRF52840&amp;nbsp;is the next level.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/259113?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 08:58:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33e1cb0-24a1-4f10-b1d9-6ebd4f862778</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;In case you do not need the additional features of the nRF52840 (1MB Flash/256kB RAM, Cryptocell, QSPI), the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52833/keyfeatures_html5.html"&gt;nRF52833&lt;/a&gt; also includes the USBD interface.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/259068?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 04:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8d07c59-22e7-4759-ac91-30dbbfe49683</guid><dc:creator>tBStar</dc:creator><description>[quote userid="14926" url="~/f/nordic-q-a/63400/nrf52832-run-the-pca10040-dk-j-link-ob-sam3u128-v2-nordicsemi-on-custom-board/258540"]This firmware is running on the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52832_dk/UG/nrf52_DK/interf_mcu.html"&gt;Interface MCU&lt;/a&gt;/J-Link On-Board debugger on the DK. Are you planning to include this chip on your custom board?[/quote]
&lt;p&gt;I am going to pretend I never ask that question. It makes total sense, I am looking at upgrade the chip to an&amp;nbsp;&lt;span&gt;nRF52840 to take advantage of the USB interface.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832: Run the PCA10040-DK J-Link OB-SAM3U128-V2-NordicSemi on custom board</title><link>https://devzone.nordicsemi.com/thread/258540?ContentTypeID=1</link><pubDate>Mon, 06 Jul 2020 08:25:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16bb62a9-0000-4845-a8eb-b157705feb87</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This firmware is running on the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52832_dk/UG/nrf52_DK/interf_mcu.html"&gt;Interface MCU&lt;/a&gt;/J-Link On-Board debugger on the DK. Are you planning to include this chip on your custom board?&lt;/p&gt;
&lt;p&gt;The nRF52832 does not have a USB interface, so there is no way to make it into a USB mass storage device on its own.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>