Platform Samsung ARTIK: The Samsung ARTIK Smart IoT platform brings hardware modules and cloud services together, with built-in security and an ecosystem of tools and partners to speed up your time-to-market.
Microcontroller |
S5JT200 |
Frequency |
320MHz |
Flash |
8MB |
RAM |
1.25MB |
Vendor |
Please use artik_053
ID for board option in “platformio.ini” (Project Configuration File):
[env:artik_053]
platform = samsung_artik
board = artik_053
You can override default Samsung ARTIK053 settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest artik_053.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:artik_053]
platform = samsung_artik
board = artik_053
; change microcontroller
board_build.mcu = s5jt200
; change MCU frequency
board_build.f_cpu = 320000000L
PIO Unified Debugger - “1-click” solution for debugging with a zero configuration.
Warning
You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.
You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).
Samsung ARTIK053 has on-board debug probe and IS READY for debugging. You don’t need to use/buy external debug probe.
Compatible Tools |
On-board |
Default |
---|---|---|
Yes |
Yes |
Name |
Description |
---|---|
Tizen RT is a lightweight RTOS-based platform to support low-end IoT devices |