Recently I bought AM1808 Experimenters kit from logic pd. Along with the SD card provided with the kit there were some sample codes. I installed CCS 4.2.0.10017 provided along with the kit. As instructed in the manual I imported all the projects given in the SD card and was found working fine.
But in our office we are having CCS 5.4.0.00091. When I tried to import the above said projects I got the following error.
See details below.
Error: Import failed for project 'AM1808 BSL' because its meta-data cannot be interpreted. Please contact support.
So I created a new project for the led_dip test sample program. Project was build successfully. But during debugging It fails to initialize the I2C based GPIO expander. When I stepped in to the program, I found the problem with the I2C module in AM1808. When data is written into ICDXR, ICXRDY is not going high there after.
I dont know why the same code works in ccs4.2 and don't work in ccs5.4.
Please do help me.