<?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>Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126719/thingy53---peripheral_lbs-sample-fails-to-build-for-target-thingy53-cpuapp-ns</link><description>Hello, Attempts to build the &amp;quot;peripheral_lbs&amp;quot; sample for target thingy53/cpuapp/ns in the latest nRF Connect SDK v3.2.1 fails. 
 The build for target thingy53/cpuapp works fine. 
 The build failed with error &amp;quot;‘FLASH overflowed when building TFM image</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Feb 2026 01:33:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126719/thingy53---peripheral_lbs-sample-fails-to-build-for-target-thingy53-cpuapp-ns" /><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/561184?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2026 01:33:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:564de3f7-91ba-4511-a2dc-bbb81abe9f96</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;Hi Priyanka,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve fixed the remaining issue regarding Thingy53 TF-M logging using the following TF-M Kconfig.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# TF-M profile has to be properly configured to be able to run
# the Bluetooth stack which uses PSA crypto API.
# The following configuration is a minimal set of options required.
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
CONFIG_TFM_PARTITION_PLATFORM=y
CONFIG_TFM_PARTITION_CRYPTO=y
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n

# This Board implies building Non-Secure firmware
CONFIG_TRUSTED_EXECUTION_NONSECURE=y

# Set TF-M to share the default console
CONFIG_TFM_SECURE_UART0=y
CONFIG_TFM_SECURE_UART_SHARE_INSTANCE=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;We can close this ticket now. Thank you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/560712?ContentTypeID=1</link><pubDate>Mon, 09 Feb 2026 18:19:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc6e2b06-c432-4230-aadd-2d8d0b403024</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;HI Priyanka,&lt;br /&gt;&lt;br /&gt;I have the &amp;quot;peripheral_lbs&amp;quot; nRF sample on the Thingy53 working as thingy53/nrf5340/cpuapp/ns after extending the TF-M size and placing a &amp;quot;pm_static_thingy53_nrf5340_cpuapp_ns.yml&amp;quot; in the local project folder. &lt;br /&gt;&lt;br /&gt;However, I have&amp;nbsp;to silence the TF-M logs, otherwise a TF-M BusFault occurs and the nRF5340 reboots continuously. Something is attempting to write to the secure FLASH.&lt;br /&gt;&lt;br /&gt;A couple of BLE applications migrated to nRF Connect SDK 3.2.1 now work, provided TF-M logs are silenced. Both Thingy53&amp;nbsp;and nRF5340-DK behave the same.&lt;/p&gt;
&lt;p&gt;TF-M log output when&amp;nbsp;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;CONFIG_TFM_LOG_LEVEL_SILENCE&lt;/span&gt;&lt;span&gt;=n&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Pins have been configured as secure.
GPIO port: 0x00000001
Pin: 0x00000000
Pin: 0x00000001
Booting TF-M v2.2.0
[Sec Thread] Secure image initializing!
TF-M Float ABI: Hard
Lazy stacking enabled
FATAL ERROR: BusFault&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I need to troubleshoot&amp;nbsp;the issue further using &amp;quot;&lt;span&gt;addr2line&amp;quot; to isolate the cause of the bus fault and reboots.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/560406?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2026 09:28:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bafb91f-1d36-4a26-aac6-702c77234521</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Ravi,&lt;/p&gt;
&lt;p&gt;I will keep the ticket in waiting till then. But I am not sure whether extending can help or not because, as mentioned earlier, this is something that you need to try or verify yourselves as we have not tried or tested this at our end (and I don&amp;#39;t think we have any plans for this in the near future.)&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/560381?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2026 00:11:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:951783fe-e998-4a33-b176-b6810ecda45f</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;Hi Priyanka,&lt;br /&gt;&lt;br /&gt;Please keep this ticket open until it has been verified that TF-M size can be extended by using the Thing53 external FLASH.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll give the above a go this week. Thank you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/560287?ContentTypeID=1</link><pubDate>Wed, 04 Feb 2026 04:30:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:686cc6c3-6637-4fb5-9117-beee375bccc3</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;HI Priyanka,&lt;br /&gt;&lt;br /&gt;Yes, extending the size of TF-M may help. I&amp;#39;ll dig further. Thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559984?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 09:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b14c551c-0ed1-4546-a6c4-83e096283ae9</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Ravi,&lt;/p&gt;
&lt;p&gt;Since the size taken by TF-M has increased a lot, support for certain samples, (especially for the Thingy:53 ns ) has been removed. You can see it in this PR:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/24059/commits/bd3dc1f94c0d48b2aa0dead466b16ac8a729dc21"&gt;https://github.com/nrfconnect/sdk-nrf/pull/24059/commits/bd3dc1f94c0d48b2aa0dead466b16ac8a729dc21&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maybe&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm/tfm_building.html#secure_partition_manager_backend_configuration"&gt; extending the size of TF-M might help&lt;/a&gt;. but this is not something that we have tested, or is in the plans for the time being.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559943?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 17:47:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2eec014-3376-4e89-83b0-5c297b47ca45</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;HI Priyanka,&lt;br /&gt;&lt;br /&gt;I can perhaps understand this&amp;nbsp;for the samples. However, the Thingy53&amp;nbsp;has 8MB of external flash, so &amp;quot;thingy53/cpuapp/ns&amp;quot; targets can be run. &lt;br /&gt;&lt;br /&gt;The Nordic docs state&amp;nbsp;that&amp;nbsp;&lt;span&gt;thingy53/cpuapp/ns targets are supported.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy53/building_thingy53.html#board-targets"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy53/building_thingy53.html#board-targets&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;Can you or one of your colleagues&amp;nbsp;advise on&amp;nbsp;the&amp;nbsp;recommended method&amp;nbsp;to use the&amp;nbsp;Thingy53 external flash to avoid flash overflows, when using&amp;nbsp;nRF Connect SDK 3.2.1 for thingy53/cpuapp/ns? Thanks.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559930?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 14:30:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e01afcf-acb9-4229-babc-39c491ae9d40</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Ravi,&lt;/p&gt;
&lt;p&gt;Thingy53 sample with ns support has been removed due to flash overflows for a lot of samples.&lt;/p&gt;
&lt;p&gt;And that&amp;#39;s the case for this sample as well.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559917?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 13:55:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84cd9067-0522-4e51-b2bd-61dd1a15552b</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;Hi Priyanka,&lt;/p&gt;
&lt;p&gt;Thank you. Do you have any updates?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Ravi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559686?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2026 13:27:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ffeee74-46ee-4529-9aaa-67d22e0fb6dd</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am able to reproduce this issue. I am working on this and will get back to you with a response.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy53 - peripheral_lbs sample fails to build for target thingy53/cpuapp/ns</title><link>https://devzone.nordicsemi.com/thread/559606?ContentTypeID=1</link><pubDate>Mon, 26 Jan 2026 22:09:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d446676-91ad-4cd5-911e-fe87b2efdd7c</guid><dc:creator>zpm1066</dc:creator><description>&lt;p&gt;Update:&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve re-built the peripheral_lbs for target thingy53/cpuapp/ns for both NETCORE_IPC_RADIO and&amp;nbsp;NETWORE_HCI_IPC, with&amp;nbsp;&lt;span&gt;&amp;ldquo;CONFIG_BT_LBS_SECURITY_ENABLED=n&amp;quot; in prj.conf.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Configurations and results as follow.&lt;/p&gt;
&lt;p&gt;NETCORE_IPC_RADIO&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Disabled &amp;ldquo;CONFIG_BT_LBS_SECURITY_ENABLED=n&amp;quot; in prj.conf&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Sample Kconfig.sysbuild used (NETCORE_IPC_RADIO_BT_HCI_IPC)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Built with thingy53/cpuapp/ns&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Application built and ran fine&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;In Kconfig.sysbuild, &amp;ldquo;NRF_DEFAULT_IPC_RADIO&amp;rdquo; is defined.&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-converted-space"&gt;W&lt;/span&gt;&lt;span&gt;&lt;/span&gt;here is &amp;quot;&lt;span&gt;NRF_DEFAULT_IPC_RADIO&amp;quot;&lt;/span&gt;&amp;nbsp;used? &amp;ldquo;Kconfig search&amp;rdquo; in docs.nordicsemi.com&amp;nbsp;has no&amp;nbsp;entry for it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Console output:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[Disconnected]
[Connected]
[00:00:00.000,793] &amp;lt;inf&amp;gt; udc_nrf: Preinit
*** Booting My Application v3.2.1 - unknown commit ***
*** Using nRF Connect SDK v3.2.1-d8887f6f32df ***
*** Using Zephyr OS v4.2.99-ec78104f1569 ***
[00:00:00.001,342] &amp;lt;inf&amp;gt; udc_nrf: Initialized
Starting Bluetooth Peripheral LBS sample
[00:00:00.005,584] &amp;lt;inf&amp;gt; udc_nrf: SUSPEND state detected
[00:00:00.015,502] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.015,533] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.015,563] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 155.44175 Build 2923568579
[00:00:00.018,432] &amp;lt;inf&amp;gt; bt_hci_core: HCI transport: IPC
[00:00:00.018,524] &amp;lt;inf&amp;gt; bt_hci_core: Identity: C3:A6:C8:C4:25:42 (random)
[00:00:00.018,554] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 6.2 (0x10) revision 0x2020, manufacturer 0x0059
[00:00:00.018,585] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 6.2 (0x10) subver 0x2020
Bluetooth initialized
Advertising successfully started
[00:00:00.103,851] &amp;lt;inf&amp;gt; udc_nrf: Reset
[00:00:00.103,912] &amp;lt;inf&amp;gt; udc: ep 0x80 is not halted|disabled
[00:00:00.103,942] &amp;lt;inf&amp;gt; udc_nrf: RESUMING from suspend
Connected
[00:01:55.334,228] &amp;lt;wrn&amp;gt; bt_l2cap: Ignoring data for unknown channel ID 0x003a
Disconnected, reason 0x13 
Connection object available from previous conn. Disconnect is complete!
Advertising successfully started&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;NETWORE_HCI_IPC&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Disabled &amp;ldquo;CONFIG_BT_LBS_SECURITY_ENABLED=n&amp;quot; in prj.conf&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Used SB_CONFIG_NETCORE_HCI_IPC=y in sysbuild.conf&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Removed Kconfig.sysbuild&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;Built with thingy53/cpuapp/ns&lt;/li&gt;
&lt;li&gt;Application built and ran fine&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;Console Output&lt;br /&gt;&lt;br /&gt;Note that this configuration threw error:&lt;br /&gt;&lt;br /&gt;[00:00:00.028,961] &amp;lt;err&amp;gt; bt_gatt: Unable to import the key for AES CMAC -134&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[Disconnected]
[Connected]
[00:00:00.000,762] &amp;lt;inf&amp;gt; udc_nrf: Preinit
*** Booting My Application v3.2.1 - unknown commit ***
*** Using nRF Connect SDK v3.2.1-d8887f6f32df ***
*** Using Zephyr OS v4.2.99-ec78104f1569 ***
[00:00:00.001,525] &amp;lt;inf&amp;gt; udc_nrf: Initialized
Starting Bluetooth Peripheral LBS sample
[00:00:00.005,767] &amp;lt;inf&amp;gt; udc_nrf: SUSPEND state detected
[00:00:00.015,838] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.015,869] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.015,869] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 155.44175 Build 2923568579
[00:00:00.018,829] &amp;lt;inf&amp;gt; bt_hci_core: HCI transport: IPC
[00:00:00.018,920] &amp;lt;inf&amp;gt; bt_hci_core: Identity: C3:A6:C8:C4:25:42 (random)
[00:00:00.018,951] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 6.2 (0x10) revision 0x2020, manufacturer 0x0059
[00:00:00.018,981] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 6.2 (0x10) subver 0x2020
Bluetooth initialized
Advertising successfully started
[00:00:00.028,961] &amp;lt;err&amp;gt; bt_gatt: Unable to import the key for AES CMAC -134
[00:00:00.102,935] &amp;lt;inf&amp;gt; udc_nrf: Reset
[00:00:00.102,996] &amp;lt;inf&amp;gt; udc: ep 0x80 is not halted|disabled
[00:00:00.103,027] &amp;lt;inf&amp;gt; udc_nrf: RESUMING from suspend
Connected
[00:00:22.549,224] &amp;lt;wrn&amp;gt; bt_l2cap: Ignoring data for unknown channel ID 0x003a
Disconnected, reason 0x13 
Connection object available from previous conn. Disconnect is complete!
Advertising successfully started
Connected
[00:01:00.380,340] &amp;lt;wrn&amp;gt; bt_l2cap: Ignoring data for unknown channel ID 0x003a
Disconnected, reason 0x13 
Connection object available from previous conn. Disconnect is complete!
Advertising successfully started
[Disconnected]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;What is the fix for &lt;/span&gt;&lt;span&gt;thingy53/cpuapp/ns build&lt;/span&gt;&lt;span&gt;&amp;nbsp;with the default Kconfig &amp;ldquo;BT_LBS_SECURITY_ENABLED=y&amp;quot;?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Is it a case that &lt;span&gt;thingy53/cpuapp/ns build doesn&amp;#39;t support&amp;nbsp;BT_LBS_SECURITY_ENABLED?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>