Hi, did Compiler 6 CLANG drop support for bit-banding for Cortex M3 and M4 ? I can't find any reference to such a feature.
Thank you,
Marco
Thank you Daith, that was my concern too fro the moment I I saw that M7 explicitly doesn't support bit-banding too, and M33 doesn't mention it.. Maybe bit-banding was expression of a time when every "bit" literally helped, and this is not the situation anymore, with increasingly larger RAMs available either on and off-chip. I'll delve into those atomic instructions, even if they are not useful for the moment on the current M4 platform. Thanks again for bothering with my question ;)