Jonatan Antoni

Results 230 comments of Jonatan Antoni

Hi @mumble-myopia, Yes, this question doesn't really fit here. The answer depends on the build environment you are using. If you are using CMSIS-Build you may raise this question at...

Hi @flit, A problem here is, that all the core headers contain lots of redefinitions. Strictly speaking, we'd need separate pages per core. If someone would come up with a...

Hi all, After discussing this with the team I think this is not easy to solve in a generic way. If I am not mistaken `__NOP` is guaranteed to consume...

Hi @KarolisMil, The RTX5 libraries are still in the pack found at https://github.com/ARM-software/CMSIS_5/releases/download/5.8.0/ARM.CMSIS.5.8.0.pack. We only removed DSP libraries in 5.8.0. The folder CMSIS/RTOS2/RTX/Library/ contains a subfolder per target compiler. Underneath...

@0xc0170, please check with @GorgonMeducer about getting this into a PR. Thanks!

Hi @AlbertHuang-CPU, We checked the header for these registers and it looks like they are already part of the `SAU_Type`. This is aligned with the Arm®v8-M Architecture Reference Manual. Is...

@AlbertHuang-CPU, thanks for pointing this out. We need to be carefull in renaming struct members. This can easily break exiting user applications which should be avoided as much as possible.

@AlbertHuang-CPU, are you going to finish this patch?