<?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>NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112650/nrf52832-appears-to-lock-up-on-weak-nfc-signal</link><description>This one is throwing me for a loop. We have a very basic NFC component in our firmware that serves up a static NDEF file and wakes the MCU from a system_off state. 
 We have been occasionally encountering an issue where NFC doesn&amp;#39;t seem to work and won</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jul 2024 07:43:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112650/nrf52832-appears-to-lock-up-on-weak-nfc-signal" /><item><title>RE: NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/thread/492178?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2024 07:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4ea084b-d98e-4e25-9f68-b34234a399c3</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Great, just upload the project as a zip when you have it ready.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have a good holiday!&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/thread/492115?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 17:27:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bae08966-8ead-49e5-a37d-79562bbd13fd</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;I&amp;#39;m not on a dev kit, but I bet I could build a stripped down sample that would run on one. Might not have it ready until next week due to the holiday this week, but I&amp;#39;ll send something over when I do. Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/thread/492002?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 08:42:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d31e6565-04e0-4050-aa3b-328de43b79e6</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the elaboration. Are you running this on a devkit? Would it be possible for you to provide a small sample that would reproduce the issue? That would make it much easier for us to investigate it,&lt;/p&gt;
[quote user="geode"] After stopping and starting again in the debugger it hardfaults in the MSPL assert handler, but that only happens when I pause using the debugger and then run again or step through the code from this stopping point.[/quote]
&lt;p&gt;This is expected, as the Softdevice controller will automatically assert if the CPU is halted due to real time requirements not being met,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/thread/491931?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 20:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d8bc211-2239-429d-b3b9-6438ce2b660d</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;I feel like I&amp;#39;ve seen the CPU in a couple of different places, but reproducing it today it seems to usually be here:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719951624793v1.png" /&gt;&lt;br /&gt;(specifically it seems to only happen if an NFC read does not complete, but a field is detected). After stopping and starting again in the debugger it hardfaults in the MSPL assert handler, but that only happens when I pause using the debugger and then run again or step through the code from this stopping point. Outside of the debugger I can just leave it and it will sit there until I reset it or power cycle.&lt;/p&gt;
&lt;p&gt;I have tried putting the phone close to the antenna after producing this condition but before pausing the debugger, and the FIELDPRESENT bit appears to still be 0.&lt;/p&gt;
&lt;p&gt;Also, I can confirm that those log prints I originally posted do not always precede this condition. Sometimes there are no messages at all.&lt;/p&gt;
&lt;p&gt;Thanks for the heads up about possible delays. I appreciate the assistance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 appears to lock up on weak NFC signal</title><link>https://devzone.nordicsemi.com/thread/491830?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 12:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9253650-d4f6-47cb-8431-474002ac6f4c</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;Have you tried halting the CPU when it stops to see where it&amp;#39;s stuck?&lt;/p&gt;
&lt;p&gt;When it stops, and you move the reader close to the device again, what is the status of the &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52832/page/nfc.html#d927e11425"&gt;FIELDPRESENT&lt;/a&gt;&lt;span&gt;&amp;nbsp;register?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note that we are short on staff due to the summer vacation, so expect some delay in the handling of this case.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>