首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

LP-MSPM0G3507fft实现

硬件开发 243.69KB 47 需要积分: 1
立即下载

资源介绍:

LP-MSPM0G3507fft实现
## Example Summary Empty project using DriverLib. This example shows a basic empty project using DriverLib with just main file and SysConfig initialization. ## Peripherals & Pin Assignments | Peripheral | Pin | Function | | --- | --- | --- | | SYSCTL | | | | DEBUGSS | PA20 | Debug Clock | | DEBUGSS | PA19 | Debug Data In Out | ## BoosterPacks, Board Resources & Jumper Settings Visit [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 |
  • PA20 is used by SWD during debugging
    • `J101 15:16 ON` Connect to XDS-110 SWCLK while debugging
    • `J101 15:16 OFF` Disconnect from XDS-110 SWCLK if using pin in application
| | PA19 | DEBUGSS | SWDIO | N/A |
  • PA19 is used by SWD during debugging
    • `J101 13:14 ON` Connect to XDS-110 SWDIO while debugging
    • `J101 13:14 OFF` Disconnect from XDS-110 SWDIO if using pin in application
| ### Device Migration Recommendations This project was developed for a superset device included in the LP_MSPM0G3507 LaunchPad. Please visit 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 Recommendations TI recommends to terminate unused pins by setting the corresponding functions to GPIO and configure the pins to output low or input with internal pullup/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 the MSPM0 LaunchPad, please visit the [LP-MSPM0G3507 User's Guide](https://www.ti.com/lit/slau873). ## Example Usage Compile, load and run the example.

资源文件列表:

fft.zip 大约有47个文件
  1. fft/
  2. fft/.ccsproject 833B
  3. fft/.clangd 180B
  4. fft/.cproject 14KB
  5. fft/.project 570B
  6. fft/.settings/
  7. fft/.settings/org.eclipse.cdt.codan.core.prefs 62B
  8. fft/.settings/org.eclipse.core.resources.prefs 208B
  9. fft/Debug/
  10. fft/Debug/.clangd/
  11. fft/Debug/.clangd/.cache/
  12. fft/Debug/.clangd/.cache/clangd/
  13. fft/Debug/.clangd/.cache/clangd/index/
  14. fft/Debug/.clangd/.cache/clangd/index/empty.c.683A05516DB7DE8E.idx 228B
  15. fft/Debug/.clangd/.cache/clangd/index/empty.c.F1B0EC7D0892DFAE.idx 196B
  16. fft/Debug/.clangd/.cache/clangd/index/fft.c.816806E29B3607F0.idx 4.76KB
  17. fft/Debug/.clangd/.cache/clangd/index/ti_msp_dl_config.c.585678CCEE82FD4D.idx 10.57KB
  18. fft/Debug/.clangd/.cache/clangd/index/ti_msp_dl_config.h.98EC5C1C8CFC6757.idx 2.76KB
  19. fft/Debug/.clangd/compile_commands.json 1.69KB
  20. fft/Debug/Event.dot 1.51KB
  21. fft/Debug/ccsObjs.opt 120B
  22. fft/Debug/device.cmd.genlibs 2.62KB
  23. fft/Debug/device.opt 18B
  24. fft/Debug/device_linker.cmd 2.67KB
  25. fft/Debug/fft.d 10.11KB
  26. fft/Debug/fft.map 45.57KB
  27. fft/Debug/fft.o 26.52KB
  28. fft/Debug/fft.out 264.16KB
  29. fft/Debug/fft_linkInfo.xml 258.26KB
  30. fft/Debug/makefile 3.86KB
  31. fft/Debug/objects.mk 277B
  32. fft/Debug/sources.mk 2.28KB
  33. fft/Debug/startup_mspm0g350x_ticlang.d 4.63KB
  34. fft/Debug/startup_mspm0g350x_ticlang.o 4.16KB
  35. fft/Debug/subdir_rules.mk 3.06KB
  36. fft/Debug/subdir_vars.mk 1.43KB
  37. fft/Debug/ti_msp_dl_config.c 12.25KB
  38. fft/Debug/ti_msp_dl_config.d 9.81KB
  39. fft/Debug/ti_msp_dl_config.h 7.55KB
  40. fft/Debug/ti_msp_dl_config.o 65.41KB
  41. fft/README.html 68.48KB
  42. fft/README.md 1.98KB
  43. fft/fft.c 6.11KB
  44. fft/fft.syscfg 5.04KB
  45. fft/targetConfigs/
  46. fft/targetConfigs/MSPM0G3507.ccxml 1.67KB
  47. fft/targetConfigs/readme.txt 806B
