Hello DevZone,
I know that the subject has already be treat but in the others posts people seems to say that the error comes from the double buffering.
But in my case, I have no double buffering active. And I try to use the following function :
err_code = nrfx_saadc_sample_convert(0, ADC_value);Fullscreen123456789101112131415161718192021/*** Copyright (c) 2014 - 2018, Nordic Semiconductor ASA** All rights reserved.** Redistribution and use in source and binary forms, with or without modification,* are permitted provided that the following conditions are met:** 1. Redistributions of source code must retain the above copyright notice, this* list of conditions and the following disclaimer.** 2. Redistributions in binary form, except as embedded into a Nordic* Semiconductor ASA integrated circuit in a product or a software update for* such product, must reproduce the above copyright notice, this list of* conditions and the following disclaimer in the documentation and/or other* materials provided with the distribution.** 3. Neither the name of Nordic Semiconductor ASA nor the names of its* contributors may be used to endorse or promote products derived from this* software without specific prior written permission.*
Here's my code:
Anyone know, where does come from the error?
Thanks,
Sylvain.