Skip to main content
Associate
August 26, 2024
Solved

STM32H745/755 and STM32H747/757 Bit Banding

  • August 26, 2024
  • 2 replies
  • 1841 views

I'm writing software on dual core CPU, 

On M4 core, I need to know is it support bit banding? I searched all documents from ST, but I didn't find clear answer, 

I found on M4 CPU, like STM32F series bit banding has supported, and on M7 single core CPU like STM32H743 doesn't support, but on dual core CPU, like STM32H745 is it support?

This topic has been closed for replies.
Best answer by Tesla DeLorean

As I recollect bit-banding was regarded as a bit of a nightmare, and didn't really resolve any issues, and caused more.

Bit-Banding is not used by either core

Confirm by looking at the memory map, for any secondary decode regions, and grepping source for "_BB_" references.

 

 

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 26, 2024

As I recollect bit-banding was regarded as a bit of a nightmare, and didn't really resolve any issues, and caused more.

Bit-Banding is not used by either core

Confirm by looking at the memory map, for any secondary decode regions, and grepping source for "_BB_" references.

 

 

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Peter BENSCH
ST Technical Moderator
August 27, 2024

Bit banding was included in STM32 with Cortex-M3 and Cortex-M4, but no longer in STM32 based on Cortex-M7.

In order 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.