embassy-rs/stm32-data

Incorrect CRC version

TaylorCarpenter opened this issue · 3 comments

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.

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.

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

Addressed this in #372