STM32 IIC EEPROM Example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-12-14 6:45 AM
Posted on December 14, 2012 at 15:45
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-eeprom
Labels:
- Labels:
-
I2C
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-12-15 7:33 AM
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.
