Incorrect CRC version
TaylorCarpenter opened this issue · 3 comments
TaylorCarpenter commented
Based on the datasheet, comments in perimap, and interrogating the device itself, the STM32WB55 should have crcv3
, but it is being assigned crcv2
because of the cubedb data source.
It looks like a fix was put into the perimap for L0 and L4 families, but not the others.
TaylorCarpenter commented
I checked the reference manuals for a handful of families and everything was matching the version comment made in the perimap, so I am going to assume that it is accurate.
TaylorCarpenter commented
Oh, I also could have just looked at the handy spreadsheet of register versions listed in the README, my bad.
TaylorCarpenter commented
Addressed this in #372