当前位置:网站首页>4. S32K14X study notes: S32 Design Studio new and imported projects
4. S32K14X study notes: S32 Design Studio new and imported projects
2022-08-08 16:47:00 【Kevin's Learning Station】
S32 Design Studio New and Import Project
I. New project
1. Open the software
2. Click file->new->S32DS Application Project
3. After creating the project name, select the chip->S32K14X->toolchain selection: ARM Bare-Metal 32-bit -> select next
4. Select programming language: C language; select SDK: S32K144_SDK_v_3.00; select Debug tool: Segger Debugging Interface (Jlink); click finish.
5. The new project file is as follows
Second, import project
2.1, file->import->existing project into workspace->next
2.1, select project
2.3, the import file is as follows:
3, S32DS use
3.1, code compilation
3.2, code download and debugging
Code download
Configure the download environment: debug configurations
边栏推荐
猜你喜欢
随机推荐
ImportError: numpy.core.multiarray failed to import [cv2, matplotlib, PyTorch, pyinstaller ]
使用 ansible-bender 构建容器镜像
linux安装部署redis&配置远程连接
广东大学生网络安全攻防大赛CTF部分WP
B+树与B-树的区别
[uniapp applet] view container cover-view
微信公众号+web后台的工资条发放功能的实现
耐心排序——专门快速解决最长递增子数组
正则什么的,你让我写,我会难受,你让我用,真香!
产品经理常用的19类50+工具软件盘点
Kubernetes资源编排系列之四: CRD+Operator篇
常见的网络安全术语之一
看到这个应用上下线方式,不禁感叹:优雅,太优雅了!
B. Stairs
laravel-practice
C#/VB.NET 将PDF转为PDF/X-1a:2001
力扣207,课程表
国内部分手机游戏开始显示用户IP属地
题目:有序队列
redis设计与实现 笔记(一)