djemaiMohamed
djemaiMohamed
https://github.com/ARM-software/CMSIS_5/blob/55b19837f5703e418ca37894d5745b1dc05e4c91/CMSIS/Core/Include/cachel1_armv7.h#L115 This function does not compile with GCC when just ICACHE is present in the Device. The error is: `cachel1_armv7.h:328:72: error: unused parameter 'addr' [-Werror=unused-parameter] 328 | __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr...
https://github.com/ARM-software/CMSIS_6/blob/8c4dc58928b3347f6aa98b6fb2bf6770f32a72b7/CMSIS/Core/Include/m-profile/armv7m_cachel1.h#L356 The same issue mentioned here https://github.com/ARM-software/CMSIS_5/issues/1680