2021-06-17 09:26 AM
RM0455, rev. 6, says reset state of SYSCFG_PMCR is 0x0F00 0000.
But STM32H7A3ZIT6Q, rev. Z, shows 0x0300 0000 instead, i.e. PC2 and PC3 switches closed. not open. Does this depend on package as PC2 and PC3 are not bonded out for this particular package?
Solved! Go to Solution.
2021-06-18 12:48 AM
Hello @Andreas Bolsch (Community Member) ,
In fact, the value depends on the packages.
Imen
2021-06-17 01:59 PM
FWIW, on my STM32H7B3I-DK board, the reset value is 0, barring any bugs in the SVD file. That chip has all 8 pins present.
2021-06-17 10:38 PM
Hm, for STM32H7B3LIH6Q, rev. Z, on STM32H7B3I-DK I see reset value 0x0F00 0000 ...
That you observed 0 might be due to disabled clock, i.e. SYSCFGEN in RCC_APB4ENR not being set.
2021-06-18 12:48 AM
Hello @Andreas Bolsch (Community Member) ,
In fact, the value depends on the packages.
Imen
2021-06-18 04:08 AM
Makes sense, indeed, although at first somewhat unexpected ;)
2021-06-18 08:39 AM
You're probably right, that slipped my mind.
2021-06-18 12:58 PM
Shouldn't that still be properly documented?
JW
2021-07-01 02:48 AM
Hi @Community member ,
I raised the same feedback internally :)
Thanks
Imen
2021-07-01 03:56 AM
Thanks, Imen.
Jan