Closed hasikp1 closed 4 years ago
Sorry for very late reply, I just noticed this question.
As you noticed, the blue pill is quite limited use, there just isn't much available memory to do any network related activities. I am afraid you need to think some other device for modem development. I would recommend black pill https://docs.zephyrproject.org/latest/boards/arm/blackpill_f411ce/doc/index.html it works well and has much more memory (both RAM and flash). They are also very affordable, just bought some for about $5 a piece.
I am trying to use gsm_modem example with stm32 blue pill and SIM7000 modem. I have used following command to build using west.
west build -b stm32_min_dev_blue samples/net/gsm_modem -p auto -- -DCONFIG_MODEM_GSM_APN=\"mobitel3g\" -DCONFIG_MODEM_GSM_UART_NAME=\"UART_3\"
I got the following error
Is it possible to reduce the RAM and FLASH usage? If yes what is the command that I can use.