2019-06-17 07:31 PM
Hello,
When I generate the IAR V7 code by STM32CubeMX5.2.1 and TM32CubeF4 Firmware Package V1.24.1,Two errors occurred.
The first,Fatal Error[Pe035]: #error directive: intrinsics.h is already included previously! E:\AC_Project\AC_Project0506\Drivers\CMSIS\Include\cmsis_iccarm.h 483 。
The second,the IAR V7 can not recognizable “__restrict�?
#ifndef __RESTRICT
#define __RESTRICT __restrict
#endif
Looking forward to your help,Thank you.