2012-12-14 06:45 AM
hello
I'm new in programming STM32 cardsI ask for your help. I try to use the example of IIC EEPROM on a map STM32 VL-Discovery.IAR tells me errors when building. the errors are in the main.cit does not recognize the functions defined in stm32_eval_i2c_ee.hplease if any one can give me step by step exactly how to use this example. or will have one the same example ready to be used.Thank you. #i2c-stm32-eeprom2012-12-15 07:33 AM
Hello,
1. First of All unzip the folder.
2. Remove Read only property from entire folder.
3. Now Copy the files from example folder to the Templet folder (refer to the readme.txt file available inside I2C example folder and follow the steps mentioned in this file 'carefully').
4. Now open the workspace.
5. Inside Workspace Add the new files (copied from example folder to templet folder) instead of existing files.
6. Try to rebuild the FW.
Hopefully you will find a successful compilation.