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

CCS/CODECOMPOSER: Auto target-configs incorrect

$
0
0

Part Number:CODECOMPOSER

Tool/software: Code Composer Studio

Hey all, 

I am extremely new to this world. I am starting to experiment and play around with the MSP432P401R, with the BOOST-CC2564MODA. At the moment I have a simple goal of uploading an example to this and being able to connect to it. I understand I'll need other BoosterPacks to do audio functions and such, that will come at a later time. 

My current issue is in Code Composer Studio. I have imported SPPDemo into IDE following the SWRU453B user guide. I opened the properties and made sure the correct LaunchPad was selected, I tested the connection, and made sure the checkbox to automatically configure the target-configs was selected. When I build the file I get the following errors:

gmake: *** No rule to make target 'C:/Users/frali/workspace_v9/Main.c', needed by 'Application/Main.obj'.
gmake: *** No rule to make target 'C:/Users/frali/workspace_v9/SPPDemo.c', needed by 'Application/SPPDemo.obj'.
gmake: *** No rule to make target 'C:/Users/Bluetopia/btpskrnl/BTPSKRNL.c', needed by 'Bluetopia/btpskrnl/BTPSKRNL.obj'.
gmake: *** No rule to make target 'C:/Users/Bluetopia/btpsvend/BTPSVEND.c', needed by 'Bluetopia/btpsvend/BTPSVEND.obj'.
gmake: *** No rule to make target 'C:/Users/Bluetopia/btvs/BTVS.c', needed by 'Bluetopia/btvs/BTVS.obj'.
gmake: *** No rule to make target 'C:/Users/Bluetopia/hcitrans/HCITRANS.c', needed by 'Bluetopia/hcitrans/HCITRANS.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/MSP-EXP432P401R/CC3200AUDBOOST.c', needed by 'Platforms/MSP-EXP432P401R/CC3200AUDBOOST.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/MSP-EXP432P401R/HAL.c', needed by 'Platforms/MSP-EXP432P401R/HAL.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/MSP-EXP432P401R/ccs/msp432_startup_ccs.c', needed by 'Platforms/MSP-EXP432P401R/ccs/msp432_startup_ccs.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/cpu.c', needed by 'Platforms/driverlib/cpu.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/cs.c', needed by 'Platforms/driverlib/cs.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/flash.c', needed by 'Platforms/driverlib/flash.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/gpio.c', needed by 'Platforms/driverlib/gpio.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/i2c.c', needed by 'Platforms/driverlib/i2c.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/interrupt.c', needed by 'Platforms/driverlib/interrupt.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/pcm.c', needed by 'Platforms/driverlib/pcm.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/rtc_c.c', needed by 'Platforms/driverlib/rtc_c.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/sysctl.c', needed by 'Platforms/driverlib/sysctl.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/systick.c', needed by 'Platforms/driverlib/systick.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/uart.c', needed by 'Platforms/driverlib/uart.obj'.
gmake: *** No rule to make target 'C:/Users/Platforms/driverlib/wdt_a.c', needed by 'Platforms/driverlib/wdt_a.obj'.
gmake: Target 'all' not remade because of errors.

The directory it created for the target-configs is incorrect. I was under the impression it decides the locations based on the LaunchPad selection, which is why I made it a point to test my connection to ensure I had the right thing selected, but the directories on my computer are incorrect. Has anyone encountered this before? I wasn't able to find much searching for this issue. Hopefully it is a simple mistake!

Thanks


TM4C1294KCPDT: How to set the V bit in xPSR register

$
0
0

Part Number:TM4C1294KCPDT

Hi everyone:

I'm doing some design for CPU function test (the MCU is TM4C1294KCPDT), one of them is xPSR register test. 

DB1 EQU 0x00
_DB1 EQU 0xFF

DB2 EQU 0x55
_DB2 EQU 0xAA

The following code could set N bit in xPSR

MOVS R0, #DB1
CMP R0, #_DB1
BPL Check_Error
BEQ Check_Pass

The following code could set Z bit in xPSR

MOVS R0, #DB1
CMP R0, #DB1
BGT Check_Error
BEQ Check_Pass

The following code could set C bit in xPSR

MOVS R0, #DB1
CMN R0, #DB1
MOVS R0, #DB2
CMP R0, #DB2
BCC Check_Error
BEQ Check_Pass

but I have no idea how to set the V bit, the V bit means overflow flag

I use 0x7f + 0x1 =  to produce carry bit, but V bit  still remains 0.

It is very kind of you-all if you have any ideas, thank u.

UCD3138: Questions of UCD3138 ADC drift

$
0
0

Part Number:UCD3138

Hi Experts,

 - Which parameter can tell the ADC and EADC value drift over lifetime of UCD3138? Or, ADC/EADC doesn't drift itself, but the 3V3 does? thanks,

TAS5805M: Startup Procedures for TAS5805M

$
0
0

Part Number:TAS5805M

Dear Sirs,

My customer asked us about Startup Procedures for TAS5805M.

The following is described in 9.5.3.1 Startup Procedures of the TAS5805M data sheet.

4. Once I2S clocks are stable, set the device into HiZ state and enable DSP via the I2C control port.

There is no description in the Data Sheet about the judgment condition that the TAS5805M side is Stable.

Please let me know the specific conditions how TAS5805M judges it as Stable.

Best Regards,

Y.Hasebe

TMS320F28388S: Ask CIA402 EtherCAT slave stack

$
0
0

Part Number:TMS320F28388S