0评论
提交 加载更多评论
其他资源 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");
高校学籍管理系统 C/C++语言 visual Studio开发 课程设计
高校学籍管理系统 (1)能够输入学生信息并将其存入数据文件中。 (2)能将指定信息从文件中删除。 (3)能够按学号或姓名对学生的信息进行检索并将检索结果显示在屏幕上。 (4)统计学生总成绩及其在班上排名。 (5)统计各科的平均成绩及及格率。 (6)要求有错误提示功能,如性别只能输入男 女,输入错误提示重新输入。如果检索不到相应信息应提示用户。 (7)对班级学生成绩占比(每10分为一档如60-69占百分比)采用柱状图表示; (8)增加学生用户、教师和管理员用户。管理员用户可以完成学生信息的录入、查询、添加教师和学生用户等功能。学生用户仅只能看到自己的信息。教师可以录入、查询和修改成绩等。
Javascript实现的微信小程序项目代码.zip
Javascript实现的微信小程序项目代码.zip
Javascript实现的微信小程序项目代码.zip Javascript实现的微信小程序项目代码.zip Javascript实现的微信小程序项目代码.zip
Qt自定义下拉列表-可为选项设置标题、可禁用选项
项目开发中,很可能简单的QComboBox满足不了需求,就需要自定义QComboBox。本示例创建一个自定义的下拉列表,并为选项设置标题、可禁用选项
Verilog编写的加油机代码 (设计并实现一个简易加油机控制系统,能够完成定值加油、加油至油箱满等功能,并显示所加油量和钱数)
要求: 1、油价固定设为 5 元/升 2、用 2 个按键(BTN1、BTN0)表示输入钱数,其中 BTN1 表示一百元、BTN0 表示十 元,用 BTN2 做加油开始键,用 BTN7 做系统复位键;用 3 个数码管(DISP2~DISP0) 显示钱数,以元为单位,上限 990 元;用数码管(DISP7~DISP4)显示加油量,精确 到 0.1 升,最大显示 199.9 升  3、 SW7 选择加油方式,SW7=0 时,LD7 亮,表示定值加油;SW7=1 时,LD6 亮表示 加油值油箱满  4、定值加油:先输入钱数,同时数码管 DISP2~DISP0 显示钱数,数码管 DISP7~DISP5 显示该钱数可加油量。输入完钱数,按加油键 BTN2,开始加油。加油过程中,钱数 及加油量从设置值开始递减,直到为 0,此时发光二极管 LD15 亮,表示加油成功 5、加油至油箱满:BTN1 和 BTN0 无效,在钱数为 0 的状态下,按加油键 BTN2,钱数 及加油量的显示从 0 开始递增 6、加油过程中,所有按键和拨码开关无效 7、按下复位键 BTN7后,系统复位,数码管显示钱币数及加油量均为0
RuoYi-Vue3-master
RuoYi前端vue3
RuoYi-Vue3-master RuoYi-Vue3-master RuoYi-Vue3-master
RT-Thread使用LTDC+SRAM+DMA2D驱动正点原子4.3寸屏
RT-Thread使用LTDC+SRAM+DMA2D驱动正点原子4.3寸屏
5735d11e719b8b861561454361.zip
5735d11e719b8b861561454361.zip