Part Number:TMS320C6678
Tool/software: Code Composer Studio
Hi.
We use EVM6678 board.
- MCSDK 2.1.2.6
; openmp 1.2.0.05
And tested two sample project that OpenMP and helloworld(NDK)
Next i ran OpenMP(parallel processing infinite iteration) to core0~6 first, and then helloworld to core7
(We modified NIMU for run to core7 and two sample project for run together)
After execution, the uart output is as follows :
QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
TCP/IP Stack 'Hello World!' Application
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Verify_Init: Expected 0 entry count for Queue number = 897, found 250 entries
Registration of the EMAC Successful, waiting for link up ..
Two example projects are problems that arise from using the same QMSS.
1) How do I run two example projects together?
2) How do i use QMSS independent to two example project??
omp_config.cfg file >> openMP.qmssMemRegion = -1; >> Not change status!~ value 0, 1. 2 ...
helloworld.c file >> qmss_cfg.mem_region = Qmss_MemRegion_MEMORY_REGION1; >> Not change status!~
Thanks.