Hi,

Can we provide EtherCAT slave stack CIA402? It's CAN open over EtherCAT. Thanks.

UCC2897A: PMP8380 Transformer question

i need a charger IC

$
0
0

I want a charger IC , Requirements are as follows,and i need power path     thanks!!!

Linux: TDA2 PROCESSOR_SDK_VISION_03_07_00_00 cmemk.ko

$
0
0

Tool/software: Linux

Hello,

I build PROCESSOR_SDK_VISION_03_07_00_00, and run on TDA2.

I got error, like this

1. ./load_ocl_kos.sh

root@dra7xx-evm:/opt/vision_sdk# ./load_ocl_kos.sh

Opened log file: lad.txt

numProcessors = 5 id = 0 baseId = 0

Spawned daemon: /usr/bin/lad_dra7xx

[ 49.855607] CMEMK module: reference Linux version 4.4.84
[ 49.861705] CMEMK Error: Failed to request_mem_region(0xa9000000, 0x4000000)
insmod: ERROR: could not insert module /opt/vision_sdk/cmemk.ko: Bad address

2. source vision_sdk_load.sh 

root@dra7xx-evm:/opt/vision_sdk# source vision_sdk_load.sh
[ 2201.875991] DMA: Module install successful, device major num = 241
[ 2201.882434] DRV: Module install successful
insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
./disableDssInterruptsOnA15.sh: line 11: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 12: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 13: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 14: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 15: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 16: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 17: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 18: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 19: COMMANDS: command not found
updated value is


COMMANDS

