/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Compile error with latest Ride using USART2 and/or GPIO

Username:     
Password:     
             

Forum
  • Index
  •  » circleOS
  •  » Compile error with latest Ride using USART2 and/or GPIO

# 1   2010-01-06 16:49:47 Compile error with latest Ride using USART2 and/or GPIO

logictechs
Member
Registered: 2009-05-07
Posts: 68

Compile error with latest Ride using USART2 and/or GPIO

Receiving this error if I compile a program not including the USART header:

\"C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe" -MD -D_STM32F103VET6_ -D_STM3x_ -D_STM32x_ -mthumb   -mcpu=cortex-m3 "C:\stm32primer stuff\Programs\VelTst\Application.c" -o "C:\stm32primer stuff\Programs\VelTst\objdebug\Application.o" -I "." -I "C:\Program Files\Raisonance\Ride\Lib\ARM\include" -c     -fsigned-char  -D OLD_STM32LIB_USED -g         -ffunction-sections         -mlittle-endian
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'Application_Handler': 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: (Each undeclared identifier is reported only once 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: for each function it appears in.) 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: warning: passing argument 2 of '(u32 (*)(u32,  u32))(*ptrCircle_API)[185]' makes integer from pointer without a cast 
C:\stm32primer stuff\Programs\VelTst\Application.c:74: error: 'USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'InitUSARTa': 
C:\stm32primer stuff\Programs\VelTst\Application.c:129: error: 'USART_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:129: error: expected ';' before 'USART_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:130: error: 'GPIO_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:130: error: expected ';' before 'GPIO_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:131: error: 'NVIC_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:131: error: expected ';' before 'NVIC_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:133: error: 'RCC_APB2Periph_GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:133: error: 'DISABLE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:134: error: 'ENABLE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:136: error: 'RCC_APB1Periph_USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:138: error: 'NVIC_PriorityGroup_0' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:140: error: 'NVIC_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:140: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:146: error: 'GPIO_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:146: error: 'GPIO_Pin_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:147: error: 'GPIO_Speed_50MHz' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:148: error: 'GPIO_Mode_AF_PP' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:149: error: 'GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:152: error: 'GPIO_Pin_3' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:154: error: 'GPIO_Mode_IN_FLOATING' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:171: error: 'USART_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:172: error: 'USART_WordLength_8b' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:173: error: 'USART_StopBits_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:174: error: 'USART_Pbar_dataty_Space' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:175: error: 'USART_HardwareFlowControl_None' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:176: error: 'USART_Mode_Rx' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:176: error: 'USART_Mode_Tx' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:177: error: 'USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:184: error: 'USART_IT_RXNE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'InitUSARTb': 
C:\stm32primer stuff\Programs\VelTst\Application.c:194: error: 'USART_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:194: error: expected ';' before 'USART_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:195: error: 'GPIO_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:195: error: expected ';' before 'GPIO_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:196: error: 'NVIC_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:196: error: expected ';' before 'NVIC_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:198: error: 'RCC_APB2Periph_GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:198: error: 'DISABLE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:199: error: 'ENABLE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:201: error: 'RCC_APB1Periph_USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:203: error: 'NVIC_PriorityGroup_0' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:205: error: 'NVIC_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:205: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:211: error: 'GPIO_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:211: error: 'GPIO_Pin_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:212: error: 'GPIO_Speed_50MHz' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:213: error: 'GPIO_Mode_AF_PP' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:214: error: 'GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:217: error: 'GPIO_Pin_3' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:219: error: 'GPIO_Mode_IN_FLOATING' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:236: error: 'USART_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:237: error: 'USART_WordLength_7b' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:238: error: 'USART_StopBits_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:239: error: 'USART_Pbar_dataty_Space' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:240: error: 'USART_HardwareFlowControl_None' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:241: error: 'USART_Mode_Rx' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:241: error: 'USART_Mode_Tx' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:242: error: 'USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:249: error: 'USART_IT_RXNE' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'Usart2Handler': 
C:\stm32primer stuff\Programs\VelTst\Application.c:261: error: 'USART2' undeclared (first use in this function) 

