void system_config(void){ nvic_priority_group_set(NVIC_PRIGROUP_PRE0_SUB4); // 设置系统中断...
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h(126): error: 'core_cm3.h' file not found#include "core_cm3.h" ^~~~1 error generated.compiling main.c.../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c(81): warning: In file included from.../Drivers/STM32F1...
C:\Keil_Projects\LPC802-EX-CODE-KEIL\Source_Code\common\inc\LPC8xx.h(115): warning: In file included from...C:\Keil_Projects\LPC802-EX-CODE-KEIL\Source_Code\common\inc\core_cm0plus.h(104): warning: "Compiler generates FPU instructions for a device without an FPU (check __FPU...
../USER/main.c(15): warning: In file included from... ../Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x\stm32f10x.h(461): warning: In file included from... ../Libraries/CMSIS/CM3/CoreSupport\core_cm3.h(1204): error: unknown type name 'inline' static __INLINE...
the original file from the \INC folder is included instead of the copy.CAUSE This is correct ...
RTE/Device/TLE9879QXA40/bootrom.c(34): warning: In file included from... ./RTE/Device/TLE9879QXA40/wdt1.h(204): error: unknown type name 'inline' INLINE void WDT1_Window_Count(void); ./RTE/Device/TLE9879QXA40/types.h(149): note: expanded from macro 'INLINE' # define ...
C:/Users/Admin/AppData/Local/Arm/Packs/Keil/STM32F0xx_DFP/2.0.0/Drivers/STM32F0xx_HAL_Driver/Inc\stm32f0xx_hal.h(46): warning: In file included from... ./RTE/Device/STM32F030R8Tx/STCubeGenerated/Inc\stm32f0xx_hal_conf.h(201): error: 'stm32f0xx_hal_exti.h'...
This is in addition to the inline data included in the Code (inc. data) column. 除inline data 之外的所有只读数据。 只读数据段,存放程序中定义的常量。 (3)RW Data: read write data,可读写的数据 Shows how many bytes are occupied by read-write data. 读写数据段,存放初始化为非0值的全局...
../Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x\stm32f10x.h(461): warning: In file included from... ../Libraries/CMSIS/CM3/CoreSupport\core_cm3.h(1204): error: unknown type name 'inline' static __INLINE void __enable_irq() { __AS...
<GCCInclusionMessage>^(In file included |[ \t]+)from ([^:]+|[a-zA-Z]:[^:]+|):([0-9]+)(:[0-9]+|)[,:]$</GCCInclusionMessage> <UndefinedReferenceMessage>^([^:]+|[a-zA-Z]:[^:]+):([0-9]+): (undefined reference to .*)$</UndefinedReferenceMessage> ...