Quantcast
Channel: Forums - Recent Threads
Viewing all 262198 articles
Browse latest View live

CCS/TMS320F28035: CAN sends data as the data to be sent the previous time

$
0
0

Part Number:TMS320F28035

Tool/software: Code Composer Studio

Hi:

CAN debugging encountered such a problem: After the chip reset, start sending a frame of data, assuming that the transmitted data is 01 01 01 01 01 01 01 01, the data written to the mailbox register is 01 01 01 01 01 01 01 01, the length (DLC bit) is 8, but when the CAN analyzer is used to capture data on the bus, this frame has a data length of 0 and no data segment.
 The frame data is sent again (10ms or more) and the data is sent correctly.
 Send another frame of data (02 02 02 02 02 02 02 02), the data written to the send mailbox register is 02 02 02 02 02 02 02 02, the length is 8, but when the can analyzer is used to grab the data on the bus, Still 01 01 01 01 01 01 01 01.
To sum up, the problem is:
1. The first frame sent after the chip reset is not the data in the actual mailbox register, but the frame with length 0 and no data segment.
2. The subsequent data frame is the data frame that was previously written to the mailbox, not the data frame currently written in the mailbox register.


Compiler: ccs 4.0

$
0
0

Tool/software: TI C/C++ Compiler

hello

1. Where can I download dis55 and ofd55?  I want to show the disassembly code.

2. And I want to know If I save memory of program as *.out file.  Can I rewrite into other device?

3. I am worried about that the binary is cloned by bad people.  Could you give me good suggestion?

Our chip is tms320c5515, and the *.bin is burned in nandflash.

Thanks a lot

DP83TC811EVM: about DP83TC811EVM connect to internet

$
0
0

Part Number:DP83TC811EVM

Hi:

    sir , now I copy a DP83TC811EVM board for engineering use , I want to use two EVM board connect to internet .diagram as below , one RJ45 connect to comupter , another RJ45 connect to Router .I try many times , but seems can not success .is there anything wrong .

CCS: ccs 4.0

$
0
0

Tool/software: Code Composer Studio

hello

Could you tell me how to use hex55 to generate the encrypted *.bin file  from *.out file.

Please give me the example.  I want to encrypt the binary and bind it with device id.

My chip is tms320c5515 and the bin file will be burned into nandflash.

Thanks

CCS/TMS570LC4357: undefined symbol even though can open the declarations

$
0
0

Part Number:TMS570LC4357

Tool/software: Code Composer Studio

I'm trying to build active webserver demo application following this wiki. Demo application file I got from here,  in this post

The error indicates that the file cannot find the defined symbols, but weirdly, I can open the declaration (using right click>open declaration).
Can someone please elaborate why this error occur?

**** Build of configuration Debug for project Build-LAUNCHXL2-570LC43 ****

/home/vi/ti/ccsv8/utils/bin/gmake -k all
 
Building target: "Build-LAUNCHXL2-570LC43.out"
Invoking: ARM Linker
"/home/vi/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 --define=_TMS570LC43x_ -g --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi -z -m"Build-LAUNCHXL2-570LC43.map" --heap_size=0x800 --stack_size=0x800 -i"/home/vi/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/lib" -i"/home/vi/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Build-LAUNCHXL2-570LC43_linkInfo.xml" --rom_model --be32 -o "Build-LAUNCHXL2-570LC43.out" "./cgifuncs.obj" "./io.obj" "./io_fs.obj" "./HALCoGen-TMS570LC43x/source/HL_emac.obj" "./HALCoGen-TMS570LC43x/source/HL_epc.obj" "./HALCoGen-TMS570LC43x/source/HL_errata.obj" "./HALCoGen-TMS570LC43x/source/HL_errata_SSWF021_45.obj" "./HALCoGen-TMS570LC43x/source/HL_esm.obj" "./HALCoGen-TMS570LC43x/source/HL_gio.obj" "./HALCoGen-TMS570LC43x/source/HL_mdio.obj" "./HALCoGen-TMS570LC43x/source/HL_nmpu.obj" "./HALCoGen-TMS570LC43x/source/HL_notification.obj" "./HALCoGen-TMS570LC43x/source/HL_phy_dp83640.obj" "./HALCoGen-TMS570LC43x/source/HL_phy_tlk111.obj" "./HALCoGen-TMS570LC43x/source/HL_pinmux.obj" "./HALCoGen-TMS570LC43x/source/HL_rti.obj" "./HALCoGen-TMS570LC43x/source/HL_sci.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_core.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_dma.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_intvecs.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_main.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_mpu.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_pcr.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_phantom.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_pmm.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_pmu.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_selftest.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_startup.obj" "./HALCoGen-TMS570LC43x/source/HL_sys_vim.obj" "./HALCoGen-TMS570LC43x/source/HL_system.obj" "./example/hdk/src/lwip_main.obj" "./third_party/lwip-1.4.1/src/api/api_lib.obj" "./third_party/lwip-1.4.1/src/api/api_msg.obj" "./third_party/lwip-1.4.1/src/api/err.obj" "./third_party/lwip-1.4.1/src/api/netbuf.obj" "./third_party/lwip-1.4.1/src/api/netdb.obj" "./third_party/lwip-1.4.1/src/api/netifapi.obj" "./third_party/lwip-1.4.1/src/api/sockets.obj" "./third_party/lwip-1.4.1/src/api/tcpip.obj" "./third_party/lwip-1.4.1/src/core/def.obj" "./third_party/lwip-1.4.1/src/core/timers.obj" "./third_party/lwip-1.4.1/src/netif/etharp.obj" "./third_party/lwip-1.4.1/src/netif/ethernetif.obj" "./third_party/lwip-1.4.1/src/netif/loopif.obj" "./third_party/lwip-1.4.1/src/netif/slipif.obj" "./third_party/lwip-1.4.1/src/netif/ppp/auth.obj" "./third_party/lwip-1.4.1/src/netif/ppp/chap.obj" "./third_party/lwip-1.4.1/src/netif/ppp/chpms.obj" "./third_party/lwip-1.4.1/src/netif/ppp/fsm.obj" "./third_party/lwip-1.4.1/src/netif/ppp/ipcp.obj" "./third_party/lwip-1.4.1/src/netif/ppp/lcp.obj" "./third_party/lwip-1.4.1/src/netif/ppp/magic.obj" "./third_party/lwip-1.4.1/src/netif/ppp/md5.obj" "./third_party/lwip-1.4.1/src/netif/ppp/pap.obj" "./third_party/lwip-1.4.1/src/netif/ppp/ppp.obj" "./third_party/lwip-1.4.1/src/netif/ppp/ppp_oe.obj" "./third_party/lwip-1.4.1/src/netif/ppp/randm.obj" "./third_party/lwip-1.4.1/src/netif/ppp/vj.obj" "./utils/locator.obj" "./utils/lwiplib.obj" "/home/vi/workspace_v8/ActiveWebServerDemo/1.0.0/TMS570LC43x/HALCoGen-TMS570LC43x/source/HL_sys_link.cmd"  -lrtsv7R4_T_be_v3D16_eabi.lib
<Linking>
 
 undefined             first referenced               
  symbol                   in file                    
 ---------             ----------------               
 http_set_cgi_handlers ./example/hdk/src/lwip_main.obj
 http_set_ssi_handler  ./example/hdk/src/lwip_main.obj
 httpd_init            ./example/hdk/src/lwip_main.obj
 
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Build-LAUNCHXL2-570LC43.out" not built
 
>> Compilation failure
makefile:211: recipe for target 'Build-LAUNCHXL2-570LC43.out' failed
gmake: *** [Build-LAUNCHXL2-570LC43.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

TPS54231: excessive ripple voltage

$
0
0

Part Number:TPS54231

Hi support team,

attached pictures is schematic and output waveform in different loads. pls  suggestions for improvement. thanks.

LSF0102: what's the difference between PCA9306 and LSF0102?

$
0
0

Part Number:LSF0102

Hi Dear expert,

We notice that PCA9306 and LSF0102 spec/package is very similar, we would like to know these two devices difference, would you please help clarify?

Thanks very much for your support!

BR,

Joyce

DRV8833: fPWM Current control PWM frequency = 50kHz

$
0
0

Part Number:DRV8833

Hi all

Would you mind if we ask DRV8833?
There is the description "fPWM Current control PWM frequency = 50kHz" on the datasheet.
Does it mean that this frequency is for current control PMW light?

It is not relation to input PWM, right?

For example, we assume as follows;
Input PWM=5Hz -> Output freqency = 5Hz.

Kind regards,

Hirotaka Matsumoto


TIDA-01606: UC5320S schematic question

$
0
0

Part Number:TIDA-01606

Hi,

I have several questions for the schematic below:

1. why need 10ohm(R33) for the primary side 3V3, but not needed at the secondary side 12V and -5V? And why R33 is chosen to be 10ohm?

2. R10 and R50 are both 0ohm, I guess only one will be soldered in the final board, right?

If we solder R50, then there will be no negative power  supply at VEE2. Then do we still need C42, C43?

3. Why R36 and R39 are 3.3ohm? Is it chosen by calculation or by trying different value on the real board?

4. In this board we are driving IGBT with UCC5320. Are there anything different need to pay attention if we are driving SICFET? From both schematic and PCB layout point of view.

AWR1243: AWR1243, AWR1843 tx beamforming

SN65MLVD206: SN65MLVD206 and SN65MLVD040 at the same bus

$
0
0

Part Number:SN65MLVD206

Hi Dear expert,

If SN65LMVD206 and SN65MLVD040 are in the same bus, will there be problem that these two MLVD transceivers has matching issue? We have concern these two devices are different devices, not sure whether it will have communication issue.

Moreover, for SN65MLVD040 RX mode, do we recommend type1 or type2?

Thanks a lot for your reply in advance.

Joyce.

BQ24295: Schematic Review

$
0
0

Part Number:BQ24295

Hi,

I originally posted a review for the BQ24296M, but decided to switch to the BQ24295 when I realized I could utilize the boost on PMID as my 5V output rather than have a separate boost converter.  Here's the updated schematic:

Let me know if it looks OK.

Best,

Matt

TPS23755: AUX function for TPS23755

$
0
0

Part Number:TPS23755

Hi,

customer want use TPS23755 for POE. The output is 5V/2A, and also they also need 12V adapter input.

Can TPS23755 do AUX function, like TPS23753? I found that for TPS23755, AUX is used when the adapter is main power and POE as back up, I'm not sure is it can be used as AUX power?

if it is, do wen have some reference design to show it?  Thanks.

VSDK Build Issue

$
0
0

Dear Sir,

I am trying to build VSDK in debug profile.

I have used below commands:

gmake -s -j8 depend

gmake -s -j8 PROFILE=debug

after this i am facing below error

# Making tda2xx-evm:arp32_1:debug:vision_sdk_lib...
/cygdrive/d/PROCESSOR_SDK_VISION_03_05_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/cat: D:/PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/binaries/apps/tda2xx_evm_bios_all/linksfwLibList_arp32_1_debug.txt: No such file or directory
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: src/main_common_eve1.c
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: src/tlb_config_eve1.c
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: ../eve_common/tlb_config_eve_common.c
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: ../eve_common/main_eve_common.c
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: D:/PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/apps/src/common/main_app/tda2xx/eve1/src/main_eve1.c
# Compiling tda2xx-evm:arp32_1:debug:vision_sdk: D:/PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/apps/src/common/app_init/app_init_eve.c
gmake[7]: *** No rule to make target `D:/PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/binaries/apps/tda2xx_evm_bios_all/lib/tda2xx-evm/arp32/debug/edma3lld_rm.aearp32F', needed by `D:/PROCESSOR_SDK_VISION_03_05_00_00/vision_sdk/binaries/apps/tda2xx_evm_bios_all/vision_sdk/bin/tda2xx-evm/vision_sdk_arp32_1_debug.xearp32F'. Stop.
gmake[6]: *** [arp32_1] Error 2
gmake[5]: *** [apps_eve1] Error 2
gmake[4]: *** [apps] Error 2
gmake[3]: *** [apps] Error 2
gmake[2]: *** [apps_exe] Error 2
gmake[1]: *** [apps] Error 2
gmake: *** [vision_sdk] Error 2

Kindly help me to resolve this.

Thanks and Regards,

Shivansh

DP Chip Recommendation

$
0
0

Hi TI

We would like to use a DP chip with the following specifications           

1,1-way DP input and 2-way DP output           

2. Compliance with DP 1.2A standard, 4K/60Hz/4:4:4, bandwidth 21.6 Gbps, support SST and MST functions, support HDCP 1.3'           

3. Have DP++ function           

4. Supporting SPDIF separation           

Do TI have recommended chips?           

Thanks.

Jerry


SM72442: MPPT mode not behaving correctly

$
0
0

Part Number:SM72442

Hi, I'm using SM72442 to supply power to a battery charger (LTC4020). My circuit has 6 different solar panels so I used one SM72442 for each one, but now I'm testing just one of them. You can see the schematic and the PCB design attached.

My device is always in panel mode (I've checked PM out pin and I'm getting the square waveform). I'm testing wit a solar array simulator as input (Agilent E4350B) and a DC electronic load (Maynuo M970), I've tried with different solar array curves (Voc=2.65V , Vmp=2.35V, Isc=0.4613A, Imp=0.4456A and Voc= 4.71V, Vmp=4.1V, Isc=0.474A, Imp= 0.456A); I've tried with different modes of the load (constant current, constant power), I've tried changing load power, changing solar array curve, and only got it into MPPT mode twice, once for each curve. I verified the outputs for the H-bridge driver en the second curve case and it was working in Boost mode. In every cases, the power at the output is way below MPP of the set curve. In both cases, when I reduced the load current below the 125mA threshold, it began the PM mode but then it didn't coma back to MPPT mode even if I increase the current again or change the input curve. Can anyone tell me what I'm doing wrong? 

I also have some questions about theoretical behavior of the SM72442:

1) The voltage set in A0 is the maximum output voltage, as it is written in the datasheet, or is it the initial output voltage set and then it can then be changed through the I2C communication, as is written in AN-2121?

2) Through pin A2, one can set the exiting panel mode power variation. Is this Input power variation or output power variation? I've tried both and my controller still in panel mode.

3) Is the start-up circuitry shown in Figure 9 of AN-2121 always required when  panel voltage is lower than output voltage? I've set my maximum output voltage (trough A0) to 55V. It was intended actually to be a maximum output voltage limitation, not a regulated voltage at the output. But if it is the set voltage at the output, maybe that is why my design is not working well, I don't have the start up circuitry.

Thank you in advance for any comment on this issue.

CCS/MSP430F5438A: The Debug Interface to the device has been secured

$
0
0

Part Number:MSP430F5438A

Tool/software: Code Composer Studio

Hi,

    While flashing the Project code I am facing the [ERROR] MSP430: Error connecting to the target: The Debug Interface to the device has been secured I don't know How to unlock the device . Kindly support for this issue to resolve. 

ADS8668: Pull up registor on /CS

$
0
0

Part Number:ADS8668

Hi team,

Is the pull-up registor needed for /CS pin?

Regards,

Saito

Linux/AM3352: About QT Display issue for LIDD Setting

$
0
0

Part Number:AM3352

Tool/software: Linux

Hi SIr 

We used Processor-SDK-04.01.00.06 for development and used LIDD  setting to send data/command to  RA8875 chip for display.

For RA8875 , we can create framebuffer driver and can use this driver to display photo on LCD.

We would like to use QT for GUI development. Does TI have any suggestion or document how to use QT to call kernel driver to display GUI ?

or how to do connection between kernel and RA8875 driver for display?

BR

Yimin

LM36011: Driver code

$
0
0

Part Number:LM36011

Hi TI

Does TI provide driver code for LM36011?           

Could you send it to my email: jerry.hsueh@wpi-group.com            

Thanks.

Jerry

Viewing all 262198 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>