Skip to content

drivers: counter: sam: The alarm 1 do not generate interrupt #85018

@nandojve

Description

@nandojve

Describe the bug
The counter driver for Atmel SAM works fine on Alarm 0. When switch to Alarm 1 the interrupt is never generated.

To Reproduce
Build the samples/drivers/counter/alarm and check that counter is working.
Change the line from 0 to 1.

#define ALARM_CHANNEL_ID 0

Build the application again and test. The interrupt never happen.

Expected behavior
The counter should work on RB (Alarm 1) the same way that work on RA (Alarm 0).

Impact
Alarm 1 do not work.

Environment (please complete the following information):

  • OS: Linux
  • Toolchain Zephyr SDK 0.17.0
  • Commit mainline

Metadata

Metadata

Assignees

Labels

area: CounterbugThe issue is a bug, or the PR is fixing a bugplatform: Microchip SAMMicrochip SAM Platform (formerly Atmel SAM)priority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions