2011-05-06 03:17 AM
Latest Version of IAR Emedded Workbench & CMSIS / Std Perph Library
2011-05-17 05:34 AM
Hi,
We experienced the same problem. If you change the conflicting declarations in core_cm3.h from uint8/16/32_t to unsigned char/short/long IAR will compile your project without errors/warnings. Best regards, Carsten Schumann2011-05-17 05:34 AM
Hi,
also having the same problem when upgrading from 6.10 to 6.20. Copying intrinsics.h from 6.10 to 6.20 (C:\Program Files\IAR Systems\Embedded Workbench 6.0 Kickstart\arm\inc\c\intrinsics.h) also fixes the conflicts (maybe causing other problems later). Greetings, Frieder