/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
i'm new to stm32F4 discoveryand when i compiled the program in Keil uVision it is returning me this errorMyTest.axf: Error: L6218E: Undefined symbol assert_param (referred from stm32f4xx_gpio.o).Target not createdcan you please help me?
Offline
In your IDE look for something like "project preferences" and then for "Symbols" and add this symbol:USE_STDPERIPH_DRIVERthat is equivalent for:-DUSE_STDPERIPH_DRIVERGood lock