When I include the USART header I get this compile error:
Running: GCC
\"C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe" -MD -D_STM32F103VET6_ -D_STM3x_ -D_STM32x_ -mthumb   -mcpu=cortex-m3 "C:\stm32primer stuff\Programs\VelTst\Application.c" -o "C:\stm32primer stuff\Programs\VelTst\objdebug\Application.o" -I "." -I "C:\Program Files\Raisonance\Ride\Lib\ARM\include" -c     -fsigned-char  -D OLD_STM32LIB_USED -g         -ffunction-sections         -mlittle-endian
In file included from ./stm32f10x_conf.h:21, 
from C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_map.h:51, 
from C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_usart.h:47, 
from C:\stm32primer stuff\Programs\VelTst\Application.c:12: 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:48: error: redefinition of typedef 's32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:42: error: previous declaration of 's32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:49: error: redefinition of typedef 's16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:43: error: previous declaration of 's16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:50: error: redefinition of typedef 's8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:44: error: previous declaration of 's8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:52: error: redefinition of typedef 'sc32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:46: error: previous declaration of 'sc32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:53: error: redefinition of typedef 'sc16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:47: error: previous declaration of 'sc16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:54: error: redefinition of typedef 'sc8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:48: error: previous declaration of 'sc8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:56: error: redefinition of typedef 'vs32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:50: error: previous declaration of 'vs32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:57: error: redefinition of typedef 'vs16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:51: error: previous declaration of 'vs16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:58: error: redefinition of typedef 'vs8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:52: error: previous declaration of 'vs8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:60: error: redefinition of typedef 'vsc32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:54: error: previous declaration of 'vsc32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:61: error: redefinition of typedef 'vsc16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:55: error: previous declaration of 'vsc16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:62: error: redefinition of typedef 'vsc8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:56: error: previous declaration of 'vsc8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:64: error: redefinition of typedef 'u32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:58: error: previous declaration of 'u32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:65: error: redefinition of typedef 'u16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:59: error: previous declaration of 'u16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:66: error: redefinition of typedef 'u8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:60: error: previous declaration of 'u8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:68: error: redefinition of typedef 'uc32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:62: error: previous declaration of 'uc32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:69: error: redefinition of typedef 'uc16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:63: error: previous declaration of 'uc16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:70: error: redefinition of typedef 'uc8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:64: error: previous declaration of 'uc8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:72: error: redefinition of typedef 'vu32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:66: error: previous declaration of 'vu32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:73: error: redefinition of typedef 'vu16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:67: error: previous declaration of 'vu16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:74: error: redefinition of typedef 'vu8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:68: error: previous declaration of 'vu8' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:76: error: redefinition of typedef 'vuc32' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:70: error: previous declaration of 'vuc32' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:77: error: redefinition of typedef 'vuc16' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:71: error: previous declaration of 'vuc16' was here 
C:\Program Files\Raisonance\Ride\Lib\ARM\include/stm32f10x_type.h:78: error: redefinition of typedef 'vuc8' 
C:\stm32primer stuff\Programs\VelTst\/circle_api.h:72: error: previous declaration of 'vuc8' was here 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'Application_Handler': 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: (Each undeclared identifier is reported only once 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: error: for each function it appears in.) 
C:\stm32primer stuff\Programs\VelTst\Application.c:72: warning: passing argument 2 of '(u32 (*)(u32,  u32))(*ptrCircle_API)[185]' makes integer from pointer without a cast 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'InitUSARTa': 
C:\stm32primer stuff\Programs\VelTst\Application.c:130: error: 'GPIO_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:130: error: expected ';' before 'GPIO_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:131: error: 'NVIC_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:131: error: expected ';' before 'NVIC_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:133: error: 'RCC_APB2Periph_GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:136: error: 'RCC_APB1Periph_USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:138: error: 'NVIC_PriorityGroup_0' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:140: error: 'NVIC_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:140: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:146: error: 'GPIO_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:146: error: 'GPIO_Pin_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:147: error: 'GPIO_Speed_50MHz' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:148: error: 'GPIO_Mode_AF_PP' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:152: error: 'GPIO_Pin_3' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:154: error: 'GPIO_Mode_IN_FLOATING' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:174: error: 'USART_InitTypeDef' has no member named 'USART_Pbar_dataty' 
C:\stm32primer stuff\Programs\VelTst\Application.c:174: error: 'USART_Pbar_dataty_Space' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c: In function 'InitUSARTb': 
C:\stm32primer stuff\Programs\VelTst\Application.c:195: error: 'GPIO_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:195: error: expected ';' before 'GPIO_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:196: error: 'NVIC_InitTypeDef' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:196: error: expected ';' before 'NVIC_InitStructure' 
C:\stm32primer stuff\Programs\VelTst\Application.c:198: error: 'RCC_APB2Periph_GPIOA' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:201: error: 'RCC_APB1Periph_USART2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:203: error: 'NVIC_PriorityGroup_0' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:205: error: 'NVIC_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:205: error: 'USART2_IRQChannel' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:211: error: 'GPIO_InitStructure' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:211: error: 'GPIO_Pin_2' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:212: error: 'GPIO_Speed_50MHz' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:213: error: 'GPIO_Mode_AF_PP' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:217: error: 'GPIO_Pin_3' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:219: error: 'GPIO_Mode_IN_FLOATING' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:237: error: 'USART_WordLength_7b' undeclared (first use in this function) 
C:\stm32primer stuff\Programs\VelTst\Application.c:239: error: 'USART_InitTypeDef' has no member named 'USART_Pbar_dataty' 
C:\stm32primer stuff\Programs\VelTst\Application.c:239: error: 'USART_Pbar_dataty_Space' undeclared (first use in this function) 

Any help would be greatly appreciated!

Offline

 

# 2   2010-01-07 08:15:43 Compile error with latest Ride using USART2 and/or GPIO

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: Compile error with latest Ride using USART2 and/or GPIO

Hi,

What is your Ride version number ?
I supposed your application was developped with older Ride version with ST library precompiled (version 2.x), so you have to ckeck on the "LD Linker/Libraires/Use OLD Precompiled" option in your Ride project.

Now, in order to be independant with ST library version, with the new version of Ride, we do not provide precompiled librairies v3.x. So, we suggest to integrate ST sources files into your project.
Unckeck the "LD Linker/Libraires/Use OLD Precompiled" option
, and add USART, Gpio or necessary ST source and header files into your project (version 3.x).

Yves

Last edited by yrt (2010-01-07 08:17:48)

Offline

 

# 3   2010-01-08 15:24:47 Compile error with latest Ride using USART2 and/or GPIO

logictechs
Member
Registered: 2009-05-07
Posts: 68

Re: Compile error with latest Ride using USART2 and/or GPIO

Hi Yves,

As I stated I have the latest versions downloadable from the Raisonance site.

Searching and tinkering more I was able to resolve by doing the following:

In the LD Linker_Libraries section set the following:
Have the Use OLD... set to Yes
Have the UART0Putchar set to Yes
printf capabilities set to Small no-float printf

In my Application.C file have the following header info:
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_usart.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_nvic.h"
#include "stm32f10x_rcc.h"
#define __STM32F10x_H
#include "circle_api.h"

In the circle_api.h file it showed about the STM32F10x_H if defined statement.

Offline

 

  • Index
  •  » circleOS
  •  » Compile error with latest Ride using USART2 and/or GPIO

Board footer