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

AM4379: Wifi/Bluetooth Device not available after updated to TI SDK Version 6.x

$
0
0

Part Number: AM4379

Hi,

I recently updated our yocto image to the most recent TI SDK Version 6.x. The prior version we are using was the Version 5.2.x. After the update the Wifi/Bluetooth device is not probed anymore. I do not have any mlan0 device anymore after running ifconfig -a.

Following some additional information and logs. I have also attached the full dmesg log.

Please let me know if you need any further information.


Configuration
Used Kernel: 4.19.38-rt19 armv7l GNU/Linux
UBoot: 2019.1
Board: Custom Board with AM4379

Device Tree

ls3: regulator-ls3 {                                    
    compatible = "ti,tps65218-ls3";                 
    regulator-name = "vcc_wlan";                    
    regulator-min-microamp = <100>;                 
    regulator-max-microamp = <1000>;                
    regulator-boot-on;                              
    regulator-always-on;                            
    regulator-input-current-limit-microamp = <1000>;
};                                                      

vwlan_fixed1: fixed-regulator-vwlan1 {
    compatible = "regulator-fixed";
    regulator-name = "vwlan_fixed1";
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    vin-supply = <&ls3>;
    gpio = <&gpio5 12 GPIO_ACTIVE_HIGH>;
    enable-active-high;
};

vwlan_fixed2: fixed-regulator-vwlan2 {
    compatible = "regulator-fixed";
    regulator-name = "vwlan_fixed2";
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>;
    vin-supply = <&vwlan_fixed1>;
    enable-active-high;
};

// WLAN
&mmc3 {
    status = "okay";
    pinctrl-names = "default", "idle";
    pinctrl-0 = <&mmc3_pins_default>;
    pinctrl-1 = <&mmc3_pins_idle>;
    vmmc-supply = <&vwlan_fixed2>;
    bus-width = <4>;
    ti,non-removable;
    dmas = <&edma_xbar 30 0 1
    &edma_xbar 31 0 2>;
    dma-names = "tx", "rx";
    interrupts-extended = <&wakeupgen GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH
    &gpio4 19 GPIO_ACTIVE_LOW>;
};



After booting, no wifi or bluetooth modules are loaded:

root@t43-9888a1aa:~# lsmod
Module Size Used by
ti_prueth 77824 0
pru_rproc 20480 1 ti_prueth
pruss 16384 2 pru_rproc,ti_prueth
irq_pruss_intc 16384 7 pru_rproc
pm33xx 16384 0
pruss_soc_bus 16384 0
omap_des 20480 0
des_generic 28672 1 omap_des
omap_aes_driver 24576 0
crypto_engine 16384 2 omap_des,omap_aes_driver
omap_crypto 16384 2 omap_des,omap_aes_driver
omap_sham 28672 0
ti_emif_sram 16384 1 pm33xx
c_can_platform 16384 0
c_can 20480 1 c_can_platform
can_dev 28672 1 c_can
spidev 20480 0
omap_mailbox 20480 1
wkup_m3_ipc 16384 1 pm33xx
ti_am335x_adc 20480 0
wkup_m3_rproc 16384 1
remoteproc 45056 4 pru_rproc,wkup_m3_rproc,wkup_m3_ipc,ti_prueth
omap_wdt 16384 0
sch_fq_codel 20480 4
cryptodev 49152 0



dmesg Boot: grep for wlan

root@t43-9888a1aa:~# dmesg | grep -E "wlan|47810000"
[ 0.219438] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixed-regulator-vwlan1[0]' - status (0)
[ 0.219757] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixed-regulator-vwlan2[0]' - status (0)
[ 1.635500] omap_hsmmc 47810000.mmc: GPIO lookup for consumer cd
[ 1.635510] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.635531] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.635545] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.635555] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.635562] omap_hsmmc 47810000.mmc: No GPIO consumer cd found
[ 1.635572] omap_hsmmc 47810000.mmc: GPIO lookup for consumer wp
[ 1.635577] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.635591] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.635603] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.635610] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.635616] omap_hsmmc 47810000.mmc: No GPIO consumer wp found
[ 1.799268] omap_hsmmc 47810000.mmc: GPIO lookup for consumer cd
[ 1.799277] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.799301] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.799317] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.799327] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.799335] omap_hsmmc 47810000.mmc: No GPIO consumer cd found
[ 1.799345] omap_hsmmc 47810000.mmc: GPIO lookup for consumer wp
[ 1.799350] omap_hsmmc 47810000.mmc: using device tree for GPIO lookup
[ 1.799364] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.799377] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp@44000000/mmc@47810000[0]'
[ 1.799384] omap_hsmmc 47810000.mmc: using lookup tables for GPIO lookup
[ 1.799390] omap_hsmmc 47810000.mmc: No GPIO consumer wp found
[ 1.799750] vwlan_fixed1: supplied by vcc_wlan
[ 1.804303] vwlan_fixed2: supplied by vwlan_fixed1
[ 1.809264] omap_hsmmc 47810000.mmc: Linked as a consumer to regulator.3
[ 1.816574] omap_hsmmc 47810000.mmc: could not set regulator OCR (-1) --> not present in sdk5.2
[ 1.868503] vwlan_fixed1: disabling
[ 1.872034] vwlan_fixed2: disabling


debug gpio, both vwlan_fixed1 and vwaln_fixed2 are lo, in the sdk 5.x image, these were hi

root@t43-9888a1aa:~# cat /sys/kernel/debug/gpio
gpiochip0: GPIOs 0-31, parent: platform/44e07000.gpio, gpio-0-31:
gpio-6 ( |cd ) in lo IRQ
gpio-24 ( |cm-t43:green ) out lo

gpiochip1: GPIOs 32-63, parent: platform/4804c000.gpio, gpio-32-63:

gpiochip2: GPIOs 64-95, parent: platform/481ac000.gpio, gpio-64-95:
gpio-76 ( |mosi ) out lo
gpio-89 ( |sck ) out lo

gpiochip3: GPIOs 96-127, parent: platform/481ae000.gpio, gpio-96-127:

gpiochip4: GPIOs 128-159, parent: platform/48320000.gpio, gpio-128-159:
gpio-131 ( |btn-5 ) in hi IRQ
gpio-132 ( |btn-3 ) in hi IRQ
gpio-134 ( |reset ) out hi
gpio-143 ( |btn-4 ) in hi IRQ
gpio-154 ( |btn-2 ) in hi IRQ
gpio-157 ( |btn-1 ) in hi IRQ

gpiochip5: GPIOs 160-191, parent: platform/48322000.gpio, gpio-160-191:
gpio-172 ( |vwlan_fixed1 ) out lo
gpio-173 ( |vwlan_fixed2 ) out lo

gpiochip6: GPIOs 496-511, parent: spi/spi1.0, 74hc595, can sleep:


CC2541: Where can we get CC254X_PC_Examples?

$
0
0

Part Number: CC2541

Hi, 

Our project use a mcu connect to cc2541 with uart, mcu run linux, and we need develop software to control cc2541.

It seems we need use CC254X_PC_Examples as reference code, but we can't access the web page now, where can we get CC254X_PC_Examples source code, thanks.

processors.wiki.ti.com/.../CC254X_PC_Examples

TIDM-SERVER-PWR-MON: Coder Porting to IAR 7.1

$
0
0

Part Number: TIDM-SERVER-PWR-MON

Hi Team,

I am trying to port the existing code to IAR 7.1 and followed the document in the below post. Still I am not able to get through and got struck with linker error. can you please help in fixing the same.

BQ24610: BQ24610 no charge when battery in protection mode

$
0
0

Part Number: BQ24610

Hi,

We are using a BQ24610 to implement a LiPoly battery charger, the IC works fine until the battery is fully depleted. To protect the battery pack, we are using a S-8252AAG-M6T1U protection IC from ABLIC. when the IC detects the cells go below 2.8V it will turn OFF the discharge MOSFET to protect the cells from over discharge. SO far so good, the problem comes when AC is reconnected. The charger does not resume the charge, we can see in the scope that the charge perform the detection porcess since we see a 500ms duration pulse in the battery voltage line and also a 125mA current, since we are seeing this pulse during 500ms and the battery voltage goes to 5.8V during this period we assume the charger detects the battery. 

