<?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>nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55667/nrf9160-disable-bootloader-and-spm-uart-console-print</link><description>I want to disable MCUBoot, SPM debug log on UART. 
 
 CONFIG_BSD_LIBRARY=y CONFIG_GPIO=n CONFIG_SERIAL=y #CONFIG_STDOUT_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_AT_HOST_LIBRARY=n CONFIG_TEST_RANDOM_GENERATOR=y #CONFIG_HW_STACK_PROTECTION=y CONFIG_REBOOT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Dec 2019 06:28:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55667/nrf9160-disable-bootloader-and-spm-uart-console-print" /><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/227030?ContentTypeID=1</link><pubDate>Mon, 30 Dec 2019 06:28:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e8d3e18-7962-4312-a728-56474eb58c39</guid><dc:creator>bbslhb</dc:creator><description>&lt;p&gt;D:\ncs\nrf\subsys\spm\Kconfig&lt;/p&gt;
&lt;p&gt;You can find &amp;quot;config SPM_BOOT_SILENTLY&amp;quot; at line 38&lt;/p&gt;
&lt;p&gt;&amp;quot;default n&amp;quot; change to &amp;quot;default y&amp;quot; in&amp;nbsp;line 40.&lt;/p&gt;
&lt;p&gt;close your project in SES.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;IMPORTANT: delete build_nrf9160_pca10090ns folder in your project.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Open your project and build it again.&lt;/p&gt;
&lt;p&gt;Here is my bootloader log:&lt;/p&gt;
&lt;p&gt;\0\0\0\0***** Booting Zephyr OS build v2.0.99-ncs1 *****&lt;br /&gt;***** Booting Zephyr OS build v2.0.99-ncs1 *****&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226371?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 12:53:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5043f6e9-9b33-4a9a-9e54-5f7c9fef782b</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;If you are able to do what you want&amp;nbsp;in SES, I suggest trying to figure out which configs correspond to your selections&amp;nbsp;in the &amp;quot;Configure nRF Connect SDK Project&amp;quot; menu and then adding these to your prj.conf file. Or try Michael&amp;#39;s suggestion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226347?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 11:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:601e0cac-2a67-4563-bba7-279ae9db36af</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;i want to disable&amp;nbsp;&lt;span&gt;MCUBoot log&amp;nbsp;&lt;/span&gt;&lt;em&gt;and&lt;/em&gt;&lt;span&gt;&amp;nbsp;SPM log&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226324?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 10:19:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f5ef9e5-ca6d-4c65-b2b4-3e847d5a323e</guid><dc:creator>MJD093</dc:creator><description>&lt;p&gt;Have you tried this?&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SERIAL=n
CONFIG_STDOUT_CONSOLE=n
CONFIG_LOG=n
CONFIG_BOOT_BANNER=n
CONFIG_PRINTK=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I wanted to disable my UART0 and UART1 for power saving I had to use the above.&lt;/p&gt;
&lt;p&gt;This allowed me to disable the UART0 peripheral (through additional code, this won&amp;#39;t disable the peripherals, it will just stop them being used) as it was no longer being used by any other process and all printk() debug lines you place in your code will be surpressed so there shouldn&amp;#39;t be any UART API issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226322?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 10:14:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61ed372c-92ec-48fe-8a6e-a98493462d6d</guid><dc:creator>Heidi</dc:creator><description>[quote user=""]I want to disable MCUBoot, SPM debug log on UART.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;I think I misunderstood your question Do you want to disable MCUBoot and SPM log or do you want to disable MCUBoot log&amp;nbsp;&lt;em&gt;and&lt;/em&gt; SPM log?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226311?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 09:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31e748ad-4405-4e0e-9228-5a7eb95c6e51</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;when i disabled Console drivers in both MCUBoot&amp;nbsp;&lt;span&gt;configuration&lt;/span&gt; and SPM configuration&amp;nbsp;in &amp;quot;Configure nRF connect SDK Project&amp;quot; from Segger embedded studio, Log is disabled.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But i want to disable Logs through configuration done in .conf file because it remains forever. while configuration made through project gone&amp;nbsp;on project rebuild.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226306?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 09:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ef215d9-b8e8-47c8-a268-b7786be5250d</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;No, it shouldn&amp;#39;t.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226303?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 09:12:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:334a06c3-f57d-417c-a4aa-a778f519397d</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;I have done this but both mcuboot and SPM log is still enabled&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226299?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 08:59:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d61a280-e96d-4885-aef3-178b8d29393e</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;will it disable MCUBoot Bootloader Logs printed on UART as well?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226292?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 08:30:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a435a25-7587-495c-9069-955022e1cdb6</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Add this to your CMakeLists.txt file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;set(spm_CONF_FILE
    prj.conf
    $(CMAKE_CURRENT_LIST_DIR)/spm.conf
    )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and create a file called spm.conf in the same location as prj.conf that holds&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SERIAL=n&lt;/pre&gt;&lt;/p&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226291?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 08:29:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6442e30-e508-463c-a958-1ce31817b68b</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;In Short, I want to disable Logs on UART0 mentioned Below:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;13:31:29.263&amp;gt; &amp;lt;0&amp;gt;&amp;lt;0&amp;gt;&amp;#254;&amp;lt;0&amp;gt;***** Booting &amp;lt;0&amp;gt;***** Booting Zephyr OS build v2.0.99-ncs1-rc1-761-g7e20180c004a *****
