version13
version 11/12 auch noch
This commit is contained in:
@ -930,7 +930,7 @@ typedef struct
|
||||
#define SRAM1_SIZE_MAX (0x0000C000UL) /*!< maximum SRAM1 size (up to 48 KBytes) */
|
||||
#define SRAM2_SIZE (0x00004000UL) /*!< SRAM2 size (16 KBytes) */
|
||||
|
||||
#define FLASH_SIZE_DATA_REGISTER ((uint32_t)0x1FFF75E0)
|
||||
#define FLASH_SIZE_DATA_REGISTER (0x1FFF75E0UL)
|
||||
|
||||
#define FLASH_SIZE (((((*((uint32_t *)FLASH_SIZE_DATA_REGISTER)) & (0x0000FFFFU)) == 0x0000FFFFU)) ? (0x100U << 10U) : \
|
||||
(((*((uint32_t *)FLASH_SIZE_DATA_REGISTER)) & (0x0000FFFFU)) << 10U))
|
||||
@ -1153,7 +1153,7 @@ typedef struct
|
||||
/******************************************************************************/
|
||||
|
||||
/*
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 serie)
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 series)
|
||||
*/
|
||||
/* Note: No specific macro feature on this device */
|
||||
|
||||
@ -5797,7 +5797,7 @@ typedef struct
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
/*
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 serie)
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 series)
|
||||
*/
|
||||
#define DAC_CHANNEL2_SUPPORT /*!< DAC feature available only on specific devices: DAC channel 2 available */
|
||||
|
||||
@ -8825,7 +8825,7 @@ typedef struct
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
/*
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 serie)
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 series)
|
||||
*/
|
||||
#define RCC_PLLSAI1_SUPPORT
|
||||
#define RCC_PLLP_SUPPORT
|
||||
@ -13136,7 +13136,7 @@ typedef struct
|
||||
/******************************************************************************/
|
||||
|
||||
/*
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 serie)
|
||||
* @brief Specific device feature definitions (not present on all devices in the STM32L4 series)
|
||||
*/
|
||||
#define USART_TCBGT_SUPPORT
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
*/
|
||||
#define __STM32L4_CMSIS_VERSION_MAIN (0x01) /*!< [31:24] main version */
|
||||
#define __STM32L4_CMSIS_VERSION_SUB1 (0x07) /*!< [23:16] sub1 version */
|
||||
#define __STM32L4_CMSIS_VERSION_SUB2 (0x02) /*!< [15:8] sub2 version */
|
||||
#define __STM32L4_CMSIS_VERSION_SUB2 (0x04) /*!< [15:8] sub2 version */
|
||||
#define __STM32L4_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
||||
#define __STM32L4_CMSIS_VERSION ((__STM32L4_CMSIS_VERSION_MAIN << 24)\
|
||||
|(__STM32L4_CMSIS_VERSION_SUB1 << 16)\
|
||||
|
Reference in New Issue
Block a user