This conclusion comes since the algorithm says it will check that the VFB votlage to be below Vrech and if the timer expires it will sucessfully detect the battery. Since we are seeing the full 500ms pulse we assume the timer expires, the problems comes that after detecting a battery connected the charger is not charging at full charge or even at Iprecharge...the question is Why? WE assume that after detecting the battery the charger should go the precharge since the battery is at 5.8V (around 2.9V per cell since is a 2 cell battery pack) which is way below the VlowV of 6.2V (1.55 X 4 = 6.2V... since the voltage divider at VFB has a 1/4 ratio).

Can you explain why the charger is not pre-charging the battery? Does the TTC pin has any influence on the pre-charge process? As far as I understood the precharge is independent and it will work for 30 minutes to charge the battery at a low current so recover the battery and then start the full current charge cycle.

Can the battery detection be disabled? I saw another thread saying that in section 9.3.23 says how to disabled it but it does not say anything...it only explains how it works.

Are we missing something?

Regards

Mark

 

AM5728: How to shutdown/reset DSP from ARM Linux?

$
0
0

Part Number: AM5728

I have an application which sends messages between ARM-DSP using IPC messageQ,

I am looking for a way to shutdown the DSP in case the ARM side is terminated.

Also is there a way to reset the DSP from ARM ?

MSP-FET: Best way to connect VCC_TARGET and VCC_TOOL pins?

$
0
0

Part Number: MSP-FET

Hello, guys!

I am designing a custom board where we will use the MSP-FET to develop and debug a new firmware project and I have the doubt about the power pins, vcc_tool and vcc_target?

Which is the best way to connect them? It is probably that sometimes the msp430 would be powered by a battery and another time with the mps-fet vcc_tool pin during the developing. I don't know if the msp-fet internally detects the external voltage so it cuts its own vout, or if i need to use a diode to "separate" the external vcc from vcc_tool.

What do you recommend us?

Many thanks in advance and best regards!

Luis

AM5728: [Linux+QT5+Wayland] Qt widget can't receive Focus QEvent.

$
0
0

Part Number: AM5728

Hi TI prof,

    We'r migrate our linux app from qt5.6+linuxfb to AM5728(Wayland+weston+qt5.9).

The app is working good on the old platform. Any widget can receive kind of  focusOutEvent() or focusInEvent() from QT.

The app is migrated on AM5728, it can run smoothly.

BUT,

      There is no  QEvent::Focusxxx, and can't access focusOutEvent() or focusInEvent().

What did I missed? It's related to QT conf or Wayland conf or sth. else?

Thx in advanded!

TPS53622: TPS53622 asserted SMB_ALERT# (pin 25)

$
0
0

Part Number: TPS53622

Hi Support,

We issued a i2c(smbus) read command  to tps53622  ex:  #i2cget -y -f 0 0x60 3

then tps53622 asserted SMB_ALERT# right away, we'd like to know is it a normal behavior due to offset 3 is a write only register ?

PS#  not only offset 3, read at different offset would make SMB_ALERT# get asserted,  however  register 0,1,2 would not assert SMB_ALERT#

thanks 


TDA2HG: OpenCVCanny link can't run 4 channel input.

$
0
0

Part Number: TDA2HG

Hi Sir,

My HW is TDA2x EVM and SDK is PROCESSOR_SDK_VISION_03_06_00_00, system is RTOS

I insert OpenCVCanny link into AVB use-case.

The link structure is following:

AvbRx (IPU1_1) -> Decode -> Alg_OpenCVCanny (A15) -> VPE -> Sync -> Alg_DmaSwMs -> Dup -> Alg_OpenCVCanny (A15) -> Display_Video

When I set one AVB camera as input, this case is runing OK.

When I set 4 AVB cameras as input and execute use case, it shows below error message:

