1.0.1 • Published 1 month ago

@mchp-mcc/scf-avr8-tce-v1 v1.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 month ago

16-bit Timer/Counter type E (TCE)

Overview

The flexible 16-Bit PWM Timer/Counter type E (TCE) provides accurate program execution timing, frequency and waveform generation, and command execution. The timer/counter consists of a base counter and compare channels. The base counter can be used to count clock cycles or events or let events control how it counts clock cycles. The counting direction and period setting control is used for accurate timing. The compare channels can be used with the base counter for compare match control, frequency generation, and pulse width waveform modulation.

Changelog

All notable changes to this project will be documented in this file.

1.0.1 - 2024-04-08

Bug Fixes

  • CC8SCRIP-19979 :- AVR TCE - Pins aren't hidden when WEX overrides the pins
  • CC8SCRIP-19483 :- AVR TCE - The header file is included incorrectly

1.0.0 - 2023-10-10

New Features

  • CC8SCRIP-15248 :- AVR TCE - Remove Custom Name from PLIB
  • CC8SCRIP-15158 :- AVR TCE - Period in Register view is over the limit
  • CC8SCRIP-15139 :- AVR TCE - Minimum PER register should be different depending on mode
  • CC8SCRIP-15138 :- AVR TCE - ISR configuration not applied in generated code
  • CC8SCRIP-15132 :- AVR TCE - Period configuration not applied in generated code
  • CC8SCRIP-15131 :- AVR TCE - Duty Cycle configuration not applied in generated code
  • CC8SCRIP-15121 :- AVR TCE - Event action configuration not applied in generated code