The bit band feature is no available internally inside the Cortex-M7 processor. How can I set/reset bit as convenient as bit-banding?
Solved! Go to Solution.
Hello ,
Hope you are doing well.
You are correct bit-banding is not supported by Cortex M7 cores. There is not an equivalent of this on Cortex-M7. I would recommend to check the following links as there are some recommendations that may help you.
Unsupported Cortex-M4 features
Why Cortex-M7 doesn't support bit-banding? - Cortex-M / M-Profile forum - Processors - Arm Community
Best Regards,
Sabina
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello ,
Hope you are doing well.
You are correct bit-banding is not supported by Cortex M7 cores. There is not an equivalent of this on Cortex-M7. I would recommend to check the following links as there are some recommendations that may help you.
Unsupported Cortex-M4 features
Why Cortex-M7 doesn't support bit-banding? - Cortex-M / M-Profile forum - Processors - Arm Community
Best Regards,
Sabina
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------