[IPU1-0]  Select Use-case Config,
[IPU1-0]  --------------------
[IPU1-0]  1: AVB TX Only
[IPU1-0]  2: HDMI Display + AVB TX
[IPU1-0] 
[IPU1-0]  Enter Choice:
[IPU1-0] 
[IPU1-0]     23.033947 s: 
[IPU1-0]  Codec is MJPEG
[IPU1-0]     24.405569 s:  IPC_IN_0   : Create in progress !!!
[IPU1-0]     24.406789 s:  IPC_IN_0   : Create Done !!!
[IPU1-0]     24.406972 s:  DECODE: Create in progress ... !!!
[IPU1-0]     24.409961 s:  declink_codec_set_ch_alg_create_params: Set CH=0 ALG Parameter format=24 ... !!!
[IPU1-0]     24.467120 s:  DECODE: Creating CH0 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
[IPU1-0]     24.468004 s:  declink_codec_set_ch_alg_create_params: Set CH=1 ALG Parameter format=24 ... !!!
[IPU1-0]     24.524797 s:  DECODE: Creating CH1 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
[IPU1-0]     24.525712 s:  declink_codec_set_ch_alg_create_params: Set CH=2 ALG Parameter format=24 ... !!!
[IPU1-0]     24.583297 s:  DECODE: Creating CH2 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
[IPU1-0]     24.584243 s:  declink_codec_set_ch_alg_create_params: Set CH=3 ALG Parameter format=24 ... !!!
[IPU1-0]     24.640913 s:  DECODE: Creating CH3 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
[IPU1-0]     24.641737 s:  DECODE: All CH Create ... DONE !!!
[IPU1-0]     24.643750 s:  DECODE: Create ... DONE !!!
[IPU1-0]     24.644390 s:  IPC_OUT_0   : Create in progress !!!
[IPU1-0]     24.644817 s:  IPC_OUT_0   : Create Done !!!
[IPU1-1]     24.404928 s:  IPC_OUT_0   : Create in progress !!!
[IPU1-1]     24.405264 s:  IPC_OUT_0   : Create Done !!!
[HOST  ]     24.645031 s:  IPC_IN_0   : Create in progress !!!
[HOST  ]     24.645366 s:  IPC_IN_0   : Create Done !!!
[HOST  ]     24.645610 s:  ALGORITHM: Create in progress (algId = 15) !!!
[HOST  ]     24.649942 s:  Assertion @ Line: 420 in algorithmLink_algPluginSupport.c: status == SYSTEM_LINK_STATUS_SOK : failed !!!

What did it go wrong and what should I do, please help.

Ranny. 

DAC7811EVM: Increase slew rate of DAC7811

$
0
0

Part Number: DAC7811EVM

Hi.

I am using DAC7811EVM board.

I would like to increase the slew rate of DAC7811 output.

OPA 2277 on the evaluation board has a low slew rate.

So, I chose BUF634a with a high slew rate.

Which of the following two is the correct circuit configuration when combined with the evaluation board?
(Or are both configurations wrong?)
①.Swap OPA 2277 and BUF634a as shown below.
②.Add BUF634a after OPA2277 as shown below.
I thought that ② was limited by the SR of OPA2277, so the rise / fall time would not change even if BUF634a was added.
Therefore, I connected the DAC7811 evaluation board and the BUF634a evaluation board with jumper wires as shown in ① configuration.
But, no voltage was output.
Best Regard

CCS/BOOSTXL-AOA: Some Discussion about AOA Project of SDK2.3 and SDK3.2

$
0
0

Part Number: BOOSTXL-AOA

Tool/software: Code Composer Studio

Hi,

I did many experiments about AOA for serval months. But so far I don't have a good result for my Indoor location project that make me feel inspired. Here are some questions I think I should make clear.

1. When I tried the RTLS-AoA demo, I found that if the distance between RTLS-PASSIVE and RTLS-SLAVE was too far (just big than 30cm) , the angle would have a frequent drift . If the distance was smaller the 30cm, the angle was relatively stable. If like that , I  think I can not use it for calculating the indoor location.

2.For the 1th situation , within 30cm, if I put my hand to the middle place of the PASSIVE and SLAVE board, the angle also had a frequent drift. 

3.The RTLS demo is based on that RTLS-MASTER connects to the RTLS-SLAVE ,and then RTLS-PASSIVE receives the I/Q sample for estimating the angle, I think this model doesn't fit to be used for the actual applications. Because if in a big place there should be many RTLS-MASTER for being used to cover the place,let's say there are 3, if sometime a connection of RTLS-Master1&Slave lost and it should be switch to the RTLS-Master2 cause of the smaller distance, In this situation, the connection establishment must will take time, and position delay will happen.

I think if the angle estimating can be achieved only through RTLS-SLAVE and RTLS-PASSIVE (like SDK2.3 demo : slave as AOA sender, passive as AOA Receiver) , it will be good for the actual application.

