embassy-rs / stm32-data

75 stars 109 forks source link

Incorrect CRC version #371

Closed TaylorCarpenter closed 9 months ago

TaylorCarpenter commented 9 months ago

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 9 months ago

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 9 months ago

Oh, I also could have just looked at the handy spreadsheet of register versions listed in the README, my bad.

TaylorCarpenter commented 9 months ago

Addressed this in #372