首页 > 评测 > ARM中的R,一款Cortex R内核开发板:三星ARTIK 055开发体验
ARM中的R,一款Cortex R内核开发板:三星ARTIK 055开发体验
- [导读]
- 三星公司的Exynos系列处理器针对IoT市场目前推出了两款: Exynos i S111, Exynos i T200. S111是针对NB-IoT市场的, T200即本文评测的这款针对WiFi市场. 就T200而言, 无论是开发工具, 还是配套SDK的完善度, 都是比较优秀的. 但是缺点是来的太迟了, T200这款芯片可以大约对标乐鑫的ESP32.
图 这几个工程随便选一个
图 Build & Flash
Build的时候如果开发机器是多核CPU(现在电脑应该都是多核)注意开启并行build,这个默认是没有开启的, 并行build速度要快很多. 按下烧写按钮后弹出对话框点确认,
如果无误开始烧写.目前而言烧写有点慢, 因为每次都要烧写基础工程的内容, 目前没有找到可以配置仅仅烧写改变的内容(即APP的内容),所以得耐心一点.
烧写时Console输出:
[2018/09/26 11:28:05:463]
[2018/09/26 11:28:05:473] . Seeding the random number generator...
[2018/09/26 11:28:05:483] . Reading private key from 'D:/ARTIK/SDK/A05x/18.05.00/source/tinyara/build/configs/artik05x/../../../os/../build/configs/artik05x/tools/codesigner/rsa_private.key'
[2018/09/26 11:28:05:618] . Generating the RSA/SHA-256 signature
[2018/09/26 11:28:05:618] . Done (created "D:/ARTIK/SDK/A05x/18.05.00/source/tinyara/build/configs/artik05x/../../output/bin/tinyara_head.bin-signed")
[2018/09/26 11:28:05:618]
[2018/09/26 11:28:05:618] + Press Enter to exit this program.
[2018/09/26 11:28:06:410]Open On-Chip Debugger 0.10.0-dirty (2017-09-01-01:30)
[2018/09/26 11:28:06:410]Licensed under GNU GPL v2
[2018/09/26 11:28:06:410]For bug reports, read
[2018/09/26 11:28:06:410]http://openocd.org/doc/doxygen/bugs.html
[2018/09/26 11:28:06:430]adapter speed: 2000 kHz
[2018/09/26 11:28:06:430]Info : auto-selecting first available session transport "jtag". To override use 'transport select
[2018/09/26 11:28:06:430]force hard breakpoints
[2018/09/26 11:28:06:440]trst_and_srst separate srst_gates_jtag trst_push_pull srst_push_pull connect_deassert_srst
[2018/09/26 11:28:06:440]adapter_nsrst_assert_width: 50
[2018/09/26 11:28:06:440]adapter_nsrst_delay: 100
[2018/09/26 11:28:06:440]debug_level: 0
[2018/09/26 11:28:06:789]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:06:789]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:06:789]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:07:197]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:07:197]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:07:197]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:07:345]Flashing D:/ARTIK/SDK/A05x/18.05.00/source/tinyara/build/configs/artik055s/bin/bl1.bin to 'BL1' partition at 0x04000000...
[2018/09/26 11:28:07:531]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:07:531]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:07:531]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:08:128]8192 bytes written at address 0x04000000
[2018/09/26 11:28:08:129]downloaded 8192 bytes in 0.144000s (55.556 KiB/s)
[2018/09/26 11:28:08:323]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:08:323]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:08:323]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:08:732]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:08:732]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:08:732]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:08:892]Flashing D:/ARTIK/SDK/A05x/18.05.00/source/tinyara/build/configs/artik055s/bin/bl2.bin to 'BL2' partition at 0x04010000...
[2018/09/26 11:28:09:097]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:09:097]cpsr: 0x600001d3 pc: 0x0401920c
[2018/09/26 11:28:09:097]D-Cache: disabled, I-Cache: enabled
[2018/09/26 11:28:13:251]149504 bytes written at address 0x04010000
[2018/09/26 11:28:13:252]downloaded 149504 bytes in 2.558994s (57.054 KiB/s)
[2018/09/26 11:28:13:446]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:13:447]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:13:447]D-Cache: disabled, I-Cache: disabled
[2018/09/26 11:28:13:613]Flashing D:/ARTIK/SDK/A05x/18.05.00/source/tinyara/build/configs/artik055s/bin/sssfw.bin to 'SSS F/W' partition at 0x04040000...
[2018/09/26 11:28:13:797]target halted in ARM state due to debug-request, current mode: Supervisor
[2018/09/26 11:28:13:797]cpsr: 0x600001d3 pc: 0x00003834
[2018/09/26 11:28:13:797]D-Cache: disabled, I-Cache: disabled
- 本文系21ic原创,未经许可禁止转载!
网友评论
- 联系人:巧克力娃娃
- 邮箱:board@21ic.com
- 我要投稿
-
欢迎入驻,开放投稿
-
人均百万?英伟达中国员工收入曝光! 2024-08-29
-
《黑神话:悟空》玩家硬盘升级攻略:提升游戏体验,畅享3A大作 2024-08-29
-
数睿数据参加《系统与软件工程 低代码开发平台通用技术要求》国家标准编制 2024-08-29
- NRF52810蓝牙数字耳机找人定制
预算:¥30005天前
- 125KW模块式PCS软硬件外包开发
预算:¥1100000015小时前
- 12V汽车启动电源项目BMS设计
预算:¥50000023小时前
- 数据可视化软件 开发
预算:¥5000023小时前
- PLC项目调试修改
预算:¥100001天前
- 起动电机控制器开发
预算:¥1100001天前