RKOUSTM
RKOUSTM
Hi @atsju, Thank you for your contribution. Your report will be forwarded to our development team. We will get back to you as soon as we have more details. Thank...
Hi @atsju, Thank you for your reports. Actually, the __ASM is defined __asm in the CMSIS_compiler.h file like as follows: https://github.com/STMicroelectronics/STM32CubeWB/blob/f8793c3e2ab6d2c84897405a6fcf529703185063/Drivers/CMSIS/Include/cmsis_compiler.h#L70-L72 In order to allow a better analysis of this...
Hi @atsju, As you are using the `__CC_ARM`, the `__asm` is defined in the `cmsis_armcc.h` included file : https://github.com/STMicroelectronics/STM32CubeWB/blob/f8793c3e2ab6d2c84897405a6fcf529703185063/Drivers/CMSIS/Include/cmsis_armcc.h#L57 With regards,
Hi @atsju, Thank you for your report. Regarding the point for which you opened the issue, the `cmsis_gcc.h` file is actually using the `__asm` as follows: https://github.com/STMicroelectronics/STM32CubeWB/blob/f8793c3e2ab6d2c84897405a6fcf529703185063/Drivers/CMSIS/Include/cmsis_gcc.h#L39-L42 However, the reported...
Hi @jrahlf, First, allow me to thank you for your contribution. The final decision of our technical committee is no plan to add a const inside the function. The reported...
Hi all, We have reported your feedback to our technical committee and after discussion an update will be **started soon** to add the use of the ``const`` qualifier. We still...
ST Internal Reference: 98091
Hi @pavel-a, Thank you for your report. An internal tracker has been logged and a fix will be implemented and made available in the frame of a future release. Thank...
ST Internal Reference: 126180
Hi @RomanJasmann, Thank you for your reports. An internal tracker has been logged and a fix will be implemented and made available in the frame of a future release to...