Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.11 KB

AT Command Library for STM32


Please Do not Forget to get STAR, DONATE and support me on social networks. Thank you. 💖



  • Install Library from https://github.com/nimaltd/STM32-PACK/raw/main/ATC/NimaLTD.I-CUBE-ATC.pdsc
  • Add and enable it.
  • Enable UART and Enable Interrupt.
  • Enable TX/RX DMA at Normal Mode.
  • Select 'Generate peripheral initialization as a pair of .c/.h files per peripheral' on the Code Generator Tab.
  • Generate Code.
  • Define a structure of ATC_HandleTypeDef.
  • Add ATC_IdleLineCallback() in the Idle Line Callback.
  • Call ATC_Init() and enjoy.
  • Add Events (optional).

Watch the Video:

Video

The old Version: https://github.com/nimaltd/ATC/archive/refs/tags/3.0.3.zip