nimaltd / gsm_v5

gsm module library for STM32 LL
GNU General Public License v3.0
232 stars 86 forks source link

at library not compatible with stm32f103c8? #35

Closed MahmoudMohamedAli closed 2 years ago

MahmoudMohamedAli commented 2 years ago

I fellow your instruction but i come with this error can u help me to fix it ?

c:\st\stm32cubeide_1.6.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: Core/Src/atc.o: in function `atc_init':

C:/Users/20106/STM32CubeIDE/workspace_1.6.0/GSM_800L_INTERFACE/Debug/../Core/Src/atc.c:39: undefined reference to `LL_USART_EnableIT_RXNE' i believe this error cause LL_USART_EnableIT_RXNE not compatible with stm32f103 am right??

nimaltd commented 2 years ago

Do you enable LL library? I think it should be work.