2022-07-25 03:24 AM
I am trying to use Registers in STM32CubeProgrammer to change the setting of GPIOB, but whenever I change a value. it just gets changes back to the value it had before! Is this because Registers is still in BETA or am I doing something wrong?
Solved! Go to Solution.
2022-07-25 06:01 AM
I changed to an other target HW and now it works, so it must have been an issue with the HW. Thank for the help
2022-07-25 04:57 AM
Works for me. Did you press Aplly between Write and Read?
hth
KnarfB
2022-07-25 04:59 AM
It is when I press Apply that the value changes back to the original value
2022-07-25 05:07 AM
What chip?
Which register(s) have you tried?
2022-07-25 05:10 AM
STM32L476
GPIO8 MODER8, OT8, ODR8
2022-07-25 05:11 AM
Present details of the chip you're using.
Go over the exact sequence you're using.
Make sure clocks are suitably enabled, otherwise peripheral registers will stick at zero
2022-07-25 06:01 AM
I changed to an other target HW and now it works, so it must have been an issue with the HW. Thank for the help
2022-07-25 06:44 AM
If your issue is now resolved, please mark the solution: