Forum Post: RE: TINA/Spice/CC2531: /packet sniffer/tool bar/view
Hi. Thank you for your kind reply. However, I tried running in compatibility mode, but it works the same. In the past few days, we were able to use all 7 toolbars, but when we ran this morning, 7...
View ArticleForum Post: MSP432P4111: Store redundant copies of firmware image in two...
Part Number: MSP432P4111 Hi, Wanted to know if it is possible to store output image to two separate location in Main memory MEMORY { FLASH1 (RX) : origin = 0x00000000, length = 0x00100000 FLASH2 (RX) :...
View ArticleForum Post: RE: CCS/LAUNCHXL2-RM57L: need to print the decimal value, as it...
(Please visit the site to view this file)
View ArticleForum Post: CCS/TMS320F280049: Which IC of TI DSP can control 4 BLDC motors?
Part Number: TMS320F280049 Tool/software: Code Composer Studio Hi, Which IC of TI DSP can control 4 BLDC motors? Best Wishes!
View ArticleForum Post: RE: CCS/TMS570LS0432: Capturing two frequencies with the HET
Hello, Your configuration looks fine. Are you using LaunchPad or Custom board? Are you using external signal? Best regards, Miro
View ArticleForum Post: RE: CCS/MSP430FR5964: Linker file missing line: .ipe_vars : type...
(Please visit the site to view this file) Please find example project in attached file. After build this example project, you will get the same warning as I mentioned. - CCS Version: 9.0.0.00018
View ArticleForum Post: CCS/MSP432P401R: MSP432P401R
Part Number: MSP432P401R Tool/software: Code Composer Studio Hello sir, i have to select microcontroller for portable battery power medical deivece.for that i m looking for a microcontroller with 16...
View ArticleForum Post: RE: TINA/Spice/CC2531: /packet sniffer/tool bar/view
I have never seen this happen before, and I cant seem to find any setting to remove or add the toolbar. At this point the only suggestion that I could give you is to try to uninstall and install the...
View ArticleForum Post: RE: CCS/LAUNCHXL2-RM57L: need to print the decimal value, as it...
Hello, You can download CCS project for SD card read/write from here: e2e.ti.com/.../347265 In this project under src\SDCard folder, files uartstdio.c and uartstdio.h can be used for this purpose. Best...
View ArticleForum Post: Linux/CONTROLSUITE: Control Suite Serial Flash Programmer code...
Part Number: CONTROLSUITE Tool/software: Linux Hello. We need a Linux application for TMS320F28027F firmware update . I see there is Serial Flash Programmer in Control Suite\device_support\~Utilities\....
View ArticleForum Post: RE: CCS/TMS570LS0432: Capturing two frequencies with the HET
Hello Miro, I am using the TMS570LS0432 LaunchPad und two external signals. Individually the signals are correctly measured by the HET Pin 0, if I switch the wires. But any additional pin doesn't seem...
View ArticleForum Post: RE: CCS/TMS570LS0432: Capturing two frequencies with the HET
Hello, I don't have this LaunchPad to try. Is it is possible to attach your project? Best regards, Miro
View ArticleForum Post: RE: MSP-GANG: MSP GANG ERROR #23
Hi, Yes. Yes, we have tried the same connections without R1 and C1 to a MSP-FET single output emulator and it programs fine with no errors. Vcc is provided from the gang Thanks!
View ArticleForum Post: RTOS/MSP432E401Y: GPIO_setCallback responding issue
Part Number: MSP432E401Y Tool/software: TI-RTOS Hi, In my application i have to use some gpio's whcih are inputs to the controller and controlled externally with momentary switches. Based on the switch...
View ArticleForum Post: TMS320F28075: ADC not working properly - TMS320F28075
Part Number: TMS320F28075 Hello, Currently we are working ADC of TMS320F28075 , For testing ADC functionality i have used two different reference codes from TI. 1. ADC SOC using PWM 2. ADC SOC using...
View ArticleForum Post: RE: CCS/TMS570LS0432: Capturing two frequencies with the HET
My programm:(Please visit the site to view this file) My Compilerversion: **** Build of configuration Debug for project GIO **** "C:\\ti\\ccs900\\ccs\\utils\\bin\\gmake" -k -j 4 source/sys_main.obj -O...
View ArticleForum Post: RE: CCS/EVM430-F6779: How to change the default baud rate...
Hi James, Using the GUI for calibration should save you time over implementing the calibration process and algorithm on the MCUs. You could do this using a single EMDC project. First, you'd take this...
View ArticleForum Post: RE: LAUNCHXL-F280049C: CLA EXAMPLE PROBLEM. TASKS WITH EVEN...
The main problem with CLA is I can't use the breakpoints in .cla file. The changing variable types didn't solve my problem. Actually I found very strange thing when I try to change my variables from...
View ArticleForum Post: RE: LAUNCHXL-F280049C: CLA EXAMPLE PROBLEM.
Thank you for your reply. I have solved it while I surf around the properties but I appreciate your effort.
View ArticleForum Post: RE: CCS/TMS320F28335: invalid redeclaration error
#include typedef struct { unsigned int freq; unsigned int step_max; unsigned int alpha; int gain; int offset; int out; void (*calc)(void *); }SGENT_1; SGENT_1 sgen=SGENT_1_DEFAULTS; int x1; main ( ) {...
View Article