<?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>ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120715/adc-calibration-setup-what-does-it-do</link><description>I am using nRF54L15 with Zephyr to measure voltage with ADC. In the struct adc_sequence there is a calibrate bool, but I am not sure what it does. What is the reference that the MCU do this calibration on? I believe that the MCU has already a ADC calibrate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Apr 2025 22:41:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120715/adc-calibration-setup-what-does-it-do" /><item><title>RE: ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/thread/533646?ContentTypeID=1</link><pubDate>Wed, 30 Apr 2025 22:41:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:249988e3-2628-493f-b271-d0aa0b3d7507</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Dat3108,&lt;/p&gt;
&lt;p&gt;Unfortunately, I can&amp;#39;t share&amp;nbsp;how the nRF54L SAADC calibration works under the hood. However, I have confirmed that to get the best ADC accuracy, you should perform calibration as&amp;nbsp;often as possible.&lt;/p&gt;
&lt;p&gt;My apology for&amp;nbsp;there being so little information despite the long wait.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/thread/532521?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2025 07:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dab40fc8-f218-4de3-ac77-6b320f8ee948</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Dat3108,&lt;/p&gt;
&lt;p&gt;My apology, a colleague pointed out that the SAADC on the nRF54L15 has some design changes from the nRF52 and nRF53, so I redacted all the incorrect assumptions in my previous reply.&amp;nbsp;I have started an internal query to get more accurate information.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/thread/532444?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 20:27:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24c9ba3f-eed5-4ce6-9789-26df31add56f</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Dat3108,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Unconfirmed information redacted&amp;gt;&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/thread/532200?ContentTypeID=1</link><pubDate>Mon, 21 Apr 2025 04:32:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70760b2d-5d02-4674-8b41-a170a100deec</guid><dc:creator>Dat3108</dc:creator><description>&lt;p&gt;Hi Hieu,&lt;br /&gt;&lt;br /&gt;Thank you for your reply.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have another question. In the datasheet it said the calibration is for temperature offset calibrate, so what exactly does this calibration do? Does it take a reference to a specific temperature (room temperature or absolute temperature, etc...) to make its calibration?&lt;br /&gt;&lt;br /&gt;I just want to know to what extent can I improve the ADC in order to use the chip&amp;#39;s ADC as good as possible for my application.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADC calibration setup. What does it do</title><link>https://devzone.nordicsemi.com/thread/531819?ContentTypeID=1</link><pubDate>Tue, 15 Apr 2025 10:56:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:675a7281-f8c9-4a85-852e-b45bffe9cd6e</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hello Dat3108,&lt;/p&gt;
[quote user=""]I believe that the MCU has already a ADC calibrate value (or several values, due to temperature offset, ADC gain &amp;amp; offset error, ...) when it is tested at factory, and this value can be stored in the memory. Does the nRF54L15 have this value and can I get/read it from memory?[/quote]
&lt;p&gt;The SAADC in the nRF54L15 doesn&amp;#39;t have such calibration data stored in memory.&amp;nbsp;Instead, it can calibrate itself, and the calibration can be triggered&amp;nbsp;by the application/firmware.&lt;/p&gt;
&lt;p&gt;Considering that fact and the comment above the &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;calibrate&lt;/span&gt; flag,&amp;nbsp;I would understand that the flag controls whether a calibrate is automatically done before each sampling.&lt;/p&gt;
&lt;p&gt;For more information about the SAADC, please refer to the nRF54L15 Datasheet:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/saadc.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/saadc.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>