-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Labels
area: CounterbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: Microchip SAMMicrochip SAM Platform (formerly Atmel SAM)Microchip SAM Platform (formerly Atmel SAM)priority: lowLow impact/importance bugLow impact/importance bug
Description
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 bugThe issue is a bug, or the PR is fixing a bugplatform: Microchip SAMMicrochip SAM Platform (formerly Atmel SAM)Microchip SAM Platform (formerly Atmel SAM)priority: lowLow impact/importance bugLow impact/importance bug