Topic : STM32lib FLASH functions

Forum : ARM

Original Post
Post Information Post
February 24, 2010 - 8:33pm
Guest

Hi,

I use Ride 7.26 with Rkit 1.22 and I have some error at FLASH functions not all :
undefined reference to `FLASH_ProgramHalfWord',`FLASH_ErasePage' ,`FLASH_Unlock' ,
but FLASH_SetLatency, FLASH_PrefetchBufferCmd work well.
I have uncommented the "#define _FLASH_PROG " in stm3210x_cof.h" file.
Please help I don't know what to do !

Thanks in advance

Replies
Post Information Post
+1
0
-1
February 24, 2010 - 8:39pm
Guest

I forget to mention that is a loader error .

+1
0
-1
February 25, 2010 - 5:39am
Guest

check this link and find if it helps
http://raisonance-forum.xsalto.com/viewtopic.php?id=3121

regards
MicroP1

+1
0
-1
February 25, 2010 - 8:05am
Guest

Thanks.
I add the stm32f10x_flash.c in my project and Linker give me "undefine reference to 'assert_param'"

regards
Alex