2021-06-15 09:32 AM
STM32G473 svd file (used in STCubeIDE in SFR view) shows FDCAN message RAM as if it was another instance of FDCAN peripheral
Solved! Go to Solution.
2021-07-12 07:21 AM
Hi @Community member ,
You find attached an updated version of STM32G473 SVD file. You can use it, waiting for its integration on the STM32CubeIDE and other IDEs.
Don't hesitate to come back with other feedback you may have.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-07-12 07:52 AM
Thank you for the updated file.
2021-07-15 08:02 AM
Are FDCAN bitfields defined backwards?
If I look at FDCAN register they start LSB on the top and MSB on the bottom. Then I look at one of the timers bit definitions and they are defined MSB at the top and LSSB on the bottom.
2021-07-15 08:41 AM
Also I should have added that in Reference Manual bits are (I think always) defined starting with MSB on the top, and LSB on the bottom.