4.When I tried SDK2.3 AOA Demo, the angle was not stable but drifting very well(even though the distance was within 30cm ), I can not stand this, why.

5.I found SDK2.3 AoA Sender sending a BLE4.2 packet was always changing its content data ,from [11] to the [30] bytes, not fixed 0xFF, I found it by an Android BLE scanner APP,  but I could not found where it set these advertising data in the source code. According to the doc, 0xFF byte would be used to make 250khz constant tone, am I right? 

6. when I captured only one antenna I/Q samples by SDK2.3, I found that, for the 16 samples of one sampling period, the phase-difference between sample[n] and sample[n+1] is not a fixed number, sometime big, sometime small. I think if it have a perfect 250KHZ constant tone, phase-differcence between sample[n] and sample[n+1] should be 2π/16=0.125π. For one 4us period if it is not capturing a perfect 250KHZ tone, I think even it it 245KHZ, the phase-diff should be a fixed number between two contiguous samples. But actully not.

Bwteen two sampling of two periods(sample[n] and sample[16+n]) ,they are not the same to be a perfert continuous sine wave. 

7.When I calculation the phase -difference between Antenna1 and Antenna2 using the same index of sample[n] , it is bigger than π/2, in theory ,it should not happen, why?

What I should do?

CC1101: deviation of RF signal decreasing

$
0
0

Part Number: CC1101

Hello, 

We are investigating a problem we are observing with the CC1101 RF Transceiver in a battery operated setup and could use some help.

We observe that when the setup is running for a few days, the deviation of the RF signal decreases for certain parts of the transmitted signal. Attachments of this mail illustrate the measurements made.

The setup has the following relevant parameters:

  • The CC1101 is used for 868MHz operation
  • In FSCAL2 field VCO_CORE_H_EN is set to high in addition
  • In MCSM0 field FS_AUTOCAL is set to 1
  • Expected deviation is 50KHz

For testing purposes, I have also enabled the SCAL strobe before going to TX to perform manual calibration, but this does not resolve the issue observed. The errata was taken into account.

We expected the issue to be caused by some calibration issue of the VCO, but are not observing improvement. Could you elaborate on this issue? 

Many thanks for the response. 

Linda

Compiler/DRA745: dra745 config ddr as 32 bit

$
0
0

Part Number: DRA745

Tool/software: TI C/C++ Compiler

My hardware is dra745 custom board

software is : ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03

In order to cost down, I want to change ddr from 64bit to 32bit.

Only one emif is running.

I make a test on uboot :

on emif-common.c function dmm_init

set variable emif2_enabled as 0 

but it no work, uboot unabled to run. nothing on consle.

  Can it be achieved?

If yes, how to implement it?

CCS/CC2652R: CC2652R SSI PROBLEM

$
0
0

Part Number: CC2652R

Tool/software: Code Composer Studio

Hi Everyone,

I got a problem for some days now. I use ccs 91.0. I can succesfully run my programs but I can't get the debugger properly started,   I got a message telling me:

Break at address "0x100020c0" with no debug information available, or outside of program code.

And here my function :

void init(){

OSCXHfPowerModeSet(HIGH_POWER_XOSC);
OSCClockSourceSet(OSC_SRC_CLK_HF,OSC_RCOSC_HF);

PRCMLoadSet();
PRCMPowerDomainOn(PRCM_DOMAIN_SERIAL);
PRCMPeripheralRunEnable(PRCM_PERIPH_SSI0);

IOCPortConfigureSet(IOID_5, IOC_PORT_GPIO, IOC_IOPULL_UP);
IOCPortConfigureSet(IOID_6, IOC_PORT_GPIO, IOC_IOPULL_UP);
IOCPinTypeSsiSlave(SSI0_BASE, IOID_14,IOID_15, IOID_9, IOID_7);
SSIConfigSetExpClk(SSI0_BASE, SysCtrlClockGet(), SSI_FRF_TI, SSI_MODE_SLAVE, 2000000,16);

SSIEnable(SSI0_BASE);
SSIDataPut(SSI0_BASE,0x03);
SSIDataPut(SSI0_BASE,0x00);

}

ps: I want to initilize trf7970abp boosterpack with a cc2652r launchpack.

Thanks for any help!

Sisi,

AM5728: VIP module loading

$
0
0

Part Number: AM5728

hi,

we have three video sources for capturing video in AM5728 through VIP module, but loading of modules is different in each instance of boot.

I need to have a fixed routine, so that capturing of video will be similar in all boot instance.

Because of randomization of module assignment, video capturing of particular video varies for each instance.

please suggest any method for fixed routine of module assignment.

BR

satya


ADS54J66EVM: synchronize two ADS54J66EVM

$
0
0

Part Number: ADS54J66EVM

sorry for the late reply.

I saw the anwser to the questions on e2e.ti.com/.../2942764

so, it means that I can't synchronize two ADS54J66 EVM with two TSW14J56 boards, no matter using internal software trigger or external trigger?

Best Regards

ADS8881: how to design RC filter for SAR ADC input.

$
0
0

Part Number: ADS8881

Hi there, 

we are referring to TIPD115 and it design files (sch. pcb, etc) to design a quite  similar data acquisition system, we ues THS4521 to drive ADS8881 too .

When reading section about Anti-Alias-Filter , I have some questions. Hope some TI expert could help.

1. On page9 of  SLAU515A, it writes "output impedance of the driving amplifier is equal to Ro ". Does Ro refer to open-loop or close-loop output resistance of the amplifier? How do we get this value from amplifier's datasheet?

2. As in SCH, Ro seems to be  10ohm (R7 and R8) as below. Why equation (38) in SLAU515A take Ro=80ohm  ? 

3. Also in SLAU515A, equation (37), why R_switch of ADS8881 is 220ohm, I think it should be 96ohm as in ADS8881 datasheet.  Finally, I think  ti should be R_FLT < 96ohm/20 = 4.8ohm ,and R_FLT >10/9=1.1ohm.

4. I noticed some other SAR ADC which does not provide R_switch value. what can we do with this situation ?

5. I also googled a very good tech note of TI on this SAR drive topic: "", it mentions on 2004 TI has senimar discussed this in details. Could you pls help where could I found this 2004 tech seminar PPT doc?

 Any other suggestion on this topic is appreciated.  Thanks very much!

[ High speed and High voltage amplifier ] I'm looking for it to amplify 10 ns-width pulse signal to 100 V

$
0
0

[ High speed and High voltage amplifier ] 

Hi, I'm a student researching Physics in Univ. Seoul, Korea. 

I'm looking for an element to amplify 10 ns-width pulse signal to around 100 V  (if possible up to 160 V ) 

But I couldn't find one having both (high speed) and (high voltage output) ability. 

Are there available one? or other possible way?

----------------------- current situation -----------------------------------------------

Input signal type: ~10 ns width pulse (5~10 ns)

Input voltage level: 30 mV ~ 30 V  ( I will choose a proper one to the element )

output voltage type: AC or DC :  If Peak to Peak voltage is above 160 Vpp,  AC or DC both are ok. 

                                                    If not, I prefer DC 

Best Regards,

SeeWoo Lee 

CCS/AWR1642BOOST: Vehicle Occupancy - Can't properly use 5 zones.

$
0
0

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

I am using Autmotive Toolbox 2.6.0.
First I used all the basic scripts/configuration files. This works perfect.


Then, in CCS I have set the value of the variable "ODDEMO_MAX_ZONES" to 5. I did this in the file "oddemo.common.h" (both in the DSS and MSS project).
After this change I rebuild my project: no error occured. 

I flashed the EVM with the newly produced firmware.

Then I changed the configurartion file: changed zoneDef so that I can use 5 zones.
In MATLAB I have set the value of the variable "len" to 5 within the function "getOccupDemoDecision".

I can now run od_demo.m without errors, but the first 2 zones are responsive. The other 3 don't react to activity.

Does anyone know what I should change in order to get 5 good working zones?

TMCS1100: Interference of external magnetic intensity and RF signal.

$
0
0

Part Number: TMCS1100

Hello Expert,

My customer has question for TMCS1100.

This device used  hall effect for current sensing.
However they have concern for that whether this device has any measures against magnetic intensity and RF signals?(e.g. internally shielded)
Dose this device has measures for these?


I'm looking forward to hearing back from you.

Best regards,
Kazuki Kuramochi 

Viewing all 262198 articles
Browse latest View live


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