You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Bug Details
Though CMT0 (Compare Match Timer unit0) starts in the bootloader, it does not been stopped before transitioning to the application program.
As the result, CMT0 interrupt occurs at unintended time in the user application. This may cause unintended behavior.
Applicable Release Tag
v202002.00-rx-1.0.3 or later
(e.g.) Bootloader for RX65N-RSK (CC-RX)
projects\renesas\rx65n-rsk\e2studio\boot_loader
Expected behavior
The CMT0 shold be stopped before transitioning to the application program.