Contains the BSP driver for the B-L475E-IOT01 board.
Dependents: mbed-os-example-ble-Thermometer DISCO_L475VG_IOT01-Telegram-BOT DISCO_L475VG_IOT01-sche_cheveux DISCO_L475VG_IOT01-QSPI_FLASH_FILE_SYSTEM ... more
https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/
Diff: Drivers/BSP/B-L475E-IOT01/stm32l475e_iot01.c
- Revision:
- 6:9dfa42666f03
- Parent:
- 5:0c70bc6d2dc0
- Child:
- 7:bfe8272ced90
diff -r 0c70bc6d2dc0 -r 9dfa42666f03 Drivers/BSP/B-L475E-IOT01/stm32l475e_iot01.c --- a/Drivers/BSP/B-L475E-IOT01/stm32l475e_iot01.c Tue May 02 16:56:17 2017 +0200 +++ b/Drivers/BSP/B-L475E-IOT01/stm32l475e_iot01.c Fri Jan 19 14:27:51 2018 +0100 @@ -2,8 +2,6 @@ ****************************************************************************** * @file stm32l475e_iot01.c * @author MCD Application Team - * @version V1.1.0 - * @date 21-April-2017 * @brief STM32L475E-IOT01 board support package ****************************************************************************** * @attention @@ -64,11 +62,11 @@ * @{ */ /** - * @brief STM32L475E IOT01 BSP Driver version number V1.1.0 + * @brief STM32L475E IOT01 BSP Driver version number */ #define __STM32L475E_IOT01_BSP_VERSION_MAIN (0x01) /*!< [31:24] main version */ #define __STM32L475E_IOT01_BSP_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */ -#define __STM32L475E_IOT01_BSP_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */ +#define __STM32L475E_IOT01_BSP_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */ #define __STM32L475E_IOT01_BSP_VERSION_RC (0x00) /*!< [7:0] release candidate */ #define __STM32L475E_IOT01_BSP_VERSION ((__STM32L475E_IOT01_BSP_VERSION_MAIN << 24)\ |(__STM32L475E_IOT01_BSP_VERSION_SUB1 << 16)\ @@ -711,7 +709,7 @@ /** * @brief This functions reads a response of the M24SR device - * @param Addr: M24SR I2C address (do we really need to add??) + * @param Addr: M24SR I2C address (do we really need to add?) * @param pBuffer : Pointer on the buffer to retrieve M24SR response * @param Length: Length of the data * @retval Status: Success or Timeout @@ -737,7 +735,7 @@ /** * @brief This functions sends the command buffer - * @param Addr: M24SR I2C address (do we really need to add??) + * @param Addr: M24SR I2C address (do we really need to add?) * @param pBuffer : pointer to the buffer to send to the M24SR * @param Length: Length of the data * @retval Status: Success or Timeout @@ -763,7 +761,7 @@ /** * @brief Checks if target device is ready for communication. - * @param Addr: M24SR I2C address (do we really need to add??) + * @param Addr: M24SR I2C address (do we really need to add?) * @param Trials: Number of trials (currently not present in M24sr) * @retval Status: Success or Timeout */