IWR1443: Receiver's maximum input power
CC2640R2F: How to run cc2640r2lp_app (OAD on chip) directly after upgrading with Smart RF Flash Programmer 2?
Part Number:CC2640R2F
I refer to the documentation (on chip oad), after compiling and upgrading, I can only enter cc2640r2lp_persistent_app. I hope to enter cc2640r2lp_app, how can I modify it? Is it cc2640r2lp_bim_onchip?
AM3356: EtherNet/IP ACD function
Part Number:AM3356
Hi,
Let me talk about ACD of EtherNet/IP for AM3356.
ACD status should be send to Master for EtherNet/IP certification.
Could you tell me your advice how to implement to send ACD status to master ?
I understand TI does not release this SDK including ACD implement.
But My customer need this for their certification.
I need your help.
Best Regards
Hiroyasu
Linux: How to enable MMC3 interface on Beagle-Board-x15?
Tool/software: Linux
Dear TI Engineer,
When I modify the dts, the mmc2(mmc3) device has been generated in /sys/class/mmc_host/mmc2/.
But, why not generated in /dev/?
Any reply will be appreciated!
Thanks!
TLV320AIC1110: Design review.
Compiler/AM5728: MMC3 configuration
Part Number:AM5728
Tool/software: TI C/C++ Compiler
Dear TI Engineer,
When I modify the dts, the mmc2(mmc3) device has been generated in /sys/class/mmc_host/mmc2/.
But, why not generated in /dev/?
Any reply wille be appreciated!
Thanks!
MAX3243: The PIN RIN1\RIN2\RIN4\RIN5 of MAX3243EIPWR do not use,could I let the Pin not connet or tie to GND or VCC?
Part Number:MAX3243
Hi
I usd MAX3243EIPWR in my project,please help me to check the schematic.I did not used the RIN1\RIN2\RIN4\RIN5 PIN .Could I let the Pin not connet or tie to GND or VCC? Please give me some advise.Thanks a lot!
RTOS/CC3220: HTTP SERVER highly dynamic
Part Number:CC3220
Tool/software: TI-RTOS
Hi,
the html file have consist of three files: html file + css file + js file.
when the client Get request from website to http server in simplelink,the host app choose to send the resource as a single chunk as part of the reponse(SlNetAppSend() API).but html file have three parts,what shall i do? use SlNetAppSend(html file ) first ,SlNetAppSend(css file ) two,SlNetAppSend(js file ) three?or only SlNetAppSend(html file )?
TMS320C6678: dsp c6678 meory write latency Comparison: Hyperlink VS. Internal Memory
Part Number:TMS320C6678
Hi,
Detail about the question is as below:
My test condition:(Latency Measurement)
1. Hyperlink 4 lane @ 3.125Gbps/lane
2. DSP write a 8 byte data to destination.(both local address and hyperlink address tested)
3. Noncacheable, Nonprefetchable
4. No other peripheral enabled
5. following time was measured:
-- Time write then read back
-> Get Timestamp
-> Write a special pattern to destination
-> once the read back value match with special pattern, get timestamp
-> two timestamp difference is the Tw+r
// write then read data latency measurement //Clear cache CACHE_wbInvAllL2(CACHE_WAIT); cycles= TSCL; *hyperlink_address = 0x000000004C100000; for (;;) {
if ((*hyperlink_address) == 0x000000004C100000) { cycles= TSC_count_cycle_from(cycles); break; } } iThroughput= (unsignedlonglong)8*DSP_Core_Clock_KHz/cycles/1000; printf("%5d MB/s, copy %d bytesto 0x%x then read back, consumes %ld cycles\n", iThroughput, 8, hyperlink_address, cycles); Hyperlink_write_then_read_cycles = cycles; |
-- Time Write only
-> Get Timestamp
-> Write another special pattern to destination
-> Get timestamp
-> two timestamp difference is the Tw
// write data latency measurement //Clear cache CACHE_wbInvAllL2(CACHE_WAIT); //CACHE_invAllL1p(CACHE_WAIT); cycles= TSCL; //MemCopy8(dstBuff, srcBuff, uiByteCnt/8); *hyperlink_address = 0x1234567890ABCDEF; //if((Uint32)dstBuff>=0x60000000) //DDR // CACHE_wbL2((void *)dstBuff, uiByteCnt, CACHE_WAIT); cycles= TSC_count_cycle_from(cycles); iThroughput= (unsignedlonglong)8*DSP_Core_Clock_KHz/cycles/1000; printf("%5d MB/s, copy %d bytes to 0x%x, consumes %ld cycles\n", iThroughput, 8, hyperlink_address, cycles); Hyperlink_write_only_cycles = cycles; |
-- Time Read only
-> Get Timestamp
-> once the read back value match with special pattern, get timestamp
-> two timestamp difference is the Tr
// read data latency measurement cycles= TSCL; for (;;) {
if ((*hyperlink_address) == 0x1234567890ABCDEF) { cycles= TSC_count_cycle_from(cycles); break; } } iThroughput= (unsignedlonglong)uiByteCnt*DSP_Core_Clock_KHz/cycles/1000; printf("%5d MB/s, read 8 bytes from 0x%x, consumes %ld cycles\n", iThroughput, hyperlink_address, cycles); Hyperlink_read_only_cycles = cycles; |
-- Latency calculation
-> Tlatency = Tw+r – Tw - Tr
Hyperlink_write_latency = Hyperlink_write_then_read_cycles - Hyperlink_write_only_cycles - Hyperlink_read_only_cycles; |
I do the same testing on DSP Internal memory address also and get the result(average of 100 times test result) below:
To | LL2 | SL2 | DDR3 | Remarks |
To local(REF) | ~19 ns | ~19 ns | ~25 ns |
|
To remote(Hyperlink) | ~4 ns | ~1 ns | ~22 ns |
|
So I would like to know that why the DDR3 for Local and hyperlink access latency is that close.
What’s the main contribution of the latency? The Terabus, DDR3 Chip or MSMC module?
Thanks a lot
CCS/CC2650MODA: Unable to connect with cc2650moda when programing
Part Number:CC2650MODA
Tool/software: Code Composer Studio
Hi, this is Edward, I want to program cc2650moda by using TI LanuchPad. However, it said that the debugger(Code Composer Studio) cannot detect the cc2650moda (error 242). I have already tried to program BOOSTXL-CC2650MA and it did work. Also I have tied 3v3,gnd,TDO,TDI,TCK,TMS,RST to the cc2650moda. I think these pins are enough to program cc2650moda, I have no idea why it can't work, can anyone help, appreciated.
INA226EVM: INA226EVM software setup
CCS/MSP432P401R: Calling functions within the same project
Part Number:MSP432P401R
Tool/software: Code Composer Studio
I have a TI Driver level uart project and I am trying to call a register level pwm .c file in the main function. However, when I try to compile, I get an error: "C:/ti/simplelink_msp432p4_sdk_2_20_00_12/source/ti/devices/msp432p4xx/inc/msp.h", line 76: fatal error #35: #error directive: "Failed to match a default include file". I just need help figuring out how to call the pwm function, if anyone knows how to pass a value between the functions, I would appreciate help with that also.
LAUNCHXL-F28379D: Unable to download CPU2 flash
Part Number:LAUNCHXL-F28379D
I am attempting to load the flash on the LAUNCHXL-F28379D using the example projects blinky_dc_cpu01/02.
When built with configurations CPU1_RAM/CPU2_RAM respectively, I can load both cores (RAM) and both LEDs blink.
When I build with CPU1_FLASH_DEBUG/CPU2_FLASH, I can load CPU1 (LED flashes) but loading CPU2 hangs on "codestart: 0 of 4 at 0x80000", then fails with "Load Program Error: File: [mumble]: Load Failed" (that's the entire diagnostic). CPU1 continues to run undisturbed.
After it returns to the C perspective, the console window says:
------------------------------------------
C28xx_CPU2: Error occurred during flash operation: No core matches the pattern 'CPU1'
C28xx_CPU2: Error setting the GSxMSEL register for Flash operations
C28xx_CPU2: Error occurred during flash operation: Timed out waiting for target to halt while executing wr_pll.alg
C28xx_CPU2: Error writing the PLL values (Flash algorithm timed out). Operation cancelled.
C28xx_CPU2: Perform a debugger reset and execute the Boot-ROM code (click on the RESUME button in CCS debug window) before erasing/loading the Flash. If that does not help to perform a successful Flash erase/load, check the Reset cause (RESC) register, NMI shadow flag (NMISHDFLG) register and the Boot-ROM status register for further debug.
C28xx_CPU2: Error occurred during flash operation: No core matches the pattern 'CPU1'
C28xx_CPU2: File Loader: Memory write failed: Unknown error
C28xx_CPU2: GEL: File: C:\proj\workspace_v81\blinky_dc_cpu02\CPU2_FLASH\blinky_dc_cpu02.out: Load failed.
C28xx_CPU2: Error occurred during flash operation: No core matches the pattern 'CPU1'
C28xx_CPU2: Error setting the GSxMSEL register for Flash operations
------------------------------------------
I'm not sure how to "perform a debugger reset", since the Debug session closes. Also, I'm not sure where it's getting the string 'CPU1' from. Which is the primary error here?
This is very repeatable (~10 times so far). I've tried unchecking the "CPU1" boxes in the main tab of the Debug Configuration. The debug probe name says "C28xx_CPU2".
Where should I look next?
Unable to scan with USB connection
We bought a DLP NIR SCAN NANO, part no.: 95.ub101gc0a. USB may be reversed befor,now I can't connect my board to the PC, keep getting messages "power surge on hub port". and The power indicator is not lighted. What should I do? thanks
TMS320F28069: how many hardware factors decide the code executing speed
Part Number:TMS320F28069
Hi, all
My question is that what else hardware factors decide the code executing speed, besides the dominant frequency.
My test indicates that software is programmed on same chips (TMS320F28069) but different hardware board(both of the boards are in frequeny of 90Mhz) , the difference of speed is 30us.
The testing code is that only allow the timer 1 to interrupt, and in interrupted code, add test code shown in P.S., then test the GPIO58 signal.
P.S.
GpioDataRegs.GPBCLEAR.bit.GPIO58 = 1;
for( i= 0;i<50;i++)
{
__asm(" RPT #7 || NOP");
__asm(" RPT #7 || NOP");
__asm(" RPT #7 || NOP");
__asm(" RPT #7 || NOP");
__asm(" RPT #7 || NOP");
__asm(" RPT #7 || NOP");
___asm(" RPT #7 || NOP");
}
GpioDataRegs.GPBSET.bit.GPIO58 = 1;
LMZ21700: IC failure in new design
Part Number:LMZ21700
Are there any known issues with this device? I have experienced a failure in a new design after about 20 hours of normal operation. The device steps 12V down to 5.2V. The output impedance to ground now measures about 1.4ohms and the output voltage is zero. The device is very warm.
(Please visit the site to view this file)
TL431B: TL431B REF pin voltage and current range
TPS92515HV: PWM dimming problem
Part Number:TPS92515HV
I did reference using TPS92515HVEVM-749 schematic.
It worked dim with fix IADJ and PWM 16KHz.
Because of flicker, I had to change the fsw frequency(580KHz -> 700KHz).
and It was working mistic.
When I was PWM Dim up, LED was more illuminated and stay normally.
I did change the PWM frequency 1KHz to 16KHz.
But 1~10KHz PWM frequency had made an Inductor's ringing noise.
I did Dim up, more illuminated's problem is made currently.
I want to know about that.
Below is my schematic
Vin was average 52V. Vled is below 46V. Iled is Max 0.8A.
CC2564MODAEM: Layer Module CC2564 and STM32F4 Discovery connect with CC2564MODAEM errors ?
Part Number:CC2564MODAEM
Tôi có làm lại mạch CC2564MODAEM
when connect STM32F4 with CC2564 via UART 3:
CTS <-> D11
TX <-> D8
RX <-> D9
RTS <-> D12
nSHUTD <-> PE14
and connect the UART console via UART 2 with the PL2102
PA2 <-> RX of PL2102
PA3 <-> TX of PL2102
When I run the example of SPPDEMO when pressing the RESET button on STM32, the uart_console screen displays:
OpenStack ().
Stack Init Failed: -4.
Unable to open the stack.
I think my connections are correct? what is my problem?
CCS/MSP432P401R: How to use Stand-alone EnergyTrace without USB cable?
Part Number:MSP432P401R
Tool/software: Code Composer Studio
Hello,
I am working with MSP432P401R Launchpad to use stand-alone EnergyTrace feature in CCS.
I already used EnergyTrace several times in Debugging mode, so I am quite used to the feature.
The problem is I would like to use the stand-alone without USB cable.
I connected the launchpad with following several devices:
1. Power Supply 3.3V, 0.5A <-----> MSP432 external power supply pins.
- I connected Power supply machine to MSP432 for supplying power to the launchpad
- Simply blinky project is programmed in the launchpad, therefore, the LED starts blinking when the power supplies.
- Detailed picture is below
2. MSP432 launchpad's EnergyTrace part (upper part) <----- FTDI cable (mini USB b cable) -----> PC
- To send the EnergyTrace signal to CCS, I thought FDTI module is need for the connection.\
- I connected several pins:
MSP432 Isolation block ---------- FTDI cable
3V3 pin ----- VCC pin
GND pin ----- GND pin
TX pin ----- RX pin
RX pin ----- TX pin
- Also, I am aware of energyTrace's green LED which is on when XDS110 or EnergyTrace part is available.
- Detailed picture is below
I thought the configuration is fine for stand-alone mode, but CCS gave me an error window.
It stated me that the connection is not established properly.
Are there any additional things to do or anything wrong?
Thanks.
PS. CCS Version is 7.3.0.00019.