28335
PowerBoy_Stone
这个作者很懒,什么都没留下…
展开
-
C28xx: Error initializing flash programming: Interface returned from dll, but flash is not available
C28xx: Error initializing flash programming: Interface returned from dll, but flash is not available on this device.c2834系列DSP是C系列,不是F系列的,所以没有片内flash,只能debug,所以这是可以正常用的,只是会报错而已~...原创 2021-04-29 19:43:35 · 1255 阅读 · 0 评论 -
20210311 28379D滤波器设计时应该用direct form Ⅱ,由于28379D 支持浮点运算
当我们说一个C2000芯片是定点或浮点芯片时,通常只针对它的主CPU,也就是大家通常提到的C28x内核,或者经常说的DSP内核。因此,C28x本身其实就是一个定点内核,但是在它的基础上,C2000增加了一些硬件加速单元和协处理器,比如FPU和CLA,前者是在C28x的基础上增强,而后者是一个独立的CPU,它们都支持浮点运算。/////既然支持浮点运算,就Ⅱ吧...原创 2021-03-11 10:34:29 · 569 阅读 · 0 评论 -
20210307 Unknown property “FlashCoreSelection“ 疑似解决
C28xx_CPU1: Error occurred during flash operation: Unknown property “FlashCoreSelection”今天发现一个有趣的现象,生成的代码如果用28379D,就不会报错,但是用28379S就会报错。原创 2021-03-07 22:11:58 · 1027 阅读 · 2 评论 -
20210306 CCS Unknown property “FlashCoreSelection“ 备忘
C28xx_CPU1: Error occurred during flash operation: Unknown property “FlashCoreSelection”貌似要重新测试下仿真器是否连通原创 2021-03-06 19:10:42 · 747 阅读 · 1 评论 -
20210306 CCS算法执行时间测量备忘
要在build和debug后,run才会出现clock选项原创 2021-03-06 14:45:25 · 241 阅读 · 0 评论 -
20200904 launchpad 28379s和28379D
工程自带了两个ccxml文件,说明是s代表 single?d 代表 double?但是貌似目前只用的上单核的。。。原创 2020-09-04 09:48:05 · 775 阅读 · 0 评论 -
20200903 28379D launchpad学习
贼难搞啊,双核的///199 / 229,,都不知道boot咋设置而且主频是200MHZ原创 2020-09-03 22:32:20 · 520 阅读 · 0 评论 -
20200829 tektronix TPS 2024 示波器 compactflash设置
http://www.testequipmenthq.com/datasheets/TEKTRONIX-TPS2024-Datasheet.pdf看来够用了,8兆就能寸这么多可以存1GB的啊Type 1 CompactFlash card这里说32MB原创 2020-08-29 10:45:16 · 439 阅读 · 0 评论 -
20200820 28096launchpad通信外部模式
加载VCP原创 2020-08-20 18:11:47 · 239 阅读 · 0 评论 -
20200819 28069 launchpad报错
[Start: Texas Instruments XDS100v2 USB Emulator]Execute the command:%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity[Result]-----[Print the board config pathname(s)]------------------------原创 2020-08-19 23:02:43 · 1363 阅读 · 3 评论 -
20200725 CCS工程RAM和FLASH设置&low power mode报错需要重启板子
貌似该是DEBUG-RAM而不是DEBUG-ACTIVE?原创 2020-07-25 13:39:45 · 1561 阅读 · 0 评论 -
20200723 新版CCS的C2000 ware安装
resource explorer原创 2020-07-23 22:26:09 · 2512 阅读 · 1 评论 -
20200720 研旭一体板学习
36 / 115,原来跳帽是这样的啊,但为何我每次把JMP2打开的时候就不会响了呢?原创 2020-07-20 09:29:01 · 264 阅读 · 0 评论 -
20200717 Ti 更新
Ti没更新,就用不了controlsuite原创 2020-07-17 21:13:51 · 234 阅读 · 0 评论 -
controlsuite learning notes
I can find the PID原创 2020-07-15 22:03:13 · 244 阅读 · 0 评论 -
28335易错备忘录
debug文件夹是自动生成的,删除后也没事儿原创 2020-06-28 15:59:03 · 221 阅读 · 0 评论 -
CCS graph功能
直接右键原创 2020-06-28 14:14:12 · 714 阅读 · 0 评论 -
CCS导入controlsuite
http://blog.sina.com.cn/s/blog_56ae1f950102ws4t.html原创 2020-06-27 21:09:37 · 2070 阅读 · 0 评论 -
288335中的C语言语法
局部变量和static局部变量的区别我在单片机程序里写了个C子函数,里面要调用全局变量,耗用单片机的内存,现在我将这个全局变量更改成子函数内的static变量,但是一样耗用单片机内存,这个static变量和全局变量是一样局部变量:每次进2113入进入子函5261数中重新赋值static:静态变量,开始定4102义时赋值,以1653后进入子函数时之前在此函数中计算的值重新赋值该变量 ,static变量和全局变量是不一样,static变量只能在你定义那个子函数中有效。https://zhi..原创 2020-06-27 15:40:34 · 417 阅读 · 0 评论 -
ADC--普中
F:\DSP8233x_ProjectExample\DSP2833x_Example\Example14_DSP2833x_Epwm_Time_Interrupt原创 2020-06-27 13:29:59 · 737 阅读 · 0 评论 -
Target must be connected before loading program
Target must be connected before loading program1原创 2020-06-25 19:10:40 · 3536 阅读 · 0 评论 -
20200622simulink生成CCS的工程
参考网址:https://ww2.mathworks.cn/matlabcentral/answers/134784-how-can-i-generate-a-ccs-project-base-on-the-out-file-which-comes-from-matlab2013a-simulink-and原创 2020-06-22 20:37:04 · 931 阅读 · 0 评论 -
20200622流水灯
参照这篇文章:https://www.ilovematlab.cn/thread-546708-1-1.htmlSimulink的仿真器从:C:\Users\think\workspace_v7\lab3-timer0_LED\NewTargetConfiguration.ccxml原创 2020-06-22 19:59:39 · 303 阅读 · 0 评论 -
controlsuite例程笔记
Error:(Error -1156 @ 0x0)Device may be operating in low-power mode. Do you want to bring it out of this mode? Choose ‘Yes’ to force the device to wake up and retry the operation. Choose ‘No’ to retry the operation without waking the device.(Emulation p.原创 2020-06-22 10:20:37 · 3123 阅读 · 4 评论 -
自动代码生成笔记|simulink建模基础及c2000 dsp代码自动生成笔记二
书的第2章讲的是闰年判断,差不多在90/475才开始讲搭建模型并建立 91/475 p82讲的是不同solver的区别,原创 2020-06-21 22:30:45 · 4754 阅读 · 8 评论 -
自动代码生成之ADC
找到ADC,路径为:F:\2019-2020-2control_suite\controlSUITE\device_support\f2833x\v142\DSP2833x_examples_ccsv5\adc_soc原创 2020-06-21 21:26:14 · 673 阅读 · 1 评论 -
28335改变频率pwm_clk时,是否会造成SP寄存器无法赋值给TBCTL
设置pwm_clk为1k时,不能输出正确波形,改回10k则正常f=10khz,SP=150/201e3=7500f=1khz,SP=150/21e3=75*1e3=75000寄存器SP设置有上下限?原创 2019-11-03 20:38:21 · 250 阅读 · 0 评论