STM32H7 GPIO control by both M4 and M7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-06 6:47 AM
Hello,
I have a GPIO pin that is owned and used by the M4, i.e. Pin Context Assignment. But on power-up, I'd like the M7 to do some work with it, toggle the state, before it starts the M4. Is it possible for the M7 to programmatically take ownership of the GPIO pin, then transfer it back to the M4 just before it starts the M4?
Regards,
Robert
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-06 6:59 AM
Yes, both cores can access it at any time without any other setup. The context assignment in CubeMX only configures which core initializes the pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-06 6:59 AM
Yes, both cores can access it at any time without any other setup. The context assignment in CubeMX only configures which core initializes the pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-06 7:12 AM
Great, thanks for the quick reply.
Robert
