Forum Post: RE: TMS320F28P659DK-Q1: C2000 microcontrollers forum
Hi, 1. Import CPU1 & CPU2 Code to CCS IDE 2. Set both projects for FLASH build 3. Build both projects seperately. 4. Connect to CPU1. 8. In CPU1 Tool-> On-chip flash settings, press the...
View ArticleForum Post: LAUNCHXL-F28P55X: What WiFi and Bluetooth dev board could be used...
Part Number: LAUNCHXL-F28P55X Tool/software: Could you please recommend a TI WiFi and Bluetooth development board that could be used with the LAUNCHXL-F28P55X?
View ArticleForum Post: RE: LP-EM-CC2745R10-Q1: Chip Erase not possible in UNIFLASH
Hi Brian, Here is how to do a chip-erase on the CC2745 using CCS: 1. Click on View --> Target Configurations: 2. A window should have popped up called Target Configurations . Expand Projects -->...
View ArticleForum Post: RE: LAUNCHXL-F28P55X: Triggering NMI with External GPIO
Hi Zengzeng, What are you doing in the NMI Handler? I wonder if the device is going to an unknown state or being held in bootROM. Best, Ryan Ma
View ArticleForum Post: RE: TMS320F28P650SK: Global variable offset wrong
Joe, It doesn't look like your buffer variable is 64-bit aligned. Can you try aligning it properly and seeing if the issue is still present? Best, Alex
View ArticleForum Post: LAUNCHXL-F28379D: I am getthing error of defining CPU1 in the...
Part Number: LAUNCHXL-F28379D Other Parts Discussed in Thread: C2000WARE Tool/software: HI Everyone I am getthing constant error in CCS theia though I already defined it as shown in the pic below. can...
View ArticleForum Post: RE: TMS320F28069M: F28069 LaunchPad SCI/USB isn't recognized by...
Hi Allison, the followings are the content I got when I hit "Test Connection button: [Start: Texas Instruments XDS100v2 USB Debug Probe_0] Execute the command: %ccs_base%/common/uscif/dbgjtag -f...
View ArticleForum Post: RE: TMS320F28027F: Are there any updated codes for ACIM V/F that...
Dear Yanming Luo, I hope this message finds you well. I want to express my appreciation for your assistance. I have spent over 3 hours gathering information and formulating my question to ensure it is...
View ArticleForum Post: RE: AM2431: Unintended Filtering of Packets from a Specific MAC...
This is the current state. CCS version : 12.7.1.00001_win64 SDK version : 9.2.1.5 SDK example : cpsw_lwip_https_am243x-evm_r5fss0-0_freertos_ti-arm-clang No changes in local Regards
View ArticleForum Post: RE: TMS320F2800156-Q1: Missing Clock Detection
Hi What I mean is that the function ( PLL Reference Lost) has already been used and there are currently no problem with the product. Will the problem suddenly occur (it can trigger spuriously) after...
View ArticleForum Post: RE: AM2612: How to initialize PRU0 GPIO when link PRU_GPIO to...
Thank you for the response. Actually I have received the PRU IO example, but it doesn't include PRU GPIO initialization part and it can't solve my question. R5F GPIO initialization can't cover PRU...
View ArticleForum Post: RE: LAUNCHXL-F28P55X: Triggering NMI with External GPIO
Hi Ryan, I don't do anything in __interrupt void Interrupt_nmiHandler(void) , it's empty. Is there anything I need to write to keep this demo running? BR Zengzeng
View ArticleForum Post: RE: TMS320F28377D: ADC resolution and pin configuration
Thanks for you reply. i have another question.if i config the adc to 16bit-single,the data will be 16bit but valid data is the high 12bit?as bellow void ConfigureADC(void) { EALLOW; // //write...
View ArticleForum Post: RE: MSP430FR6043: UltrasonicGasFR6043_02_30_00-01 routine
Hi Could you please help point out which part of code you are seeing about P1.4 configuration? I reviewed the MSP430FR6043, it has no I2C function, and as you said, I2C communication does not require...
View ArticleForum Post: RE: MSP430FR6043: UltrasonicGasFR6043_02_30_00-01 routine
Please refer to the EVM430-FR6043 evaluation board and related routines for the configuration of P1.4.
View ArticleForum Post: RE: TMS320F280039C-Q1: CPU cannot finish the calculation in...
Hi Sira It is strange that there is large cycle differences with --opt level 2 and --opt level off, but any way I will try a single sinf() calculation again to see the time cost. [quote...
View ArticleForum Post: RE: TMS320F280049C: Missing CMPC event in PWM setup
Hi Hang, Apologies for the delay. Do you have more information on when in the code this TZ force is happening through the AQ force? Can I please see the code that does this logic? Are the EPWMs...
View ArticleForum Post: RE: TMS320F28379D: RFFT Analysis for 2 different ADC Inputs.
Ok. I am 2837x_RFFT_ADC example for reference, but it performs RFFT Analysis on only 1 signal. Can you let me know about all the changes I need to do in main.c and F2837xD_FPU_RFFT_ADC_RT_lnk.cmd in...
View Article