<?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>Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59443/building-zigbee-cli-example-4-0</link><description>For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As hardware I am using the nRF52840 Preview Development Kit. As software basis I use the “Zigbee cli example”. I started with the Thread and Zigbee SDK v3.2.0. Since I had</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Mar 2020 13:54:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59443/building-zigbee-cli-example-4-0" /><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241869?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 13:54:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e22b08c8-ef6e-4f29-ba3c-2107c943fcfa</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Thank you for the information. I will try to get hold on an new DK as soon as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241804?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 11:54:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ba20a12-3bf6-418b-8e00-75b68219de9e</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I discussed this with one of my colleagues, which had a PDK on his desk. He got the same behavior as you do, but on the nRF52840 DK (not preview DK), the issue is not present. He also pointed out that the release notes of the Thread and Zigbee SDK, it says that:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;pre&gt;Supported boards:
- PCA10056 (from version 1.0.0)
- PCA10056e
- PCA10059
- PCA10068
- PCA10100
- PCA10112&lt;/pre&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;So unfortunately, you need to get hold of a non-preview version of the DK. I don&amp;#39;t know the exact reason, but the PDK contains engineering samples, so there are HW changes on the nRF52840 chip between the PDKs and the DKs.&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241632?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 15:01:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2513a29c-1d0d-459c-b0a6-acc2d864f623</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;Sorry my fault. I already tried to get some output on the console. ZIGBEE_TRACE_LEVEL was 4&lt;/p&gt;
&lt;p&gt;and ZIGBEE_TRACE_MASK was 0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now I have clean SDK.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I ran the make command from a terminal to build the CLI example and flashed the firmware manually (with J-Link Commander) without my Eclipse IDE.&lt;/p&gt;
&lt;p&gt;The output in RTT Viewer now looks like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; app: Production configuration is not present or invalid (status: -1)&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; app: Zigbee stack initialized&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; app: Device started for the first time&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; app: Start network formation&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The result is still the same: It isn&amp;rsquo;t possible to write to the CLI window after &amp;ldquo;bdb start&amp;rdquo;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241607?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 13:28:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:371b6361-b11f-461d-8b2c-513009e7c799</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;That is odd, because when I flash the example, the log that&amp;nbsp;shows from my CLI example is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; 0&amp;gt; &amp;lt;info&amp;gt; app: Production configuration is not present or invalid (status: -1)
 0&amp;gt; &amp;lt;info&amp;gt; app: Zigbee stack initialized
 0&amp;gt; &amp;lt;info&amp;gt; app: Device started for the first time
 0&amp;gt; &amp;lt;info&amp;gt; app: Start network formation
 0&amp;gt; &amp;lt;info&amp;gt; app: Network formed successfully, start network steering (Extended PAN ID: f4ce363a240ce3f6, PAN ID: 0x0866)
 0&amp;gt; &amp;lt;info&amp;gt; app: Joined network successfully (Extended PAN ID: f4ce363a240ce3f6, PAN ID: 0x0866)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The Zboss logging is a feature that is a possible feature, but it shouldn&amp;#39;t be turned on by default.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What&amp;nbsp;was your&amp;nbsp;ZIGBEE_TRACE_LEVEL and&amp;nbsp;ZIGBEE_TRACE_MASK set to?&lt;/p&gt;
&lt;p&gt;The fact that these were changes makes me suspect that the SDK you were using isn&amp;#39;t clean. Try downloading it from nordicsemi.com (link &lt;a href="https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee" rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;What IDE do you use? Did you try the armgcc compiler? Without Eclipse? Just run the make command from a cmd terminal when you have a clean SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241588?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 12:01:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc5fb493-cc85-490d-b1e1-1d3a7a8e1170</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;So, here is the RTT Viewer output of the CLI commands (bdb role zc; bdb start). I am not sure what to make out of if.&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 1B 00 00 00|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 77 00 6C 01 DE AD 26 02|w.l...&amp;amp;.&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 1B 00 01 00 77 00 72 01|....w.r.&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; BC 0C 00 00 C4 00 00 00|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 10 00 00 00 E8 02 00 00|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 50 02 00 00 98 01 00 00|P.......&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 28 02 00 00 DE AD 0E 02|(.......&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 1B 00 02 00 77 00 73 01|....w.s.&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 DE AD 0A 02|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 21 1B 0C 00 2B 08 18 01|!...+...&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0A 02 21 1B 0D 00|....!...&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 2B 08 6E 02 DE AD 1E 02|+.n.....&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 21 1B 0E 00 A7 F8 13 01|!.......&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 00 00 00 00|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 00 00 00 00|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; app: Production configuration is not present or invalid (status: -1)&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 00 00 00 00 DE AD 0E 02|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 21 1B 0F 00 2B 08 06 08|!...+...&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 01 00 00 00 DE AD 1E 02|........&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 21 1B 10 00 A7 F8 13 01|!.......&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 35 00 7D 00 DE AD 12 02|5.}.....&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 22 1B 19 00 60 08 5F 00|&amp;quot;...`._.&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 26 01 00 00 23 07 00 00|&amp;amp;...#...&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; DE AD 0E 02 21 1B 18 00|....!...&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;
&lt;p&gt;00&amp;gt; &amp;lt;info&amp;gt; zboss:&amp;nbsp; 7A 6E 7D 01 04 00 00 00|zn}.....&lt;/p&gt;
&lt;p&gt;00&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241580?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 11:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:825d9901-853b-451a-a9d6-3df7ce2b2eff</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;Ok, the Eclipse part is working fine. I got everything up and running in Eclipse. Development with the SDK v3.2 also worked fine here. So, no help needed for that Part. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, it does also happen if I just compile with the armgcc compiler. After compiling I flashed the device with the J-Link Commander using similar commands to erase and program it. If you think it makes any difference I can also try to flash with the nRF Command Line Tools.&lt;/p&gt;
&lt;p&gt;Next step for me will be the part with the RTT Viewer.&lt;/p&gt;
&lt;p&gt;I only want to point out that I was working with the SDK v3.2 for the last 6 month and never had in issue like that. Are there any changes between the SDKs that could lead to something like my problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241557?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 10:33:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d3e5176-23e0-497d-a61c-40a3563805b2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Download RTT Viewer. It is not dependent on the IDE.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for Eclipse, that is not something that we officially support. If you get it up and running with the armgcc makefile, that is fine, but I can&amp;#39;t help you with Eclipse related issues. Try to download RTT viewer (link in previous reply).&lt;/p&gt;
&lt;p&gt;Does it happen if you just compile using the armgcc compiler (which I assume you have installed)?&lt;/p&gt;
&lt;p&gt;You can flash the file using &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download" rel="noopener noreferrer" target="_blank"&gt;nRF Command Line Tools&lt;/a&gt;. The commands you will have to run from the armgcc folder would be:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;make
nrfjprog -e
nrfjprog --program _build\nrf52840_xxaa.hex --verify
nrfjprog --reset&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And then monitor the RTT Viewer if you are not able to enter any commands after &amp;quot;bdb start&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As an option to Eclipse, I can recommend Segger Embedded Studio, as this is free for Nordic developers (such as yourself). It is a professional IDE, and there are project files for all the examples in the SDK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241542?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 09:52:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bca5bcfa-cff9-4189-a37c-41b081470156</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Correct, it isn&amp;rsquo;t possible to write to the CLI window after bdb start.&lt;/p&gt;
&lt;p&gt;No, I did no changes to any SDK Files except to the files in &amp;ldquo;&amp;lt;SDK_PATH&amp;gt;/components/toolchain/gcc/&amp;rdquo; to match the toolchain path.&lt;/p&gt;
&lt;p&gt;I only used these commands so far.&lt;/p&gt;
&lt;p&gt;Currently I cannot check the log, because I am not using an RTT Viewer. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am working within the Eclipse IDE.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241520?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 08:23:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0633ea1-a3cf-457f-8b38-b19119c5ebe9</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Lutz,&lt;/p&gt;
&lt;p&gt;The CLI responses looks normal. What do you mean by stops reacting? It isn&amp;#39;t possible to write to the CLI window after bdb start? Did you do any changes to any of the files in the SDK after you unzipped the new version of the SDK?&lt;/p&gt;
&lt;p&gt;I tested the SDKv4.0.0 now, and I am still able to write commands after bdb start.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you only use these commands, or did you use any other commands first?&lt;/p&gt;
&lt;p&gt;Can you check what the log says? You need to use an RTT Viewer to see the RTT log, e.g. &lt;a href="https://www.segger.com/products/debug-probes/j-link/tools/rtt-viewer/" rel="noopener noreferrer" target="_blank"&gt;Segger RTT Viewer&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241499?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 06:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:952057b4-bcda-40c5-9b87-dd70932527c7</guid><dc:creator>L.Hoffmann</dc:creator><description>&lt;p&gt;Hello Edvin.&lt;/p&gt;
&lt;p&gt;Thanks for quick response. The file &amp;ldquo;SDK\external\nRF-IEEE-802.15.4-radio-driver\src\fem\none\nrf_fem_config.h&amp;rdquo; is present in the folder. Moving the SDK closer to the C-drive made no difference. After that I checked out a completely new SDK v4 and tried to build it. It worked. I also found the difference:&lt;/p&gt;
&lt;p&gt;In the makefile the link to the Include folder &amp;ldquo; $(SDK_ROOT)/external/nRF-IEEE-802.15.4-radio-driver/src/fem/three_pin_gpio \&amp;rdquo; was missing. I really don&amp;rsquo;t know why.&lt;/p&gt;
&lt;p&gt;After fixing this building the project worked.&lt;/p&gt;
&lt;p&gt;But: When I start the cli program, the application stops reacting after I start the coordinator with &amp;ldquo;bdb start&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;gt; bdb role zc&lt;/p&gt;
&lt;p&gt;Coordinator set&lt;/p&gt;
&lt;p&gt;Done&lt;/p&gt;
&lt;p&gt;&amp;gt; bdb start&lt;/p&gt;
&lt;p&gt;Started coordinator&lt;/p&gt;
&lt;p&gt;Done&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have an Idea, what can cause this?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Lutz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Zigbee cli example 4.0</title><link>https://devzone.nordicsemi.com/thread/241407?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 14:26:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4240c579-0d7c-474c-9b2d-edd022200f00</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First, check that the file is actually located in SDK\external\nRF-IEEE-802.15.4-radio-driver\src\fem\none\nrf_fem_config.h. If it isn&amp;#39;t there, try placing it there. (unzip a new SDK to get the file)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If it is already a file called nrf_fem_config.h, then I suspect that the path to this file is too long. Try to move the entire SDK closer to your C-drive, e.g.:&lt;/p&gt;
&lt;p&gt;C:\Nordic\SDKs\SDK4&lt;/p&gt;
&lt;p&gt;If SDK4 is your Thred and Zigbee SDK v4.0.0, then the paths in the SDK should be short enough for the compilers to find all the files within the SDK.&lt;/p&gt;
&lt;p&gt;Try this, and let me know if it still doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>