fft.zip
大小:243.69KB
价格:27积分
下载量:1
评分:
5.0
上传者:2201_75991759
更新日期:2025-09-22

LP-MSPM0G3507fft实现

资源文件列表(大概)

文件名
大小
fft/
-
fft/.ccsproject
833B
fft/.clangd
180B
fft/.cproject
14KB
fft/.project
570B
fft/.settings/
-
fft/.settings/org.eclipse.cdt.codan.core.prefs
62B
fft/.settings/org.eclipse.core.resources.prefs
208B
fft/Debug/
-
fft/Debug/.clangd/
-
fft/Debug/.clangd/.cache/
-
fft/Debug/.clangd/.cache/clangd/
-
fft/Debug/.clangd/.cache/clangd/index/
-
fft/Debug/.clangd/.cache/clangd/index/empty.c.683A05516DB7DE8E.idx
228B
fft/Debug/.clangd/.cache/clangd/index/empty.c.F1B0EC7D0892DFAE.idx
196B
fft/Debug/.clangd/.cache/clangd/index/fft.c.816806E29B3607F0.idx
4.76KB
fft/Debug/.clangd/.cache/clangd/index/ti_msp_dl_config.c.585678CCEE82FD4D.idx
10.57KB
fft/Debug/.clangd/.cache/clangd/index/ti_msp_dl_config.h.98EC5C1C8CFC6757.idx
2.76KB
fft/Debug/.clangd/compile_commands.json
1.69KB
fft/Debug/Event.dot
1.51KB
fft/Debug/ccsObjs.opt
120B
fft/Debug/device.cmd.genlibs
2.62KB
fft/Debug/device.opt
18B
fft/Debug/device_linker.cmd
2.67KB
fft/Debug/fft.d
10.11KB
fft/Debug/fft.map
45.57KB
fft/Debug/fft.o
26.52KB
fft/Debug/fft.out
264.16KB
fft/Debug/fft_linkInfo.xml
258.26KB
fft/Debug/makefile
3.86KB
fft/Debug/objects.mk
277B
fft/Debug/sources.mk
2.28KB
fft/Debug/startup_mspm0g350x_ticlang.d
4.63KB
fft/Debug/startup_mspm0g350x_ticlang.o
4.16KB
fft/Debug/subdir_rules.mk
3.06KB
fft/Debug/subdir_vars.mk
1.43KB
fft/Debug/ti_msp_dl_config.c
12.25KB
fft/Debug/ti_msp_dl_config.d
9.81KB
fft/Debug/ti_msp_dl_config.h
7.55KB
fft/Debug/ti_msp_dl_config.o
65.41KB
fft/README.html
68.48KB
fft/README.md
1.98KB
fft/fft.c
6.11KB
fft/fft.syscfg
5.04KB
fft/targetConfigs/
-
fft/targetConfigs/MSPM0G3507.ccxml
1.67KB
fft/targetConfigs/readme.txt
806B

资源内容介绍

LP-MSPM0G3507fft实现
## Example SummaryEmpty project using DriverLib.This example shows a basic empty project using DriverLib with just main fileand SysConfig initialization.## Peripherals & Pin Assignments| Peripheral | Pin | Function || --- | --- | --- || SYSCTL | | || DEBUGSS | PA20 | Debug Clock || DEBUGSS | PA19 | Debug Data In Out |## BoosterPacks, Board Resources & Jumper SettingsVisit [LP_MSPM0G3507](https://www.ti.com/tool/LP-MSPM0G3507) for LaunchPad information, including user guide and hardware files.| Pin | Peripheral | Function | LaunchPad Pin | LaunchPad Settings || --- | --- | --- | --- | --- || PA20 | DEBUGSS | SWCLK | N/A | <ul><li>PA20 is used by SWD during debugging<br><ul><li>`J101 15:16 ON` Connect to XDS-110 SWCLK while debugging<br><li>`J101 15:16 OFF` Disconnect from XDS-110 SWCLK if using pin in application</ul></ul> || PA19 | DEBUGSS | SWDIO | N/A | <ul><li>PA19 is used by SWD during debugging<br><ul><li>`J101 13:14 ON` Connect to XDS-110 SWDIO while debugging<br><li>`J101 13:14 OFF` Disconnect from XDS-110 SWDIO if using pin in application</ul></ul> |### Device Migration RecommendationsThis project was developed for a superset device included in the LP_MSPM0G3507 LaunchPad. Pleasevisit the [CCS User's Guide](https://software-dl.ti.com/msp430/esd/MSPM0-SDK/latest/docs/english/tools/ccs_ide_guide/doc_guide/doc_guide-srcs/ccs_ide_guide.html#sysconfig-project-migration)for information about migrating to other MSPM0 devices.### Low-Power RecommendationsTI recommends to terminate unused pins by setting the corresponding functions toGPIO and configure the pins to output low or input with internalpullup/pulldown resistor.SysConfig allows developers to easily configure unused pins by selecting **Board**→**Configure Unused Pins**.For more information about jumper configuration to achieve low-power using theMSPM0 LaunchPad, please visit the [LP-MSPM0G3507 User's Guide](https://www.ti.com/lit/slau873).## Example UsageCompile, load and run the example.

用户评论 (0)

发表评论

captcha

相关资源

mysq 5 和 8 两个版本的l驱动jar包

内含mysq 5 和 8 两个版本的l驱动jar包注意:不同版本 jar包,加载驱动路径不同使用mysql-connector-j-8.0.31驱动如下:Class.forName("com.mysql.cj.jdbc.Driver");使用mysql-connector-java-5.1.47加载驱动如下:Class.forName("com.mysql.jdbc.Driver");

3.18MB40积分

高校学籍管理系统 C/C++语言 visual Studio开发 课程设计

高校学籍管理系统(1)能够输入学生信息并将其存入数据文件中。(2)能将指定信息从文件中删除。(3)能够按学号或姓名对学生的信息进行检索并将检索结果显示在屏幕上。(4)统计学生总成绩及其在班上排名。(5)统计各科的平均成绩及及格率。(6)要求有错误提示功能,如性别只能输入男 女,输入错误提示重新输入。如果检索不到相应信息应提示用户。(7)对班级学生成绩占比(每10分为一档如60-69占百分比)采用柱状图表示;(8)增加学生用户、教师和管理员用户。管理员用户可以完成学生信息的录入、查询、添加教师和学生用户等功能。学生用户仅只能看到自己的信息。教师可以录入、查询和修改成绩等。

266.1KB13积分

Javascript实现的微信小程序项目代码.zip

Javascript实现的微信小程序项目代码.zip

5.21MB47积分

Qt自定义下拉列表-可为选项设置标题、可禁用选项

项目开发中,很可能简单的QComboBox满足不了需求,就需要自定义QComboBox。本示例创建一个自定义的下拉列表,并为选项设置标题、可禁用选项

4.23KB43积分