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
Place: svd files (potentially, dependent files)
Submodule: GCR
Chips: all chips
Registers: 0x74 and 0x78
Please check registers 0x74 and 0x78 in the module GCR for all chips.
Particularly, check all fields of those registers for transmit and receive functions.
One example is that field "LDORF Bypass Enable Delay" is at the bit 14 in the chip max32690, and the field "LDO BB Bypass Enable Delay" is bit 15. In the chip max32657 these fields are exchanged, 15 and 14.
Theoretically possible, but very-very suspiciously.
Another example is chip max32665.svd, GCR, register 0x74, field at bit 15. Name is "LDORXBYPENENDLY" with "R" for receive, while description "LDOTX Bypass Enable Delay" with "T" for transmit
P.S. Note, I gave only some examples, most likely there are more transmit-receive errors in the given registers, so it is highly recommended to check the GCR registers 0x74 and 0x78 for all chips for transmit-receive twists.
MAX32690 is correct. I am working on verifying MAX32657. The base for this chip however is not the MAX32690 so It isn't out of the realm of possibilities they are different.
For the MAX32665. That is a typo in the description, and I will fix that.
Place: svd files (potentially, dependent files)
Submodule: GCR
Chips: all chips
Registers: 0x74 and 0x78
Please check registers 0x74 and 0x78 in the module GCR for all chips.
Particularly, check all fields of those registers for transmit and receive functions.
One example is that field "LDORF Bypass Enable Delay" is at the bit 14 in the chip max32690, and the field "LDO BB Bypass Enable Delay" is bit 15. In the chip max32657 these fields are exchanged, 15 and 14.
msdk/Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.svd
Lines 2840 to 2851 in aee8e41
msdk/Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd
Lines 7452 to 7463 in aee8e41
Theoretically possible, but very-very suspiciously.
Another example is chip max32665.svd, GCR, register 0x74, field at bit 15. Name is "LDORXBYPENENDLY" with "R" for receive, while description "LDOTX Bypass Enable Delay" with "T" for transmit
msdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.svd
Lines 4343 to 4348 in aee8e41
The text was updated successfully, but these errors were encountered: