/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / newbie problems

Username:     
Password:     
             

Forum

# 1   2012-10-14 05:17:12 newbie problems

vjkarthik
New member
Registered: 2012-10-14
Posts: 1

newbie problems

i'm new to stm32F4 discovery
and when i compiled the program in Keil uVision it is returning me this error

MyTest.axf: Error: L6218E: Undefined symbol assert_param (referred from stm32f4xx_gpio.o).

Target not created


can you please help me?

Offline

 

# 2   2013-05-21 19:42:12 newbie problems

fjrg76
Member
Registered: 2010-03-05
Posts: 10

Re: newbie problems

In your IDE look for something like "project preferences" and then for "Symbols" and add this symbol:

USE_STDPERIPH_DRIVER

that is equivalent for:

-DUSE_STDPERIPH_DRIVER

Good lock smile

Offline

 

Board footer