analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 76 forks source link

fix(PeriphDrivers): Update RTC SEC and SSEC register size #859

Closed ozersa closed 7 months ago

ozersa commented 7 months ago

Description

RTC SEC and SSEC register size is 32bit and 12bits This value is set to 8bits for MAX32670, MAX32660, MAX32672. This commit set register size to the correct values.

Checklist Before Requesting Review

Links: https://www.analog.com/media/en/technical-documentation/user-guides/max32670max32671-user-guide.pdf https://www.analog.com/media/en/technical-documentation/user-guides/max32672-user-guide.pdf https://www.analog.com/media/en/technical-documentation/user-guides/max32660-user-guide.pdf

Register size as per of UGs image

Jake-Carter commented 7 months ago

@sihyung-maxim do we need to run the register SVD workflow for this?

sihyung-maxim commented 7 months ago

/generate-register-files

sihyung-maxim commented 7 months ago

Our BTM-CI is under maintenance, and the workspace is outdated. Will have to fix next week.