Does Registers work in STM32Cube Programmer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 3: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 4:57 AM
Works for me. Did you press Aplly between Write and Read?
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 4:59 AM
It is when I press Apply that the value changes back to the original value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 5:07 AM
What chip?
Which register(s) have you tried?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 5:10 AM
STM32L476
GPIO8 MODER8, OT8, ODR8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 5: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-25 6:44 AM
If your issue is now resolved, please mark the solution:
A complex system designed from scratch never works and cannot be patched up to make it work.
