<?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>Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/263/is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice</link><description>I&amp;#39;m looking to add PWM functionality to my design to drive an LED. Examples exist for other devices, and those don&amp;#39;t use the SoftDevice. Is there an example or some reference design for making the PWM module work with the nRF51822 and SD?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 May 2017 10:06:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/263/is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice" /><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1405?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 10:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:243931a9-29aa-4053-95a7-62e03862b05c</guid><dc:creator>Bndit</dc:creator><description>&lt;p&gt;This will not compile, there is an error says : undefined reference nrf_gpiote_unconfig&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1412?ContentTypeID=1</link><pubDate>Fri, 19 Sep 2014 09:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33ff2e05-7e82-4f6e-8d3d-dcf7de41be93</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;This is not an answer. &lt;a href="https://devzone.nordicsemi.com/blogs/4/why-should-i-vote/"&gt;Vote on the question if it is useful, and thank the ones who answer by voting on their answer.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1411?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 05:59:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38d96f71-95a1-4874-ba16-794919afa1dc</guid><dc:creator>bforutan</dc:creator><description>&lt;p&gt;I found this very helpful guys. thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1410?ContentTypeID=1</link><pubDate>Sun, 03 Aug 2014 12:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17c8a036-b7b4-46d0-9d4b-fea3e0c6514b</guid><dc:creator>Patriko</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;There is an issue with flickering when receiving / sending data over BLE. I set priority to 1 and it helped a little bit. I need stable PWM signal with 10 bit resolution and aprox. 250 Hz. Is it possible with this library and reading/writing characteristics at the same time?&lt;/p&gt;
&lt;p&gt;Cheers,
Patriko&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1409?ContentTypeID=1</link><pubDate>Wed, 02 Jul 2014 11:45:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c54e719b-9aa6-4c07-acdb-15ef6970c0c4</guid><dc:creator>krishna</dc:creator><description>&lt;p&gt;Hi i have a question .&lt;/p&gt;
&lt;p&gt;Do we still need to make main file when we are using this simple example which you have uploaded? and also can you please explain what is this done&lt;/p&gt;
&lt;p&gt;#if (PWM_NUM_CHANNELS == 1)
void nrf_pwm_init(uint32_t io_select_pwm0, nrf_pwm_mode_t pwm_mode)
{
pwm_io_ch[0] = io_select_pwm0;
nrf_gpio_cfg_output(io_select_pwm0);
pwm_running[0] = 0;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;pwm_init_common();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}
what does io_select_pwm0 represents?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1404?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2014 08:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54d3f9bb-0876-475d-9afb-f6ecc29b8dfc</guid><dc:creator>Hyeongho Seo</dc:creator><description>&lt;p&gt;Hi, It seems like the attached Simple PWM file is not available.
Would you please re-upload it? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1408?ContentTypeID=1</link><pubDate>Wed, 28 May 2014 09:11:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5892b11-64fc-4edc-98ea-d862930c9ef8</guid><dc:creator>Maik</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am sorry to write this as an answer but a comment is not pushing the thread.
Is the attachment still available?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1403?ContentTypeID=1</link><pubDate>Tue, 27 May 2014 14:34:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30354e0b-bf8a-475a-b2d5-de5e9b3bc837</guid><dc:creator>Maik</dc:creator><description>&lt;p&gt;Hi, thank you for providing this PWM sample - but the attachment does not longer be existend?
Could you please double-check if it is still available?&lt;/p&gt;
&lt;p&gt;Regards
ME_&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1407?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 22:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc87cb2c-be9d-4eb0-8b97-0941041f1fa7</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Andreas&lt;/p&gt;
&lt;p&gt;Did you figure this out?&lt;/p&gt;
&lt;p&gt;For questions like these I would recommend opening a new thread, otherwise it will quickly get lost. You can always refer to this thread to put your question in context.&lt;/p&gt;
&lt;p&gt;To answer your question, make sure you are not updating the CC registers while the timer value is at some random spot between min and max. If you look at the PWM example you can see that the CC registers are only updated while the timer is stopped and the timer value is at the max position.&lt;/p&gt;
&lt;p&gt;Best regards
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1406?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2014 12:37:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0db4d6c4-2c10-4af3-be43-461ba0b57cb3</guid><dc:creator>Andreas Feuersinger</dc:creator><description>&lt;p&gt;Hi,
I have the problem that my custom Timer controlled PWM has the same bug as yours had.
I sometimes get inverted PWM output.&lt;/p&gt;
&lt;p&gt;Could you point out what was necessary to circumvent this??&lt;/p&gt;
&lt;p&gt;I try to update CC values for a timer at runtime by:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
void setPw(uint8_t pw) {
    gPulseW = pw;
    uint8_t period = 8 * gPeriod;
    NRF_TIMER0-&amp;gt;CC[0] = pw;
    NRF_TIMER0-&amp;gt;CC[1] = period/2;
    NRF_TIMER0-&amp;gt;CC[2] = period/2+pw;
    NRF_TIMER0-&amp;gt;CC[3] = period;
}

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I tried to stop and start again, reset EVENTS_COMPARE Register, ...
I don&amp;#39;t seem to find the bug ...&lt;/p&gt;
&lt;p&gt;any help appreciated&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1402?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2013 18:45:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a2f7cb5-2b06-486e-ae2c-a826105b1943</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for remember my Problem. Yes after attachment i got the PWM working on my application. So thank you for your update.&lt;/p&gt;
&lt;p&gt;kind regards,
Nils&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1401?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2013 18:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d0bb06c-88b8-4732-978e-81e87cd1ecec</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;I made some change to the PWM library, and have uploaded a new version below:&lt;/p&gt;
&lt;p&gt;Changes include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Fixed a bug that would lead to an inverted output in certain circumstances&lt;/li&gt;
&lt;li&gt;Changed the API to be more in line with the rest of the SDK, using a config struct to initialize the driver&lt;/li&gt;
&lt;li&gt;Added a define in the header allowing the PWM library to be used in a &amp;quot;SoftDevice mode&amp;quot;, where it detects whether or not the SoftDevice is enabled so that the PWM library can be initialized at any time&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I don&amp;#39;t know if you ever solved your issue Nils?&lt;/p&gt;
&lt;p&gt;Best regards
Torbjørn&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Simple-PWM-v1.2.zip"&gt;Simple PWM v1.2.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1399?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2013 11:31:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3af602a3-8662-451e-9e47-9af8cee4c553</guid><dc:creator>ovrebekk</dc:creator><description>&lt;ol start="5"&gt;
&lt;li&gt;As for turning off the LED, can&amp;#39;t you just write 0 to that PWM channel?
That will disable the GPIOTE and set the output to 0 manually.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1398?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2013 11:29:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea6826e2-cccb-4b33-84ce-5dabf6b6ec8d</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;I agree an example like this would be useful in the SDK. Maybe we can get something like it in the future ;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you try to run pwm_init after enabling the SoftDevice it will trigger an exception. The reason for this is that pwm_init accesses the PPI peripheral directly, without going through the SoC Library API defined by the SoftDevice.
It is possible to modify the PWM library to use the SoC Library, but then it will not work without the SD. This was the easiest way to make it work both with or without the SD.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The PWM output is assigned to actual pins a couple of times in the code, each time it is using the PIN configuration stored in the pwm_io_ch[] array.
Please have a look in the PWM_IRQHandler function, where the pin is controlled either through the GPIOTE or by the nrf_gpio_pin_write() function.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Are you calling nrf_pwm_init with just 2 parameters when PWM_NUM_CHANNELS is 3?
If you want to use just one PWM channel you should change the define to 1.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1397?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 09:16:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c7b8315-b0a5-4128-a130-27724f306414</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;Basically, I&amp;#39;m trying to implement a pwm_stop() and pwm_start() functions (the pwm is used for pulsing an LED, which works). But after a few hours trying to make that work, I&amp;#39;m looking for help here ;) Frustrating.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1396?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 09:08:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d999816-6ab0-4ffe-a1de-ddac969305be</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;What&amp;#39;s the easiest way to disable the PWM and set the pin to &amp;#39;OFF&amp;#39;. There&amp;#39;s seems to have so many options for disabling stuff, but nothing seems to turn the LED OFF! Any hint is appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1395?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 13:15:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48c73b00-1532-4b99-8566-79c8fa290d40</guid><dc:creator>sd</dc:creator><description>&lt;p&gt;Something strange is happening with this code. When I use PWM_NUM_CHANNELS 3 and use nrf_pwm_init(14, 8, 10, PWM_MODE_MTR_100); I get output on pin 14. But when I use PWM_NUM_CHANNELS 3 and nrf_pwm_init(14, PWM_MODE_MTR_100); for some reason the output is on pin 19! (LED_1 on the Evaluation Kit.) This is with the example above (not my own code).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1394?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 12:13:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5df8aab8-f674-4af8-bec1-2055628f4859</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;with this function you can choose the pwm output pins nrf_pwm_init (8,9,10,PWM_MODE_MTR_100);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1393?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 11:17:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38d6650f-035c-4333-91a5-c96485c21b62</guid><dc:creator>Bastiaan</dc:creator><description>&lt;p&gt;Thanks for this! I&amp;#39;m a bit confused as to which bit in the code assigns the PWM output to an actual pin...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1400?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 11:17:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8016b015-8f5c-4db5-8d02-b50aa7964b09</guid><dc:creator>Guest</dc:creator><description>&lt;p&gt;Thanks for this! I&amp;#39;m a bit confused as to which bit in the code assigns the PWM output to an actual pin...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1392?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 10:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67d60080-28e6-4420-979a-226ee0215a66</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;Hi,
I&amp;#39;ve got one question more. Why do i have to init pwm_init before enableing the Softdevice?&lt;/p&gt;
&lt;p&gt;best regards Nils&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1391?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2013 10:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21b26f9b-bc50-447d-9fb7-86257a1b2ae0</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;Hi, thanks for your answer.&lt;/p&gt;
&lt;p&gt;Great example it works fine thank you. I think it would be easier, if such an example comes with the sdk, ist pretty helpful :)&lt;/p&gt;
&lt;p&gt;I would accept this answer but ts not my topi it belongs to &amp;quot;sd&amp;quot;&lt;/p&gt;
&lt;p&gt;Thank you for helping :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1390?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2013 11:13:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05d26ba0-d021-4dc7-9e91-02e42ec53459</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;Please have a look at the attached example. It allows you to configure up to 3 IO&amp;#39;s to run PWM, and gives you some different modes to pick from (varying base frequency, resolution).&lt;/p&gt;
&lt;p&gt;It will work with or without the SoftDevice, as long as you make sure to&lt;strong&gt;run the pwm_init() function before enabling the SoftDevice&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This should not be considered an official Nordic example by the way ;)&lt;/p&gt;
&lt;p&gt;Best regards
Torbjørn&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Simple-PWM-v1.0.zip"&gt;Simple PWM v1.0.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1389?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2013 10:32:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bdad6f0-5f46-459e-93cb-998a2262ba10</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;No one have any other sample code for me?
best regards Nils&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there an example code for using PWM on the nRF51822 with a SoftDevice?</title><link>https://devzone.nordicsemi.com/thread/1388?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2013 07:12:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9435fd6-1340-4c1e-a878-68049f8f7b3c</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;HI thanks for the answer,&lt;/p&gt;
&lt;p&gt;But i need more help, it doesen#t work or i don&amp;#39;t know how to use your code.&lt;/p&gt;
&lt;p&gt;best regards Nils&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>