cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 IIC EEPROM Example

mhamdi
Associate
Posted on December 14, 2012 at 15:45

hello

I'm new in programming STM32 cards

I 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.c

it does not recognize the functions defined in stm32_eval_i2c_ee.h

please 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-eeprom
1 REPLY 1
vikas_sinha75
Associate II
Posted on December 15, 2012 at 16:33

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.