/******************** (C) COPYRIGHT 2009 STMicroelectronics ********************
* File Name          : version.txt
* Author             : MCD Application Team
* Version            : V2.0.0
* Date               : 02/28/2009
* Description        : Version file for AN2824.
*                      The enclosed firmware and all the related documentation
*                      are not covered by a License Agreement, if you need such
*                      License you can contact your local STMicroelectronics
*                      office.
********************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/
* V2.0.0 - 02/28/2009
=====================

- Application note re-structured.
- Provide I2C software examples using either Polling or DMA or IT.
- Provide an example of communication between 3 STM32s and DMA is used for data transfer.

! In the firmware lib source file stm32f10x_i2c.c, the I2C_GetFlagStatus() software 
routine is modified by declaring i2creg as volatile. This will be corrected in the next 
firmware library release.



* V1.0.1 - 09/26/2008
=====================
   
- STM32 Firmware Library V2.0.3 is used
- Example2:  Slave1 project
 	+ RCC_Configuration() routine: add ADC clock configuration  
	+ DMA_Configuration() routine: disable Memory To Memory mode
	+ ADC1_Configuration() routine: disable Scan mode and enable continuous mode
- Example2:  Slave2 project
 	+ RCC_Configuration() routine: add ADC clock configuration  
	+ DMA_Configuration() routine: disable Memory To Memory mode
	+ ADC1_Configuration() routine: 
		- Disable Scan mode
		- Enable continuous mode
		- Enable ADC1 DMA




   
* V1.0.0 - 09/03/2008 
=====================
  Created.
  

******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE******