13:31:29.263&amp;gt; [00:00:00.007,629] [0m&amp;lt;inf&amp;gt; mcuboot: Starting bootloader[0m
13:31:29.263&amp;gt; [00:00:00.016,265] [0m&amp;lt;inf&amp;gt; mcuboot: Primary image: magic=good, swap_type=0x2, copy_done=0x1, image_ok=0x1[0m
13:31:29.263&amp;gt; [00:00:00.029,541] [0m&amp;lt;inf&amp;gt; mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3[0m
13:31:29.263&amp;gt; [00:00:00.042,266] [0m&amp;lt;inf&amp;gt; mcuboot: Boot source: none[0m
13:31:29.263&amp;gt; [00:00:00.049,560] [0m&amp;lt;inf&amp;gt; mcuboot: Swap type: none[0m
13:31:29.762&amp;gt; [00:00:00.517,089] [0m&amp;lt;inf&amp;gt; mcuboot: Bootloader chainload address offset: 0xc000[0m
13:31:29.762&amp;gt; [00:00:00.524,810] [0m&amp;lt;inf&amp;gt; mcuboot: Jumping to the first image slot[0m
13:31:29.762&amp;gt; ***** Booting Zephyr OS build v2.0.99-ncs1-rc1-761-g7e20180c004a *****
13:31:29.762&amp;gt; Flash region Domain Permissions
13:31:29.762&amp;gt; 00 0x00000 0x08000 Secure rwxl
13:31:29.762&amp;gt; 01 0x08000 0x10000 Secure rwxl
13:31:29.762&amp;gt; 02 0x10000 0x18000 Secure rwxl
13:31:29.762&amp;gt; 03 0x18000 0x20000 Non-Secure rwxl
13:31:29.762&amp;gt; 04 0x20000 0x28000 Non-Secure rwxl
13:31:29.762&amp;gt; 05 0x28000 0x30000 Non-Secure rwxl
13:31:29.762&amp;gt; 06 0x30000 0x38000 Non-Secure rwxl
13:31:29.762&amp;gt; 07 0x38000 0x40000 Non-Secure rwxl
13:31:29.762&amp;gt; 08 0x40000 0x48000 Non-Secure rwxl
13:31:29.762&amp;gt; 09 0x48000 0x50000 Non-Secure rwxl
13:31:29.762&amp;gt; 10 0x50000 0x58000 Non-Secure rwxl
13:31:29.762&amp;gt; 11 0x58000 0x60000 Non-Secure rwxl
13:31:29.762&amp;gt; 12 0x60000 0x68000 Non-Secure rwxl
13:31:29.762&amp;gt; 13 0x68000 0x70000 Non-Secure rwxl
13:31:29.762&amp;gt; 14 0x70000 0x78000 Non-Secure rwxl
13:31:29.762&amp;gt; 15 0x78000 0x80000 Non-Secure rwxl
13:31:29.762&amp;gt; 16 0x80000 0x88000 Non-Secure rwxl
13:31:29.762&amp;gt; 17 0x88000 0x90000 Non-Secure rwxl
13:31:29.762&amp;gt; 18 0x90000 0x98000 Non-Secure rwxl
13:31:29.762&amp;gt; 19 0x98000 0xa0000 Non-Secure rwxl
13:31:29.762&amp;gt; 20 0xa0000 0xa8000 Non-Secure rwxl
13:31:29.762&amp;gt; 21 0xa8000 0xb0000 Non-Secure rwxl
13:31:29.762&amp;gt; 22 0xb0000 0xb8000 Non-Secure rwxl
13:31:29.762&amp;gt; 23 0xb8000 0xc0000 Non-Secure rwxl
13:31:29.762&amp;gt; 24 0xc0000 0xc8000 Non-Secure rwxl
13:31:29.762&amp;gt; 25 0xc8000 0xd0000 Non-Secure rwxl
13:31:29.762&amp;gt; 26 0xd0000 0xd8000 Non-Secure rwxl
13:31:29.762&amp;gt; 27 0xd8000 0xe0000 Non-Secure rwxl
13:31:29.762&amp;gt; 28 0xe0000 0xe8000 Non-Secure rwxl
13:31:29.762&amp;gt; 29 0xe8000 0xf0000 Non-Secure rwxl
13:31:29.762&amp;gt; 30 0xf0000 0xf8000 Non-Secure rwxl
13:31:29.762&amp;gt; 31 0xf8000 0x100000 Non-Secure rwxl
13:31:29.762&amp;gt; Non-secure callable region 0 placed in flash region 2 with size 32.
13:31:29.762&amp;gt; 
13:31:30.431&amp;gt; 
13:31:30.431&amp;gt; SRAM region Domain Permissions
13:31:30.431&amp;gt; 00 0x00000 0x02000 Secure rwxl
13:31:30.431&amp;gt; 01 0x02000 0x04000 Secure rwxl
13:31:30.431&amp;gt; 02 0x04000 0x06000 Secure rwxl
13:31:30.431&amp;gt; 03 0x06000 0x08000 Secure rwxl
13:31:30.431&amp;gt; 04 0x08000 0x0a000 Secure rwxl
13:31:30.431&amp;gt; 05 0x0a000 0x0c000 Secure rwxl
13:31:30.431&amp;gt; 06 0x0c000 0x0e000 Secure rwxl
13:31:30.431&amp;gt; 07 0x0e000 0x10000 Secure rwxl
13:31:30.431&amp;gt; 08 0x10000 0x12000 Non-Secure rwxl
13:31:30.431&amp;gt; 09 0x12000 0x14000 Non-Secure rwxl
13:31:30.431&amp;gt; 10 0x14000 0x16000 Non-Secure rwxl
13:31:30.431&amp;gt; 11 0x16000 0x18000 Non-Secure rwxl
13:31:30.431&amp;gt; 12 0x18000 0x1a000 Non-Secure rwxl
13:31:30.431&amp;gt; 13 0x1a000 0x1c000 Non-Secure rwxl
13:31:30.431&amp;gt; 14 0x1c000 0x1e000 Non-Secure rwxl
13:31:30.431&amp;gt; 15 0x1e000 0x20000 Non-Secure rwxl
13:31:30.431&amp;gt; 16 0x20000 0x22000 Non-Secure rwxl
13:31:30.431&amp;gt; 17 0x22000 0x24000 Non-Secure rwxl
13:31:30.431&amp;gt; 18 0x24000 0x26000 Non-Secure rwxl
13:31:30.431&amp;gt; 19 0x26000 0x28000 Non-Secure rwxl
13:31:30.431&amp;gt; 20 0x28000 0x2a000 Non-Secure rwxl
13:31:30.431&amp;gt; 21 0x2a000 0x2c000 Non-Secure rwxl
13:31:30.431&amp;gt; 22 0x2c000 0x2e000 Non-Secure rwxl
13:31:30.431&amp;gt; 23 0x2e000 0x30000 Non-Secure rwxl
13:31:30.431&amp;gt; 24 0x30000 0x32000 Non-Secure rwxl
13:31:30.431&amp;gt; 25 0x32000 0x34000 Non-Secure rwxl
13:31:30.431&amp;gt; 26 0x34000 0x36000 Non-Secure rwxl
13:31:30.431&amp;gt; 27 0x36000 0x38000 Non-Secure rwxl
13:31:30.431&amp;gt; 28 0x38000 0x3a000 Non-Secure rwxl
13:31:30.431&amp;gt; 29 0x3a000 0x3c000 Non-Secure rwxl
13:31:30.431&amp;gt; 30 0x3c000 0x3e000 Non-Secure rwxl
13:31:30.431&amp;gt; 31 0x3e000 0x40000 Non-Secure rwxl
13:31:30.431&amp;gt; 
13:31:30.431&amp;gt; Peripheral Domain Status
13:31:30.431&amp;gt; 00 NRF_P0 Non-Secure OK
13:31:30.431&amp;gt; 01 NRF_CLOCK Non-Secure OK
13:31:30.431&amp;gt; 02 NRF_RTC1 Non-Secure OK
13:31:30.431&amp;gt; 03 NRF_NVMC Non-Secure OK
13:31:30.431&amp;gt; 04 NRF_UARTE1 Non-Secure OK
13:31:30.431&amp;gt; 05 NRF_UARTE2 Secure SKIP
13:31:30.431&amp;gt; 06 NRF_TWIM2 Non-Secure OK
13:31:30.431&amp;gt; 07 NRF_SPIM3 Non-Secure OK
13:31:30.431&amp;gt; 08 NRF_TIMER0 Non-Secure OK
13:31:30.431&amp;gt; 09 NRF_TIMER1 Non-Secure OK
13:31:30.431&amp;gt; 10 NRF_TIMER2 Non-Secure OK
13:31:30.431&amp;gt; 11 NRF_SAADC Non-Secure OK
13:31:30.431&amp;gt; 12 NRF_PWM0 Non-Secure OK
13:31:30.431&amp;gt; 13 NRF_PWM1 Non-Secure OK
13:31:30.431&amp;gt; 14 NRF_PWM2 Non-Secure OK
13:31:30.431&amp;gt; 15 NRF_PWM3 Non-Secure OK
13:31:30.431&amp;gt; 16 NRF_WDT Secure SKIP
13:31:30.431&amp;gt; 17 NRF_IPC Non-Secure OK
13:31:30.431&amp;gt; 18 NRF_VMC Non-Secure OK
13:31:30.431&amp;gt; 19 NRF_FPU Non-Secure OK
13:31:30.431&amp;gt; 20 NRF_EGU1 Non-Secure OK
13:31:30.431&amp;gt; 21 NRF_EGU2 Non-Secure OK
13:31:30.431&amp;gt; 22 NRF_DPPIC Non-Secure OK
13:31:30.431&amp;gt; 23 NRF_GPIOTE1 Non-Secure OK
13:31:30.431&amp;gt; 24 NRF_REGULATORS Secure SKIP
13:31:30.431&amp;gt; 
13:31:30.431&amp;gt; SPM: NS image at 0x18200
13:31:30.431&amp;gt; SPM: NS MSP at 0x2002e220
13:31:30.431&amp;gt; SPM: NS reset vector at 0x1db71
13:31:30.431&amp;gt; SPM: prepare to jump to Non-Secure image.
13:31:31.704&amp;gt; ***** Booting Zephyr OS build v2.0.99-ncs1-rc1-761-g7e20180c004a *****&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/226117?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 11:14:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acbcf9d6-246f-40e0-8dd4-422d7438713c</guid><dc:creator>nRF9160</dc:creator><description>&lt;p&gt;&lt;span&gt;When i set CONFIG_SERIAL=n, undefined reference&amp;nbsp;to UART APIs error received.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I am using UART0 in my application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 disable Bootloader and SPM uart console print</title><link>https://devzone.nordicsemi.com/thread/225713?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2019 15:35:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfb07bf5-51c7-44f7-adb0-62f67a218db8</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To disable MCUBoot just set this config negative&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_BOOTLOADER_MCUBOOT=n.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To disable the output from the SPM, you could set &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_SERIAL=n.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Heidi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>