<?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>PPI Trace example not building</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110600/ppi-trace-example-not-building</link><description>I am trying to use PPI / GPIO to measure the 32 kHz clock accuracy for crystal tuning as described in this ticket: 
 However, the solution points to an example project ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/debug/ppi_trace</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Apr 2024 18:41:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110600/ppi-trace-example-not-building" /><item><title>RE: PPI Trace example not building</title><link>https://devzone.nordicsemi.com/thread/480939?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 18:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1565fe9-6622-4d90-ad71-04b8f4ce84c3</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;I see what happened now. I misread the zephyr sdk tag for 2.6.0 when I was upgrading my NCS fork, so it was still on the 2.5.2 base tag. Moved my FCB to a new branch from the correct tag and now the manifest is properly updated and my project still builds. I should be able to get PPI working from here. I&amp;#39;ll mark this as closed once I confirm. Thanks for pointing me in the right direction!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPI Trace example not building</title><link>https://devzone.nordicsemi.com/thread/480879?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 12:05:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc57ac94-e2e0-4ba1-8e59-e1134467138b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I forgot that you were using your own fork of Zephyr - thanks for reminding me. The problem is that the west manifest in your fork is pulling in an outdated revision of the &amp;#39;hal_nordic&amp;#39; repository. SDK v2.6.1 uses the following revision:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/3758bcbfa5cd749d977e2600b6687104b8948243/west.yml#L186"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/3758bcbfa5cd749d977e2600b6687104b8948243/west.yml#L186&lt;/a&gt;&amp;nbsp;which&amp;nbsp;also includes the &amp;quot;&lt;span&gt;nrfx_qspi: Correct use of workaround for anomaly 215 and 43 in nrfx_qspi&amp;quot; commit.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;v2.6.1 is also including this fix for QSPI:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1714133096706v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPI Trace example not building</title><link>https://devzone.nordicsemi.com/thread/480781?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 23:29:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5e020b4-462f-49f2-ba43-c7b14fafc35a</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;I&amp;#39;m still only getting this when I run `west update`&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;=== updating hal_nordic (modules/hal/nordic):
HEAD is now at 97847314 nrfx_qspi: Correct use of workaround for anomaly 215 and 43 in nrfx_qspi&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m guessing this is because I had to fork both zephyr (for a custom FCB implementation) and the main SDK (for that QSPI flash Kconfig line I had to comment out that you helped me with). I thought I had properly rebased those changes on top of the 2.6.0 release, but maybe I need to revisit that (unless 2.6.1 has that QSPI thing fixed, then I could just go back to the official release).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPI Trace example not building</title><link>https://devzone.nordicsemi.com/thread/480616?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 09:05:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b40a309-2657-425e-8f08-37409f8ab646</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The build errors indicate that your SDK installation includes an outdated version of the nRFX drivers for some reason. The nrfx_gpiote_t struct and the additional input parameter for nrfx_gpiote_channel_alloc() were introduced in nrfx version 3.2.0. SDK v2.6.0 should include version 3.3.0 of the &lt;a href="https://github.com/NordicSemiconductor/nrfx/tree/v3.3.0"&gt;nrfx repo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To ensure all of the repositories are aligned with the SDK version you are using, please follow these steps:&lt;/p&gt;
&lt;p&gt;1. In VS Code, press Ctrl+Shift+P to bring up the command palette. Then type &amp;#39;nRF Connect: Open Toolchain Terminal profile&amp;#39; and press Enter to open the terminal. This terminal includes the toolchain executables such as &amp;#39;west&amp;#39; in the PATH.&lt;/p&gt;
&lt;p&gt;2. The terminal will usually open up in the SDK directory (e.g. c:\ncs\v2.6.0). If not, use &amp;#39;cd&amp;#39; to change directory to your SDK root folder.&lt;/p&gt;
&lt;p&gt;3. Run west update to update all repositories to the revision specified in the west manifest files. In the output of west update, you should see a line indicating that nordic_hal has been updated to &lt;a href="https://github.com/zephyrproject-rtos/hal_nordic/blob/5470822384781624efb2fda28cbc6a895a227677/nrfx/drivers/include/nrfx_gpiote.h#L62"&gt;5470822&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ west update

...
=== updating hal_nordic (modules/hal/nordic):
HEAD is now at 5470822 nrfx: Fix compilation failures in nrfx_gppi_dppi_ppib.c


...&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>