### WARNING ###: use the following [read | write | set bit | clear bit | dump] commands at your own risk!
No address check done, may generate:
- bus error (invalid or not accessible <physical address>,
- platform crash/hang (bad <value>).

Read any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Write <value> at any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Set bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Clear bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Dump a range of OMAP memory addresses, from <start address> to <end address>.
Note all addresses within given range must be valid and accessible.

### WARNING ###: use the following I2C [read | write] commands at your own risk!
No address check done, may generate:
- I2C bus error (invalid or not accessible <physical address>,
- platform crash/hang (bad <value>).

Read I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

Write <value> in I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

How could I fix the error ?

Thanks,

Ting


PGA300: PGA300 4-20mA output,rigister set by PC ,communication error。

$
0
0

Part Number:PGA300

I have bought PGA300EVM, which can be configured by computer. And according to TIDA-00788 made pcb, I want to connect TIDA-00788 PCB to EVM for configuration, while unplugging the PGA300 chip on PGA300EVM, how should the two lines of PCB be connected to EVM? I am now connected to TP20 and TP2 or TP3, set to current mode.Communication with PC was unsuccessful。

Linux: TDA2 PROCESSOR_SDK_VISION_03_07_00_00 OpenVX TIDL Object Detection

$
0
0

Tool/software: Linux

Hello,

I build PROCESSOR_SDK_VISION_03_07_00_00, and run on TDA2.

I got error, like this

============================================

root@dra7xx-evm:/opt/vision_sdk# ./load_ocl_kos.sh

Opened log file: lad.txt

numProcessors = 5 id = 0 baseId = 0

Spawned daemon: /usr/bin/lad_dra7xx

[ 49.855607] CMEMK module: reference Linux version 4.4.84
[ 49.861705] CMEMK Error: Failed to request_mem_region(0xa9000000, 0x4000000)
insmod: ERROR: could not insert module /opt/vision_sdk/cmemk.ko: Bad address

root@dra7xx-evm:/opt/vision_sdk# source vision_sdk_load.sh
[ 2201.875991] DMA: Module install successful, device major num = 241
[ 2201.882434] DRV: Module install successful
insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
./disableDssInterruptsOnA15.sh: line 11: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 12: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 13: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 14: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 15: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 16: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 17: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 18: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 19: COMMANDS: command not found
updated value is


COMMANDS

### WARNING ###: use the following [read | write | set bit | clear bit | dump] commands at your own risk!
No address check done, may generate:
- bus error (invalid or not accessible <physical address>,
- platform crash/hang (bad <value>).

Read any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Write <value> at any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Set bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Clear bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

Dump a range of OMAP memory addresses, from <start address> to <end address>.
Note all addresses within given range must be valid and accessible.

### WARNING ###: use the following I2C [read | write] commands at your own risk!
No address check done, may generate:
- I2C bus error (invalid or not accessible <physical address>,
- platform crash/hang (bad <value>).

Read I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

Write <value> in I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

root@dra7xx-evm:/opt/vision_sdk# ./apps.out
[HOST] OSA: MEM: 0: Mapped 0xa0100000 to 0xb6941000 of size 0x00100000
[HOST] OSA: MEM: 1: Mapped 0x84203000 to 0xa3d41000 of size 0x12c00000
[HOST] OSA: MEM: 2: Mapped 0xa0200000 to 0xa3c81000 of size 0x00040000
[HOST] OSA: MEM: 3: Mapped 0xa02c0000 to 0xa3cc1000 of size 0x00080000
[HOST] OSA: MEM: 4: Mapped 0xa04c0000 to 0xa3a81000 of size 0x00200000
[HOST] OSA: HOST Remote Log Shared Memory @ 0xa024f140
[HOST] OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
[HOST] OSA: DSP2 Remote Log Shared Memory @ 0xa029e280
[HOST] OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
[HOST] OSA: EVE2 Remote Log Shared Memory @ 0xa02ed3c0
[HOST] OSA: EVE3 Remote Log Shared Memory @ 0xa0314c60
[HOST] OSA: EVE4 Remote Log Shared Memory @ 0xa033c500
[HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
[HOST] [HOST ] 285.887001 s: SYSTEM: System A15 Init in progress !!!
[HOST] [HOST ] 285.887093 s: SYSTEM: IPC: Init in progress !!!
[HOST] [HOST ] 285.887093 s: SYSTEM: IPC: Notify init in progress !!!
[HOST] [HOST ] 285.888892 s: SYSTEM: IPC: [IPU2] socket bind success !!! (dst vproc = 1, endpt = 81)
[HOST] [HOST ] 285.888923 s: SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 285.888984 s: SYSTEM: IPC: [IPU2] socket connect success !!! (dst vproc = 1, endpt = 80)
[HOST] [HOST ] 285.888984 s: SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 285.890051 s: SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
[HOST] [HOST ] 285.890082 s: SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 285.890112 s: SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
[HOST] [HOST ] 285.890112 s: SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 285.891271 s: SYSTEM: IPC: [DSP2] socket bind success !!! (dst vproc = 3, endpt = 81)
[HOST] [HOST ] 285.891271 s: SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 285.891302 s: SYSTEM: IPC: [DSP2] socket connect success !!! (dst vproc = 3, endpt = 80)
[HOST] [HOST ] 285.891332 s: SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 285.891485 s: SYSTEM: IPC: Notify init DONE !!!
[HOST] [HOST ] 285.891485 s: SYSTEM: MSGQ: MsgQ init in progress !!!
[HOST] [HOST ] 285.891607 s: SYSTEM: MSGQ: MsgQ init DONE !!!
[HOST] [HOST ] 285.891607 s: SYSTEM: IPC: Init DONE !!!
[HOST] [HOST ] 285.891637 s: SYSTEM: Initializing A15 Links !!!
[HOST] [HOST ] 285.891759 s: IPC_OUT_0 : Init done - linkid-0x2000000
[HOST] [HOST ] 285.891881 s: IPC_OUT_1 : Init done - linkid-0x2000001
[HOST] [HOST ] 285.891973 s: IPC_OUT_2 : Init done - linkid-0x2000002
[HOST] [HOST ] 285.892095 s: IPC_OUT_3 : Init done - linkid-0x2000003
[HOST] [HOST ] 285.892217 s: IPC_OUT_4 : Init done - linkid-0x2000004
[HOST] [HOST ] 285.892339 s: IPC_IN_0 : Init done - linkid-0x200000a
[HOST] [HOST ] 285.892461 s: IPC_IN_1 : Init done - linkid-0x200000b
[HOST] [HOST ] 285.892583 s: IPC_IN_2 : Init done - linkid-0x200000c
[HOST] [HOST ] 285.892674 s: IPC_IN_3 : Init done - linkid-0x200000d
[HOST] [HOST ] 285.892857 s: IPC_IN_4 : Init done - linkid-0x200000e
[HOST] [HOST ] 285.893040 s: IPC_IN_5 : Init done - linkid-0x200000f
[HOST] [HOST ] 285.893193 s: IPC_IN_6 : Init done - linkid-0x2000010
[HOST] [HOST ] 285.893528 s: NULL_0 : Init done - linkid-0x2000014
[HOST] [HOST ] 285.893681 s: NULL_1 : Init done - linkid-0x2000015
[HOST] [HOST ] 285.893833 s: NULL_SRC_0 : Init done - linkid-0x2000039
[HOST] [HOST ] 285.894047 s: DISP_DIST_SRC_0 : Init done - linkid-0x2000062
[HOST] [HOST ] 285.894169 s: DISP_DIST_SRC_1 : Init done - linkid-0x2000063
[HOST] [HOST ] 285.894291 s: DISP_DIST_SRC_2 : Init done - linkid-0x2000064
[HOST] [HOST ] 285.894413 s: DISP_DIST_SRC_3 : Init done - linkid-0x2000065
[HOST] [HOST ] 285.894565 s: SGX3DSRV_0 : Init done - linkid-0x200004b
[HOST] [HOST ] 285.894748 s: ALGORITHM_0 : Init done - linkid-0x2000031
[HOST] [HOST ] 285.894901 s: ALGORITHM_1 : Init done - linkid-0x2000032
[HOST] [HOST ] 285.895053 s: ALGORITHM_2 : Init done - linkid-0x2000033
[HOST] [HOST ] 285.895206 s: ALGORITHM_3 : Init done - linkid-0x2000034
[HOST] [HOST ] 285.895358 s: ALGORITHM_4 : Init done - linkid-0x2000035
[HOST] [HOST ] 285.895511 s: ALGORITHM_5 : Init done - linkid-0x2000036
[HOST] [HOST ] 285.895694 s: ALGORITHM_6 : Init done - linkid-0x2000037
[HOST] [HOST ] 285.895846 s: ALGORITHM_7 : Init done - linkid-0x2000038
[HOST] [HOST ] 285.896121 s: DUP0 : Init done - linkid-0x0
[HOST] [HOST ] 285.896334 s: DUP1 : Init done - linkid-0x0
[HOST] [HOST ] 285.896578 s: DUP2 : Init done - linkid-0x0
[HOST] [HOST ] 285.896822 s: DUP3 : Init done - linkid-0x0
[HOST] [HOST ] 285.897036 s: DUP4 : Init done - linkid-0x0
[HOST] [HOST ] 285.897219 s: SYNC_0 : Init done - linkid-0x0
[HOST] [HOST ] 285.897371 s: SYNC_1 : Init done - linkid-0x0
[HOST] [HOST ] 285.897524 s: SYNC_2 : Init done - linkid-0x0
[HOST] [HOST ] 285.897676 s: SYNC_3 : Init done - linkid-0x0
[HOST] [HOST ] 285.897829 s: MERGE_0 : Init done - linkid-0x0
[HOST] [HOST ] 285.897981 s: MERGE_1 : Init done - linkid-0x0
[HOST] [HOST ] 285.898164 s: MERGE_2 : Init done - linkid-0x0
[HOST] [HOST ] 285.898317 s: MERGE_3 : Init done - linkid-0x0
[HOST] [HOST ] 285.902404 s: MERGE_4 : Init done - linkid-0x0
[HOST] [HOST ] 285.902617 s: SELECT_0 : Init done - linkid-0x0
[HOST] [HOST ] 285.902922 s: SELECT_1 : Init done - linkid-0x0
[HOST] [HOST ] 285.903044 s: GATE_0 : Init done - linkid-0x0
[HOST] [HOST ] 285.903197 s: GATE_1 : Init done - linkid-0x0
[HOST] [HOST ] 285.903319 s: GATE_2 : Init done - linkid-0x0
[HOST] [HOST ] 285.903441 s: GATE_3 : Init done - linkid-0x0
[HOST] [HOST ] 285.903563 s: SGXFRMCPY_0 : Init done - linkid-0x200004a
[HOST] [HOST ] 285.903716 s: SGX3DSFM_0 : Init done - linkid-0x200004c
[HOST] [HOST ] 285.903716 s: SYSTEM: Initializing A15 Links ... DONE !!!
[HOST] [HOST ] 285.904143 s: OSA: Adjusting global time, timeH by 0 units!!!
VX_ZONE_INIT:Enabled
VX_ZONE_ERROR:Enabled
VX_ZONE_WARNING:Enabled
[HOST] [DSP1 ] 2278.945739 s: ***** DSP1 Firmware build time 05:05:41 Jul 4 2019
[HOST] [DSP1 ] 2278.945800 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
[HOST] [DSP1 ] 2278.946074 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP1 ] 2278.946288 s: UTILS: CIO: Init Done !!!
[HOST] [DSP1 ] 2278.946318 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP1 ] 2278.946349 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 2278.999328 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.004178 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.026596 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.046574 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.066888 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.086561 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [DSP1 ] 2279.086622 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [DSP1 ] 2279.086652 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [DSP1 ] 2279.086713 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [DSP1 ] 2279.086744 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [DSP1 ] 2279.086774 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [DSP1 ] 2279.086805 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [DSP1 ] 2279.086835 s: SYSTEM: Notify init done !!!
[HOST] [DSP1 ] 2279.087018 s: SYSTEM: MsgQ init done !!!
[HOST] [DSP1 ] 2279.087140 s: RpmsgInit in progress...
[HOST] [DSP1 ] 2279.087171 s: Connection established with HLOS, calling rpmsgInit
[HOST] [DSP1 ] 2279.087354 s: SYSTEM: IPC init DONE !!!
[HOST] [DSP1 ] 2279.087964 s: SYSTEM: Initializing TIOVX ...
[HOST] [DSP1 ] 2279.088025 s: VX_ZONE_INIT:Enabled
[HOST] [DSP1 ] 2279.088055 s: VX_ZONE_ERROR:Enabled
[HOST] [DSP1 ] 2279.088116 s: VX_ZONE_WARNING:Enabled
[HOST] [DSP1 ] 2279.088848 s: VX_ZONE_INIT:[tivxReserveC66xL2MEM:366] BAM memory config: IBUF 180224 bytes @ 0x00800000, WBUF 45056 bytes @ 0x0082c000 !!!
[HOST] [DSP1 ] 2279.089245 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [DSP1 ] 2279.089275 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [DSP1 ] 2279.089275 s: Register DMS on vision sdk system_common.c !!!
[HOST] [DSP1 ] 2279.089336 s: SYSTEM: System Common Init Done !!!
[HOST] [DSP1 ] 2279.089336 s: SYSTEM: System DSP Init in progress !!!
[HOST] [DSP1 ] 2279.089580 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [DSP1 ] 2279.089611 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[HOST] [DSP1 ] 2279.089672 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 516176 B (504 KB)
[HOST] [DSP1 ] 2279.089702 s: SYSTEM: Initializing Links !!!
[HOST] [DSP1 ] 2279.098792 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [DSP1 ] 2279.098853 s: lz4CompDecomp Init
[HOST] [DSP1 ] 2279.098853 s: SYSTEM: System DSP Init Done !!!
[HOST] [DSP1 ] 2279.431068 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
[HOST] [DSP1 ] 2279.431098 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
[HOST] [DSP2 ] 2278.647288 s: ***** DSP2 Firmware build time 05:08:29 Jul 4 2019
[HOST] [DSP2 ] 2278.647349 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 750000000 Hz>
[HOST] [DSP2 ] 2278.647623 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP2 ] 2278.647837 s: UTILS: CIO: Init Done !!!
[HOST] [DSP2 ] 2278.647867 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP2 ] 2278.647898 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 2279.002257 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.004178 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.036478 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.056518 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.076526 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.096504 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [DSP2 ] 2279.096535 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [DSP2 ] 2279.096596 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [DSP2 ] 2279.096626 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [DSP2 ] 2279.096657 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [DSP2 ] 2279.096718 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [DSP2 ] 2279.096748 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [DSP2 ] 2279.096779 s: SYSTEM: Notify init done !!!
[HOST] [DSP2 ] 2279.096962 s: SYSTEM: MsgQ init done !!!
[HOST] [DSP2 ] 2279.097053 s: RpmsgInit in progress...
[HOST] [DSP2 ] 2279.097084 s: Connection established with HLOS, calling rpmsgInit
[HOST] [DSP2 ] 2279.097297 s: SYSTEM: IPC init DONE !!!
[HOST] [DSP2 ] 2279.097907 s: SYSTEM: Initializing TIOVX ...
[HOST] [DSP2 ] 2279.097968 s: VX_ZONE_INIT:Enabled
[HOST] [DSP2 ] 2279.097999 s: VX_ZONE_ERROR:Enabled
[HOST] [DSP2 ] 2279.098029 s: VX_ZONE_WARNING:Enabled
[HOST] [DSP2 ] 2279.098792 s: VX_ZONE_INIT:[tivxReserveC66xL2MEM:366] BAM memory config: IBUF 180224 bytes @ 0x00800000, WBUF 45056 bytes @ 0x0082c000 !!!
[HOST] [DSP2 ] 2279.099188 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [DSP2 ] 2279.099188 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [DSP2 ] 2279.099219 s: Register DMS on vision sdk system_common.c !!!
[HOST] [DSP2 ] 2279.099249 s: SYSTEM: System Common Init Done !!!
[HOST] [DSP2 ] 2279.099280 s: SYSTEM: System DSP Init in progress !!!
[HOST] [DSP2 ] 2279.099524 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [DSP2 ] 2279.099554 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[HOST] [DSP2 ] 2279.099585 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 516176 B (504 KB)
[HOST] [DSP2 ] 2279.099615 s: SYSTEM: Initializing Links !!!
[HOST] [DSP2 ] 2279.108796 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [DSP2 ] 2279.108857 s: lz4CompDecomp Init
[HOST] [DSP2 ] 2279.108857 s: SYSTEM: System DSP Init Done !!!
[HOST] [DSP2 ] 2279.433081 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
[HOST] [DSP2 ] 2279.433111 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
[HOST] [EVE1 ] 2278.999847 s: ***** EVE Firmware build time 04:59:39 Jul 4 2019
[HOST] [EVE1 ] 2279.001799 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE1 ] 2279.005154 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE1 ] 2279.007472 s: UTILS: CIO: Init Done !!!
[HOST] [EVE1 ] 2279.008540 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE1 ] 2279.009638 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE1 ] 2279.016927 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.026596 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.036478 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.076679 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.106661 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.126700 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [EVE1 ] 2279.128011 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE1 ] 2279.129445 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE1 ] 2279.130879 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE1 ] 2279.132282 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [EVE1 ] 2279.133685 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [EVE1 ] 2279.135118 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [EVE1 ] 2279.136674 s: SYSTEM: Notify init done !!!
[HOST] [EVE1 ] 2279.138473 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE1 ] 2279.139541 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE1 ] 2279.152321 s: SYSTEM: Initializing TIOVX ...
[HOST] [EVE1 ] 2279.153998 s: VX_ZONE_INIT:Enabled
[HOST] [EVE1 ] 2279.155676 s: VX_ZONE_ERROR:Enabled
[HOST] [EVE1 ] 2279.157384 s: VX_ZONE_WARNING:Enabled
[HOST] [EVE1 ] 2279.161257 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [EVE1 ] 2279.162538 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [EVE1 ] 2279.163667 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE1 ] 2279.164795 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE1 ] 2279.166473 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE1 ] 2279.167846 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE1 ] 2279.169310 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE1 ] 2279.171750 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
[HOST] [EVE1 ] 2279.174098 s: SYSTEM: Initializing Links !!!
[HOST] [EVE1 ] 2279.260538 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE1 ] 2279.261788 s: SYSTEM: System EVE Init Done !!!
[HOST] [EVE2 ] 2278.999938 s: ***** EVE Firmware build time 05:00:57 Jul 4 2019
[HOST] [EVE2 ] 2279.001952 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE2 ] 2279.005337 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE2 ] 2279.007655 s: UTILS: CIO: Init Done !!!
[HOST] [EVE2 ] 2279.008784 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE2 ] 2279.009912 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE2 ] 2279.036936 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.046574 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.056518 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.076679 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.126547 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.146495 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [EVE2 ] 2279.147745 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE2 ] 2279.149240 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE2 ] 2279.150735 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE2 ] 2279.152260 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [EVE2 ] 2279.153754 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [EVE2 ] 2279.155249 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [EVE2 ] 2279.156865 s: SYSTEM: Notify init done !!!
[HOST] [EVE2 ] 2279.158726 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE2 ] 2279.159793 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE2 ] 2279.172878 s: SYSTEM: Initializing TIOVX ...
[HOST] [EVE2 ] 2279.174556 s: VX_ZONE_INIT:Enabled
[HOST] [EVE2 ] 2279.176325 s: VX_ZONE_ERROR:Enabled
[HOST] [EVE2 ] 2279.178033 s: VX_ZONE_WARNING:Enabled
[HOST] [EVE2 ] 2279.182242 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [EVE2 ] 2279.183523 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [EVE2 ] 2279.184712 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE2 ] 2279.185963 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE2 ] 2279.187549 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE2 ] 2279.188922 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE2 ] 2279.190355 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE2 ] 2279.192765 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
[HOST] [EVE2 ] 2279.195113 s: SYSTEM: Initializing Links !!!
[HOST] [EVE2 ] 2279.281644 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE2 ] 2279.282834 s: SYSTEM: System EVE Init Done !!!
[HOST] [EVE3 ] 2278.999969 s: ***** EVE Firmware build time 05:02:08 Jul 4 2019
[HOST] [EVE3 ] 2279.001982 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE3 ] 2279.005368 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE3 ] 2279.007655 s: UTILS: CIO: Init Done !!!
[HOST] [EVE3 ] 2279.008784 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE3 ] 2279.009912 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE3 ] 2279.056945 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.066888 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.076526 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.106630 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.126547 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.166534 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [EVE3 ] 2279.167815 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE3 ] 2279.169340 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE3 ] 2279.170896 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE3 ] 2279.172451 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [EVE3 ] 2279.174068 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [EVE3 ] 2279.175745 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [EVE3 ] 2279.177331 s: SYSTEM: Notify init done !!!
[HOST] [EVE3 ] 2279.179436 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE3 ] 2279.180564 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE3 ] 2279.193863 s: SYSTEM: Initializing TIOVX ...
[HOST] [EVE3 ] 2279.195601 s: VX_ZONE_INIT:Enabled
[HOST] [EVE3 ] 2279.197279 s: VX_ZONE_ERROR:Enabled
[HOST] [EVE3 ] 2279.199017 s: VX_ZONE_WARNING:Enabled
[HOST] [EVE3 ] 2279.202952 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [EVE3 ] 2279.204233 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [EVE3 ] 2279.205514 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE3 ] 2279.206673 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE3 ] 2279.208320 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE3 ] 2279.209693 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE3 ] 2279.211157 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE3 ] 2279.213536 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
[HOST] [EVE3 ] 2279.215884 s: SYSTEM: Initializing Links !!!
[HOST] [EVE3 ] 2279.300768 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE3 ] 2279.301958 s: SYSTEM: System EVE Init Done !!!
[HOST] [EVE4 ] 2279.000122 s: ***** EVE Firmware build time 05:03:20 Jul 4 2019
[HOST] [EVE4 ] 2279.002013 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE4 ] 2279.005368 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE4 ] 2279.007686 s: UTILS: CIO: Init Done !!!
[HOST] [EVE4 ] 2279.008784 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE4 ] 2279.009912 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE4 ] 2279.076953 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.086561 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.096504 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.126700 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.146495 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.166534 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [EVE4 ] 2279.167815 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE4 ] 2279.169340 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE4 ] 2279.170896 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE4 ] 2279.172482 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [EVE4 ] 2279.174068 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [EVE4 ] 2279.175715 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [EVE4 ] 2279.177301 s: SYSTEM: Notify init done !!!
[HOST] [EVE4 ] 2279.179375 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE4 ] 2279.180503 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE4 ] 2279.193741 s: SYSTEM: Initializing TIOVX ...
[HOST] [EVE4 ] 2279.195510 s: VX_ZONE_INIT:Enabled
[HOST] [EVE4 ] 2279.197187 s: VX_ZONE_ERROR:Enabled
[HOST] [EVE4 ] 2279.198926 s: VX_ZONE_WARNING:Enabled
[HOST] [EVE4 ] 2279.202891 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [EVE4 ] 2279.204172 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [EVE4 ] 2279.205453 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE4 ] 2279.206612 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE4 ] 2279.208259 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE4 ] 2279.209632 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE4 ] 2279.211096 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE4 ] 2279.213505 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254280 B (248 KB)
[HOST] [EVE4 ] 2279.215854 s: SYSTEM: Initializing Links !!!
[HOST] [EVE4 ] 2279.300799 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE4 ] 2279.302019 s: SYSTEM: System EVE Init Done !!!
[HOST] [IPU2 ] 2278.831482 s:
[HOST] [IPU2 ] EVE1 Image Load Completed
[HOST] [IPU2 ] 2278.880863 s:
[HOST] [IPU2 ] EVE2 Image Load Completed
[HOST] [IPU2 ] 2278.931800 s:
[HOST] [IPU2 ] EVE3 Image Load Completed
[HOST] [IPU2 ] 2278.981272 s:
[HOST] [IPU2 ] EVE4 Image Load Completed
[HOST] [IPU2 ] 2278.981394 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 2278.981486 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 2278.981547 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 2278.981638 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 2278.981699 s: ***** IPU2 Firmware build time 05:10:22 Jul 4 2019
[HOST] [IPU2 ] 2278.981882 s: *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
[HOST] [IPU2 ] 2278.985298 s: SYSTEM: System Common Init in progress !!!
[HOST] [IPU2 ] 2278.996461 s: UTILS: CIO: Init Done !!!
[HOST] [IPU2 ] 2278.996583 s: SYSTEM: IPC init in progress !!!
[HOST] [IPU2 ] 2278.996675 s: SYSTEM: Attaching to [DSP1] ...
[HOST] [IPU2 ] 2278.999328 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.002257 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.016927 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.036936 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.056945 s: SYSTEM: Attaching to [EVE3] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.076953 s: SYSTEM: Attaching to [EVE4] ... SUCCESS !!!
[HOST] [IPU2 ] 2279.077075 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [IPU2 ] 2279.077228 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [IPU2 ] 2279.077350 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [IPU2 ] 2279.077441 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [IPU2 ] 2279.077563 s: SYSTEM: Notify register to [EVE3] line 0, event 15...
[HOST] [IPU2 ] 2279.077716 s: SYSTEM: Notify register to [EVE4] line 0, event 15...
[HOST] [IPU2 ] 2279.077838 s: SYSTEM: Notify init done !!!
[HOST] [IPU2 ] 2279.079546 s: SYSTEM: MsgQ init done !!!
[HOST] [IPU2 ] 2279.080491 s: RpmsgInit in progress...
[HOST] [IPU2 ] 2279.080583 s: Connection established with HLOS, calling rpmsgInit
[HOST] [IPU2 ] 2279.081193 s: SYSTEM: IPC init DONE !!!
[HOST] [IPU2 ] 2279.086378 s: SYSTEM: Initializing TIOVX ...
[HOST] [IPU2 ] 2279.086561 s: VX_ZONE_INIT:Enabled
[HOST] [IPU2 ] 2279.086744 s: VX_ZONE_ERROR:Enabled
[HOST] [IPU2 ] 2279.086866 s: VX_ZONE_WARNING:Enabled
[HOST] [IPU2 ] 2279.090800 s: VX_ZONE_INIT:[tivxInit:72] Initialization Done !!!
[HOST] [IPU2 ] 2279.090892 s: SYSTEM: Initializing TIOVX ... Done !!!
[HOST] [IPU2 ] 2279.090983 s: SYSTEM: System Common Init Done !!!
[HOST] [IPU2 ] 2279.091044 s: SYSTEM: System Init in progress !!!
[HOST] [IPU2 ] 2279.091105 s: SYSTEM: BSP Common Init in progress !!!
[HOST] [IPU2 ] 2279.091197 s: SYSTEM: BSP Common Init Done !!!
[HOST] [IPU2 ] 2279.091258 s: SYSTEM: BSP Platform Init in progress !!!
[HOST] [IPU2 ] 2279.092173 s: SYSTEM: BSP Platform Init Done !!!
[HOST] [IPU2 ] 2279.092234 s: SYSTEM: FVID2 Init in progress !!!
[HOST] [IPU2 ] 2279.092386 s: SYSTEM: FVID2 Init Done !!!
[HOST] [IPU2 ] 2279.092447 s: SYSTEM: VPS Init in progress !!!
[HOST] [IPU2 ] 2279.092539 s: SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0x80000000 -> 0x80000000]
[HOST] [IPU2 ] 2279.095589 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 2279.095742 s: VPDMA Firmware Address = 0xa03dc4c0
[HOST] [IPU2 ] 2279.095833 s: VPDMA Load Address = 0x4897d004
[HOST] [IPU2 ] 2279.095955 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 2279.096047 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 2279.096108 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 2279.096443 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 2279.096535 s: VPDMA Firmware Address = 0xa03dc4c0
[HOST] [IPU2 ] 2279.096657 s: VPDMA Load Address = 0x4899d004
[HOST] [IPU2 ] 2279.096748 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 2279.096840 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 2279.096931 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 2279.097267 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 2279.097358 s: VPDMA Firmware Address = 0xa03dc4c0
[HOST] [IPU2 ] 2279.097450 s: VPDMA Load Address = 0x489bd004
[HOST] [IPU2 ] 2279.097541 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 2279.097663 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 2279.097724 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 2279.098090 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 2279.098182 s: VPDMA Firmware Address = 0xa03dc4c0
[HOST] [IPU2 ] 2279.098273 s: VPDMA Load Address = 0x489dd004
[HOST] [IPU2 ] 2279.098365 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 2279.098456 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 2279.098548 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 2279.156164 s: SYSTEM: VPS Init Done !!!
[HOST] [IPU2 ] 2279.157079 s: UTILS: DMA: HWI Create for INT25 !!!
[HOST] [IPU2 ] 2279.157353 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [IPU2 ] 2279.157445 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 253744 B (247 KB)
[HOST] [IPU2 ] 2279.157658 s: SYSTEM: Heap = SR_OCMC @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
[HOST] [IPU2 ] 2279.157811 s: SYSTEM: Heap = SR_DDR_CACHED @ 0x84203000, Total size = 314572800 B (300 MB), Free size = 314572800 B (300 MB)
[HOST] [IPU2 ] 2279.158024 s: SYSTEM: Heap = SR_DDR_NON_CACHED @ 0xa0100000, Total size = 1045376 B (0 MB), Free size = 851840 B (0 MB)
[HOST] [IPU2 ] 2279.158177 s: SYSTEM: Initializing Links !!!
[HOST] [IPU2 ] 2279.423351 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [IPU2 ] 2279.505459 s: CHAINS: Application Started !!!
[HOST] [IPU2 ] 2279.516043 s: BOARD: Board Init in progress !!!
[HOST] [IPU2 ] 2279.516500 s: BOARD: Board Init Done !!!
[HOST] [IPU2 ] 2279.524766 s:
[HOST] [HOST ] 286.250388 s: SYSTEM: System A15 Init Done !!!
[HOST] [HOST ] 286.250540 s: NETWORK_CTRL: Starting Server (port=5000) !!!
[HOST] [HOST ] 286.250601 s: NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
[HOST] [HOST ] 286.752767 s:
[HOST] [HOST ]
[HOST] [HOST ] ====================
[HOST] [HOST ] Vision SDK Usecases
[HOST] [HOST ] ====================
[HOST] [HOST ] 1: Single Camera Usecases
[HOST] [HOST ] 2: Multi-Camera LVDS Usecases
[HOST] [HOST ] 3: Open-Compute Usecases
[HOST] [HOST ] 6: Radar Usecases
[HOST] [HOST ]
[HOST] [HOST ] 7: PCIe SSD card Write Test
[HOST] [HOST ] p: CPU Status
[HOST] [HOST ] i: Show IP Addr (IPU + NDK + AVB)
[HOST] [HOST ]
[HOST] [HOST ] s: System Settings
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ] z: Exit - AND SHUTDOWN Remote CPUs
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:

3
[HOST] [HOST ] 421.726597 s:
[HOST] [HOST ]
[HOST] [HOST ] OpenCompute Usecases
[HOST] [HOST ] ----------------------------
[HOST] [HOST ] 1: OpenVX USecases
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
[HOST] [HOST ] 421.726628 s:
[HOST] [HOST ] 421.726628 s: Unsupported option '
[HOST] [HOST ] '. Please try again
[HOST] [HOST ] 421.726658 s:
[HOST] [HOST ]
[HOST] [HOST ] OpenCompute Usecases
[HOST] [HOST ] ----------------------------
[HOST] [HOST ] 1: OpenVX USecases
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
1
[HOST] [HOST ] 425.534747 s:
[HOST] [HOST ] 425.534747 s:
[HOST] [HOST ]
[HOST] [HOST ] OPENVX Usecases
[HOST] [HOST ] ----------------------------
[HOST] [HOST ] 1: OpenVX v1.1 Conformance Test
[HOST] [HOST ] 2: OpenVX Tutorials
[HOST] [HOST ] 3: OpenVX TIDL Object Classification
[HOST] [HOST ] 4: OpenVX TIDL Object Detection
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
4
ASSERT (nullSrcLink_tsk.c|NullSrcLink_create|1164)
[HOST] [HOST ] 428.302819 s:

How could I run OpenVX TIDL Object Detection ?

Thanks,

Ting

LDC1000-Q1: Inductive sharing

$
0
0

Part Number:LDC1000-Q1

Hi team

If I configure circuit as the below, is it no problem?

Single ended ADC input to DRV595 and bias to IN-

$
0
0

Part Number:DRV595

I'm looking at using the DRV595 for a peliter application.  If I understand the data sheet I can use the single ended output (0-2.7V) from a DAC on the IN+ input and bias the IN- output to about 1.4V. 

Does this mean that with the ADC powered down (high impedance DAC output) that the DRV595 will producting output given the 1.4V difference between the IN- and IN+ pins or does the input stage of the DRV595 have a larger internal resistance between the IN- and IN+ pins ensuring that in this situation the output is also zero?

SN74LV4T125: VOH min when VCC=3.3V

$
0
0

Part Number:SN74LV4T125

Hello Could you tell me what the VOH min  when VCC=3.3V?

The VIH of connected device has few margin when I use VCC=3.0V condition, so i would like to check if VOH could be increased when VCC=3.3V is used. 

Compiler/MSP430F67791A: MSP430F67791A API library for understanding and implementing the energy meter code using IAR workbench

$
0
0

Part Number:MSP430F67791A

Tool/software: TI C/C++ Compiler

