CubeMX and the latest CMSIS - how to?
According to this post:
https://community.st.com/s/question/0D50X0000C0vEvBSQU/cubemx-cmsisdsp-include-problems
it should be possible to use the latest CMSIS (e.g. 5.7.0 from https://github.com/ARM-software/CMSIS_5/releases/tag/5.7.0) in CubeMX 6.1.1. After package installation I can see it on the list but it does not appear under "Additional Software" section. Actually, this section is missing entirely.
What I am trying to accomplish is to get the latest version of L1 cache management functions in generated code for STM32H7A3 MPU. Versions from CMSIS 5.7.0 package seem to significantly improved compared to those from STM32Cube_FW_H7_V1.8.0 package. Of course, I can generate code and then start making changes but I would rather not in likely case I need to regenerate.



