Timers

Hi

I am would like to know how to setup *.overlay file for timer and find code for a simple timer interrupt using the nrf54l15.

Best Regards

David

Parents Reply
  • Hi Kenneth

    Where do find out what 20 is, where its allocated can it 320, I am very new to nordic so what is 20 referring too do you have 20 different timers in the peripherals.

    Also this line is incorrect  nrfx_timer_init(&timer_inst, &config, timer_handler); and does not compile should be nrfx_timer_init(&timer_inst, &config, timer_event_handler);

    BRs

    David

Children
Related