• Getting started programming for stm32f103c8t6 board as an absolute beginner
    Hi all, I'm about to start embedded programming and have an STM32f103C8T6 ARM-Coretex-M3 board to get started with. I'm also a C++ programmer and want to use that language to program a project to blink...
  • Getting started programming for stm32f103c8t6 board as an absolute beginner
    Hi all, I'm about to start embedded programming and have an STM32f103C8T6 ARM-Coretex-M3 board to get started with. I'm also a C++ programmer and want to use that language to program a project to blink...
  • Interfacing STM32f103c8t6 with GSM800L
    void init_GSM_Modem(void); const char command_CMGF[]="AT+CMGF=1\r"; //Selecting text mode const char CtrlZ =0x1A; const char command_CMGS[]="AT+CMGS=+91989xxxxxxxx\r"; //Phone number to send message...
  • Interfacing STM32f103c8t6 with GSM800L
    void init_GSM_Modem(void); const char command_CMGF[]="AT+CMGF=1\r"; //Selecting text mode const char CtrlZ =0x1A; const char command_CMGS[]="AT+CMGS=+91989xxxxxxxx\r"; //Phone number to send message...
  • Problem with frequency on STM32F103C8T6
    Hello! Found a very strange problem with STM32F103C8T6. When executing this program, if you remove the CountDigit () function, then the delay function works correctly, i.e. Delay (1000) makes a delay...