TIMx->SMCR.SMS[3] missing in peripheral view for STM32L4R5 #2397
Closed
PerennialNovice
started this conversation in
General
Replies: 1 comment
-
Please report this to STMicroelectronics GitHub. Not related to Arduino stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know you don't support sloeber, but Iam quiet confident this is an issue not related to sloeber alone.
When debugging timers, I noticed that TIMx->SMCR is missing bit 16 for SMS[3] in the SMCR bitfield list:

the SMCR value gets updated correctly, but the corresponding bit for SMS[3] is missing.
Would it be possible to change SMS[2:0] to SMS[3:0] ?
By editing the .svd-file I managed to get a field SMS3 at bit 16, but it would be nice to have ist as one field. But I have no idea if the .svd format allows for this...
Beta Was this translation helpful? Give feedback.
All reactions