Search by Tags

Toradex CE Libraries Release

 

The following table contains known issues, scheduled bug fixes, and feature improvements for the Toradex CE Libraries.

Any schedules are not guaranteed, but reflect the current planning. The planning could be shifted due to priority changes.
Issues which are scheduled for a specific version (e.g. V1.1) will be integrated in the mentioned version of the Libraries.

We will update this table continuously in order to always provide the latest state of our development plan.

Clear Filter
Issue #StatusSubjectModuleSubsystemWinCE OS

2.3 (Release date: 2018-10-11)
WCL-569FixedPWMLib on Tegra hangs system when using multiple PWM channels and closing oneColibri T20, Colibri T30, Apalis T30PWMCE6, WEC7, WEC2013

Description: Calling Pwm_Close() on one PWM channel will disable clocks for all PWM channels and will make system hang when trying to access PWM registers. This has now been fixed: common PWM Clock is not disabled in Pwm_Close() anymore

Workaround: Do not call Pwm_Close() if you're still using another channel