Part Number: ADS1282EVM-PDK
As per the data sheet ADC pro has to report 7FFFFFFF at maximum input, but i am getting only 3FFFFFFF at maximum input (5V).
Part Number: ADS1282EVM-PDK
As per the data sheet ADC pro has to report 7FFFFFFF at maximum input, but i am getting only 3FFFFFFF at maximum input (5V).
Part Number: DLP3010
Tool/software: Code Composer Studio
Hello,
I want to update the firmware for DLP3010, but it doesn't work, and I found that the size of .bin (60 kilo byte) is totally different size with the default .img file (1200 kilo byte) as below.
I generated .bin which was generated by converting .hex to .bin at Build setting of CCS 9.2.0 using (mkhex4bin.exe etc), but it doesn't have any binary data when I opened it nor didn't it work after uploading the .bin.
1. Is there any problem in that the size of .bin is different from default .img file ?
2. how can I create a output file .img or .bin to update firmware?
Part Number: MSP430FR6989
Tool/software: Code Composer Studio
Could you pass me an lcd code? indicating the libraries used
Part Number: LMK01801
The LMK01801 CLKin0 and CLKin1 are specified as analog input, but also specified as duty cycle as 50% without min and max limit.
What is the min and max duty cycle allowed for both of these CLKin by design?
Can these CLKin accept 30% LVCMOS33 duty cycle input ?
Part Number: DRV8711EVM
Hi Ti,
Can I use other programming software, like Labview, to communicate with this module? We want to synchronize the motor with our system. GUI seems unable to do that.
Best regards,
Siyuan
Part Number: TSW1400EVM
Hello,
After installing the GUI and connecting through USB, no driver is detected and can't connect to the board.
Regards,
Part Number: TMS320F28379D
Hi
I have a F2837x project that sets PWM1 and PWM2 as high resolution PWMs.
At the very beginning the program calls HRPwmCalibration() function and when
it enters SFO() it doesn't return from the function.
I have checked TI's high resolution PWM example and couldn't find any clue.
I have uploaded the project as below.
(Please visit the site to view this file)
It also can be reached at the link below:
www.powersimtech.com/.../TestPhaseShift1.zip
thanks,
Jiakai
Part Number: TPS65263-1Q1
I have a 67 % DC square wave, 1 Mhz, wich i want this TPSxx to syncronize to. This is exactly the switch node voltage of another buck, cascaded on the out of CH1 of TPS65263-1Q1.
Datasheet explains that:
-the active sync edge for TPS is the falling one.
-CH1 is 180° w respect to other channels
-on page 22 the period "....At the end of every clock cycle, the low-side MOSFET sourcing current is compared to the internally set low-side sourcing current limit. ...." enforces the idea that the transition to 'ON' state will take place at cycle start, thus at sync pulse falling edge.....
BUT
-Figure 63 on page 36 shows real case scoped signals. Polarity of signals here seem counterdicting explainations; Anyway CH1 here transition high a little while after the sync falling edge. So, if confirmed, a little inverting buffer may do.
Question:
1) what am i missing? Is it that CH1 is 0°, and CH2 & CH3 are 180° rotated, instead? This would explain everything.
2) Apart from the reasons, will CH1 always have it's rising edge within a reasonably little time from sync fall, for every TPS DUTY CYCLE?
Thanks, Francesco
Part Number: PGA206
What would be the HBM ESD rating for this device?
Part Number: THS4082
What would be the HBM ESD rating for this device?
Part Number: TLE2141A
What would be the ESD HBM rating for the TLE4141AID (also the TLE2141MDREP)
Part Number: AM5729
I have a customer interested in the AM5729's EVE.
What information and software support will be available for the EVE?
Thanks.
Part Number: BQ40Z50-R2
Will BQStudio export the chemistry data to a file (e.g. srec, binary, text) as opposed to directly programming the bq40z50 gauge?
Part Number: TRF7970A
We are looking at using the TRF7970A in a new design. I see that it is listed as an active component but wanted to see if there is any possibility of it going EOL or being replaced in the near future. From the dates on the datasheet it appears to have been around 8 years since the part originally released.
Part Number: LAUNCHXL-CC26X2R1
Hi,
I'm currently testing the CC26X2R1 with zigbee2mqtt and think I've stumbled upon a memory corruption issue.
I currently have a stable firmware which uses ZDSECMGR_TC_DEVICE_MAX=100, however I want to increase this further (to e.g. 200).
Jason provided me the device table sizes mentioned below and a memory calculation based on https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/p/834603/3105789#3105789 indicated that this should be possible. Memory calculation including device table sizes:
Total amount of NV = 0x4000 bytes = 16384 bytes NWK_MAX_DEVICE_LIST = 50 * 23 bytes = 1150 bytes ZDSECMGR_TC_DEVICE_MAX = 200 * 27 bytes = 5400 bytes NWK_MAX_ADDRESSES = 257 * 19 bytes = 4883 bytes ((NWK_MAX_DEVICE_LIST 1) NWK_MAX_BINDING_ENTRIES (ZDSECMGR_TC_DEVICE_MAX 5)) MAX_NEIGHBOR_ENTRIES = 20 * 20 bytes = 400 bytes MAX_RTG_ENTRIES = 100 * 7 bytes = 700 bytes MAX_RTG_SRC_ENTRIES = 200 * 6 bytes = 1200 bytes Others = - 2300 bytes Remaining = 351 bytes
For the firmware which runs stable I use the settings below.
#define INCLUDE_REVISION_INFORMATION #define MT_SYS_KEY_MANAGEMENT 1 #define FEATURE_NVEXID 1 #undef NWK_MAX_BINDING_ENTRIES #define NWK_MAX_BINDING_ENTRIES 1 #undef APS_MAX_GROUPS #define APS_MAX_GROUPS 1 #define MULTICAST_ENABLED FALSE #define MAX_BCAST 30 #define CONCENTRATOR_ENABLE TRUE #define CONCENTRATOR_DISCOVERY_TIME 120 #define CONCENTRATOR_ROUTE_CACHE TRUE #define MAX_RTG_SRC_ENTRIES 200 #define SRC_RTG_EXPIRY_TIME 255 #define NWK_MAX_DEVICE_LIST 50 #define ZDSECMGR_TC_DEVICE_MAX 100 #define MAX_NEIGHBOR_ENTRIES 20 #define MAX_RTG_ENTRIES 100
However when increasing the ZDSECMGR_TC_DEVICE_MAX to greater values, e.g. 150, I get very weird behaviour. E.g. after a device joined I cannot get a response to a node descriptor request (seems that it doesn't receive any messages at all).
I think I found an easy way to detect that memory corruption occurs. Below are 2 logs of writing a NV item using Z-tool:
ZDSECMGR_TC_DEVICE_MAX=100
<TX>07:41:28.7 COM12 SYS_OSAL_NV_ITEM_INIT (0x2107)
Id: 0x0060
Len: 0x0001
InitLen: 0x01
InitValue: . (0x00)
<RX>07:41:28.71 COM12 SYS_OSAL_NV_ITEM_INIT_SRSP (0x6107)
Status: 9 (0x9)
<TX>07:41:51.65 COM12 SYS_OSAL_NV_WRITE (0x2109)
Id: 0x0060
Offset: 0x00
Len: 0x01
Value: U (0x55)
<RX>07:41:51.65 COM12 SYS_OSAL_NV_WRITE_SRSP (0x6109)
Status: SUCCESS (0x0)
ZDSECMGR_TC_DEVICE_MAX=150
<TX>07:31:51.03 COM12 SYS_OSAL_NV_ITEM_INIT (0x2107)
Id: 0x0060
Len: 0x0001
InitLen: 0x01
InitValue: . (0x00)
<RX>07:31:51.05 COM12 SYS_OSAL_NV_ITEM_INIT_SRSP (0x6107)
Status: 9 (0x9)
<TX>07:32:19.58 COM12 SYS_OSAL_NV_WRITE (0x2109)
Id: 0x0060
Offset: 0x00
Len: 0x01
Value: U (0x55)
<RX>07:32:19.58 COM12 SYS_OSAL_NV_WRITE_SRSP (0x6109)
Status: INVALID_PARAMETER (0x2)
As can been seen, the OSAL_NV_WRITE fails on the firmware with ZDSECMGR_TC_DEVICE_MAX=150 (with a very strange error???) while it succeeds on the firmware with ZDSECMGR_TC_DEVICE_MAX=100. I've included the full Z-Tool log for both in the attachment, using this it should be possible to reproduce the issue.(Please visit the site to view this file)(Please visit the site to view this file)
Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hello - I am trying to do high speed current sampling using the ADC modules. I assigned ADCINAO, ADCINB0 and ADCINC0 to my signals and here is the code that I used for ADC setup:
AdcaRegs.ADCSOC0CTL.bit.CHSEL = 0
AdcaRegs.ADCSOC0CTL.bit.ACQPS = 19
AdcaRegs.ADCSOC0CTL.bit.TRIGSEL = 5;
AdcbRegs.ADCSOC0CTL.bit.CHSEL = 0;
AdcbRegs.ADCSOC0CTL.bit.ACQPS = 19;
AdcbRegs.ADCSOC0CTL.bit.TRIGSEL = 5;
AdccRegs.ADCSOC0CTL.bit.CHSEL = 2;
AdccRegs.ADCSOC0CTL.bit.ACQPS = 19;
AdccRegs.ADCSOC0CTL.bit.TRIGSEL = 5;
However, I am not able to read anything from the corresponding result registers. I guess my trigger source has not been set properly can you please let me know how I need to setup my trigger source? (in this case is ePWM1 SOCB? This is how I did:
EPwm1Regs.ETSEL.bit.SOCBEN = 1;
EPwm1Regs.ETSEL.bit.SOCBSEL = 0x1;
Also if I get this working, what would be the fastest rate to read digital values? Can I get to 1MHz reading rate?
Part Number: TMS320F28035
Hi,
I'm not able to access the SPRABV4B application report using the link referred to in the previous thread. Is there a newer link?
Thanks,
Kevin R.
Part Number: TPS61088
My customer needs to run the output voltage as high as 13V. Does that mean the TPS61088 cannot be used? Must they limit it to 12.6 V output?
What things should they be careful with running the output voltage so high?
Thanks
Viktorija