2012-05-15 02:33 AM
Hi,
Does NVIC requires unique clock configuration, besides ''SystemInit()''. More prcisely what is the clock that opeartes NVIC? Thanks.2012-05-15 04:09 AM
Does NVIC requires unique clock configuration, besides ''SystemInit()''.
More prcisely what is the clock that opeartes NVIC?
It's running off the core clock, ie SYSCLK/AHB. If the processor is running the NVIC is too, so no need to explicitly enable the clock to it.