<?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>question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37224/question-about-nrf52810-running-zephyr-ble-stack</link><description>I read zephyr official document of nrf52810 support： 
 http://docs.zephyrproject.org/boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040.html 
 
 It describes like this : 
 &amp;quot;The nrf52810_pca10040 board is a modified version of the nRF52-PCA10040 that enforces</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 12 Aug 2018 12:47:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37224/question-about-nrf52810-running-zephyr-ble-stack" /><item><title>RE: question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/thread/143814?ContentTypeID=1</link><pubDate>Sun, 12 Aug 2018 12:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:773dca8c-fef3-4598-9586-2dc08ee8355d</guid><dc:creator>icephyr</dc:creator><description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART converter (CP2102&amp;nbsp;). I btattach the dev/ttyUSBx and monitor the communication with btmon on the linux host,It indicates that the 52832 chip running hci_uart sample does not respond to the Linux host who sends hci reset command to it.Is anyone met this problem before ？&amp;nbsp;Any device on debugging and resolving this problem will be highly appreciated,thanks.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/thread/143665?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 07:36:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecf14d06-9b62-442f-af06-ceb6b908b403</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;No, you can safely use Bluetooth on the nRF52810. It&amp;rsquo;s just default disabled for convenience, so that there is enough RAM to run the default set of kernel tests.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/thread/143293?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 05:12:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45d6508e-1ea1-4b89-9c27-35702dac381c</guid><dc:creator>icephyr</dc:creator><description>&lt;p&gt;&lt;em&gt;the error: &amp;lsquo;CONFIG_BT_UART_ON_DEV_NAME&amp;rsquo; undeclared&lt;span&gt;&amp;nbsp; has been resolved,beacaus bluetooth is not enabled in&amp;nbsp;nrf52810_pca10040_defconfig by default.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span&gt;nrf52810_pca10040_defconfig descirbes that:&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span&gt;&amp;quot;# Bluetooth not enabled by default on nRF52810 due to RAM limitations when&lt;br /&gt;# running the default set of kernel tests.&lt;br /&gt;# Enable this on your prj.conf to include Bluetooth support&amp;quot;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span&gt;Does it mean that the firmware may work unnormally if I enble the bluetooth function due to RAM limitations？&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/thread/143172?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 09:25:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa83f55f-ef68-431a-b91f-bc76e67ffb1b</guid><dc:creator>icephyr</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I meet a problem,that is ： when I&amp;nbsp;set the zephyr board to&amp;nbsp;&lt;em&gt;nrf52810_pca10040，compile error comeup：&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;zephyr/drivers/bluetooth/hci/h4.c:462:30: error: &amp;lsquo;CONFIG_BT_UART_ON_DEV_NAME&amp;rsquo; undeclared (first use in this function)&lt;br /&gt;h4_dev = device_get_binding(CONFIG_BT_UART_ON_DEV_NAME);&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;Has anyone ever met this?&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;when I&amp;nbsp;set the zephyr board to&amp;nbsp;nrf52_pca10040,compile is ok,so I wonder if the firmware can run on the&amp;nbsp;nRF52810 if&amp;nbsp; zephyr board was set to&amp;nbsp;nrf52_pca10040（nRF52832）?&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question about nrf52810 running zephyr ble stack?</title><link>https://devzone.nordicsemi.com/thread/143160?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 08:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89a25dbd-c98e-483f-a884-6e29e0300498</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF52810 IC is a subset of the nRF52832 with smaller RAM and flash, and with less peripheral resources. Therefore, you can use nRF52832 to emulate the functionality of nRF52810.&lt;/p&gt;
&lt;p&gt;If you build your code for nRF52810 and set the zephyr board to&amp;nbsp;&lt;em&gt;nrf52810_pca10040,&amp;nbsp;&lt;/em&gt;then this code can run on the nRF52832/PCA10040.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>