KarsusAvatar

Results 1 issues of KarsusAvatar

**What are you doing?** 利用STM32标准库中的stm32f10x_flash.h提供的函数操作flash **Describe the bug** 编译错误,stm32f10x_flash.h内的函数全部提示undefined reference to XXXX,但使用其他库就不会有问题,例如使用stm32f10x_usart.h做串口通讯就不会出问题。 d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./build/Debug/src/FlashStore.o: in function `FlashStore_Save': d:\Source\Test/./src/FlashStore.c:25: undefined reference to `FLASH_Unlock' d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: d:\Source\Test/./src/FlashStore.c:26: undefined reference to `FLASH_ErasePage' d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: d:\Source\Test/./src/FlashStore.c:28:...