I see Alan,
That's true. Thanks for your explanation!
Sara
Em qua., 30 de set. de 2020 às 11:33, Alan Carvalho de Assis <
acas...@gmail.com> escreveu:
> Hi Sara,
>
> Actually it is not incorrect, because inside the timer start function
> the interruption it enabled to call the ISR (the callback
Hi Sara,
Actually it is not incorrect, because inside the timer start function
the interruption it enabled to call the ISR (the callback function).
Let's use the nRF52 as example, inside setcallback() we have:
/* Save the new callback */
priv->callback = callback;
priv->arg = arg;
if
On Wed, Sep 30, 2020 at 2:44 AM Anjana
wrote:
> Hello Team,
>
> In arch/Kconfig, for Renesas architecture, the configuration ARCH_NOINTC
> is selected as mentioned below :
>
> config ARCH_RENESAS
> bool "Renesas"
> select ARCH_NOINTC
> select ARCH_HAVE_INTERRUPTSTACK
> ---help---
> Renesas archit