This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error in execution of lcdSmartRF06EB for cc2650 using IAR embedded workbench.

Other Parts Discussed in Thread: CC2650, Z-STACK

I am a newbie in using cc2650DK_7ID. I have executed the example program available with IAR, which is to toggle the LEDs. Now I am trying Examples provided in ti_rtos - tirtos_cc13xx_cc26xx_2_15_00_17, but getting following, when executing lcdSmartRF06EB example for IAR. I have followed the instructions provided here -http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_Applications_in_IAR_Embedded_Workbench

I am getting following when try to build the above mentioned example.

Error[Pe513]: a value of type "void *" cannot be assigned to an entity of type "UDMACC26XX_Object *" C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\dma\UDMACC26XX.h 259 Error[Pe513]: a value of type "void const *" cannot be assigned to an entity of type "UDMACC26XX_HWAttrs const *" C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\dma\UDMACC26XX.h 300 Error[Pe513]: a value of type "void const *" cannot be assigned to an entity of type "UDMACC26XX_HWAttrs const *" C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\dma\UDMACC26XX.h 329 Error[Pe513]: a value of type "void const *" cannot be assigned to an entity of type "UDMACC26XX_HWAttrs const *" C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\dma\UDMACC26XX.h 357 Error[Pe513]: a value of type "void const *" cannot be assigned to an entity of type "UDMACC26XX_HWAttrs const *" C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\dma\UDMACC26XX.h 385 Error[Pe070]: incomplete type is not allowed C:\ti\tirtos_cc13xx_cc26xx_2_15_00_17\products\tidrivers_cc13xx_cc26xx_2_15_00_26\packages\ti\drivers\crypto\CryptoCC26XX.h 400 Warning[Pe177]: variable "PINCC26XX_hwAttrs" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 96 Warning[Pe177]: variable "PowerCC26XX_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 105 Warning[Pe177]: variable "UART_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 148 Warning[Pe177]: variable "UDMACC26XX_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 186 Warning[Pe177]: variable "SPI_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 245 Warning[Pe177]: variable "LCD_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 288 Warning[Pe177]: variable "CryptoCC26XX_config" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 324 Warning[Pe177]: variable "RFCC26XX_hwAttrs" was declared but never referenced C:\Users\REKHA\Documents\CC2650DK_7ID.c 343 Error while running C/C++ Compiler

Please let me know have i missed anything.