Skip to content

in STM32F1xxDFPv2.4.0::stm32f10x.h lost define SPI3 RCC_APB1.... #1

@vlsheng

Description

@vlsheng

When updata to V2.4.0, I can't compile stm32F103VG,Tips"C:/Keil_v5/Packs/Keil/STM32F1xx_DFP/2.4.0/RTE_Driver/SPI_STM32F10x.c(480): error: use of undeclared identifier 'RCC_APB1ENR_SPI3EN'"
I fine in Pack V2.3.0, that line 2114 and 2118 is :
#if defined (STM32F10X_HD) || defined (STM32F10X_MD) || defined (STM32F10X_LD) || defined (STM32F10X_XL)
V2.4.0 line 2117 and 2121 is :
#if defined (STM32F10X_HD) || defined (STM32F10X_MD) || defined (STM32F10X_LD)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions