Re: Logic issue in Timers' Exemple

2020-09-30 Thread Sara da Cunha Monteiro de Souza
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

Re: Logic issue in Timers' Exemple

2020-09-30 Thread Alan Carvalho de Assis
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

Re: Implicit declaration warning in RX65N due to ARCH_NOINTC configuration in arch/Kconfig

2020-09-30 Thread Nathan Hartman
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