Hi All,
I am trying to build a simple CircleOS 4.1 project for the EvoPrimer (STM32E target board) that uses USART in Ride7. I started out with the simple "Hello World" application template.
So far I have just added:
I also copied the ST library source files and included them in my project as suggested here in the forums:
stm32f10x_gpio.c
stm32f10x_rcc.c
stm32f10x_usart.c
I used the ST version 3.1 files, the same as used in CircleOS to avoid any conflicts there.
When I try to do Project -> Build Project I get the following linker error:
I haven't even added any other code yet, how can this already be too big to fit in Flash.
If I do not include stm32f10x_usart.c the project builds, but I assume I will need that file for the USART functionality...
Is there a sample project for USART in CircleOS 4.1. I searched through all the posts and projects and couldn't find a complete working sample.
In some other posts I found some reference to look at "LD Linker/Libraires/Use OLD Precompiled", but that option doesn't exist in the Ride version I have (7.30.10.0159).
Thanks for any pointers here, I am kind of stuck.
Mike
Last edited by mikepo (2010-12-16 13:27:41)