Azure RTOS デモンストレーション

>100 Views

March 23, 21

スライド概要

2021/3/23 【オンライン】MS最新IoTテクノロジー・Azure RTOS
https://algyan.connpass.com/event/205947/

profile-image

SeeedKKの中の人。Microsoft MVP for Internet of Things。

シェア

またはPlayer版

埋め込む »CMSなどでJSが使えない場合

関連スライド

各ページのテキスト
1.

Azure RTOS デモンストレーション 2021/3/23 Takashi Matsuoka

2.

Takashi Matsuoka (@matsujirushi12) 2017~ MVP for Windows Development 2020~ for Microsoft Azure 「e」3つ

3.

Azure RTOSを動かしてみる デバイス 開発環境 ビルド 実行

4.

デバイス https://docs.microsoft.com/ja-jp/azure/rtos/

5.

デバイス AZ3166 BCM43362KUBG Single-Chip IEEE 802.11 b/g/n MAC/Baseband/Radio + SDIO STM32F412RGY6 25V1635F Arm Cortex-M4 with FPU, 1K Flash, 256K RAM 16M-BIT MXSMIO FLASH MEMORY? EMW3166

6.

開発環境 https://github.com/azure-rtos/getting-started

7.

Azure RTOSを動かしてみる デバイス 開発環境 ビルド 実行

8.

Application Platform Dependent Platform independent MXChip/AZ3166/CMakeLists.txt /core/src/CMakeLists.txt add_subdirectory: /core/src/ lib/ app/ add_library(app_common): azure_iot_mqtt/ azure_iot_nx/ *.c lib/CMakeLists.txt add_subdirectory: /core/lib/threadx/ /core/lib/netxduo/ /core/lib/jsmn/ stm32cubef4/ mxchip_bsp/ wiced_sdk/ app/CMakeLists.txt target_link_libraries: azrtos::threadx azrtos::netxduo jsmn /core/lib/threadx/CMakeLists.txt add_executable(mxchip_azure_iot): startup/ stm32cubef4/ legacy/ *.h *.c lib/stm32cubef4/CMakeLists.txt target_link_libraries: azrtos::threadx azrtos::netxduo stm32cubef4 mxchip_bsp wiced_sdk app_common jsmn add_library(mxchip_bsp): stm_sensor/Src/*.c ssd1306/Src/*.c add_library(stm32cubef4): CMSIS & HAL add_library(azrtos::threadx): ... Azure RTOS ThreadX /core/lib/netxduo/CMakeLists.txt lib/mxchip_bsp/CMakeLists.txt lib/wiced_sdk/CMakeLists.txt add_library(wiced_sdk): lib/libwiced_sdk_bin.a add_library(azrtos::netxduo): ... Azure RTOS NetX Duo /core/lib/jsmn/CMakeLists.txt add_library(jsmn): ... minimalistic JSON parser

9.

デバッグ AZ3166 PC Container EMW3166 ST-Link USB OpenOCD TCP arm-noneeabi-gdb cppdbg VSCode

10.

注意事項 https://www.seeedstudio.com/AZ3166-IOT-Developer-Kit.html