Hi,

I am using IAR embedded workbench MSP430 for implementing the code for MSP430F67791A.

I have downloaded the code form TI website.

It contains 2 projects

1. emeter-67791A code

2. emeter-ng-toolkit-67791 code

I am not able to understand the code.

Can anyone guide me how to understand the code or is there any API library is available to understand the code.

Both projects i am able to compile successfully in IAR workbench 7.12 version.

Please help and provide the API libraries to understand the code.

Thanks

Krishna Reddy

mailtoyvkr@gmail.com

wifi tx power is much lower than the value of datasheet

$
0
0

Part Number:CC3200

Hi,

When I connected to the DUT, I found that  power was much lower than the value of the datasheet, especially for 11g/n in high rate mode(54M/MCS7). Here are our testing procedure:

Here are the test values:

11g, 54M, powermode 0:

11n, MCS7, powermode 0:

We use IQ2010 to take the test and record the value of Avg. Power(all) , the third one is Avg. Power(no gap), it seems to be normal.

Br,

Mark


CC2640R2F: CC2640R2F programming

$
0
0

Part Number:CC2640R2F

HI Team,

In my new project I am going to use the CC2640R2F128RHBR. 

I want to verify that it can be programmed both by serial link by the CPU and from the JTAG.

Do I have to by a special interface to program and debug using the JTAG?

How do I use the bootloader to program it from serial link?

Thanks,

Shlomi

 

LM49450: LM49450 NO OUTPUT SIGNAL

$
0
0

Part Number:LM49450


Hello people,

Our problem is that with the following configuration (datasheet) the LM49450 hasn't output signal.

I hope you can help us.

Thank you.

BOOSTXL-CC3135: BOOSTXL-CC3135

UCD9090A: Different I2C address case between flash wiring and actually using

$
0
0

Part Number:UCD9090A

Hello,

 

When the I2C address is different between when writing flash at 3rd party and when actually running on customer’s product, is there any problem?

 

Regards,

Oba

INA240: Bldc current monitoring

$
0
0

Part Number:INA240

I want to monitor the current in high side. Since monitoring current in bldc drives is slightly complicated because of switching devices , the current will be on vary due to it.

Power supply range=50v max

Current = 40amp max

Is INA240 is suitable for bldc motor current monitoring.

Viewing all 262198 articles
Browse latest View live


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