MaJerle / lwcell

Lightweight cellular modem host AT library
MIT License
395 stars 147 forks source link

Having issue using the gsm_at_lib with STM32F4 discovery board on STM32CUBEIDE #33

Closed smartraysam closed 4 years ago

smartraysam commented 4 years ago

Hello @MaJerle

Great thanks for this great job. please, I have tried to use the library with the STM32F4dicovery board on STM32CUBEIDE but I can't get it to compile. and also am little confused about this instruction line

  1. Add port architecture gsm_at_lib/src/include/system/port/arch folder to include path of your toolchain.. what does this arch mean because I can't see the folder in the path

  2. Add source files from gsm_at_lib/src/ folder to toolchain build

Add source files from gsm_at_lib/src/system/ folder to toolchain build for arch port.

I will be expecting your reply thanks

MaJerle commented 4 years ago

arch is template name only. There are several architectures listed in the repository, like STM32 or WIN32. Inside each are include files that are necessary for the application to run.

smartraysam commented 4 years ago

got it thanks