极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E136】通過MQTT、JSON和SMING的STM32引導(dǎo)加載程序驅(qū)動(dòng)程序

2021-08-15 19:50:39      索煒達(dá)電子      709     

項(xiàng)目編號:E136

文件大小:29M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯

STM32 bootloader driver via MQTT , JSON , SMING

topics are structured like this /stm32/in/ : to send something to driver, who is sucbsribed to /stm32/in/# Topics

request : JSON structure for incoming request { "cmd" : string, "id":number ,"data":string base64 encoded } the data is a strean of byte codes steering the driver *X_RESET : toggle reset pin and send SYNC byte to stm32 , more details see STM32 bootloader protocol *X_WAIT_ACK : wait 10 msec on an ACK , return error if failed *X_SEND : send count+1 bytes *X_BOOT0 <high/low> : set boot pin *X_RECV_VAR : receive variable number of bytes *X_RECV : receive count+1 bytes

/stm32/ : topics to which the device/driver is publishing data Topics : log : log output of device reply : JSON object containing result data and error code

文件列表:

目錄│文件列表:

 └ stm32_bootloader

    └ stm32_bootloader

       │ .cproject

       │ .project

       │ Makefile

       │ Makefile-user.mk

       ├ .settings

       │  └ language.settings.xml

       ├ app

       │  │ application.cpp

       │  │ Log.cpp

       │  │ Stm32.cpp

       │  └ Stm32.h

       └ include

          └ user_config.h

TAGSTM32
  • 11 次
  • 1 分