AFE032: Will the "Interfacing the C2000™ With an AFE030/1: FSK Example" work with AFE032?
CC2630 and cc3220s interfacing
Hello,
Currently, we are evaluating cc3220s module. Want to add support for Zigbee Home Automation 1.2.
CC2630 seems to be a perfect fit. I have some doubts before going further.
1. Is there any AT command-style ZigBee stack interface available for CC2630?
2. If yes what kind of interface UART or SPI?
3. Can I do OTA for CC2630 using CC3220s?
4. How much overhead it is for CC3220s? like physical pins required for interfacing, code footprint for interfacing?
TMS320F28377D: Triggering scheme SPI/DMA for external ADC
Part Number:TMS320F28377D
Hi all, I'm trying to interface a F28377D to an external 16b ADC (LTC2378-16), goal is to have the result available in RAM within 1us of triggering a conversion. Overall I'm looking at a scheme very similar to that described in this post, though I intend to use the normal SPI instead of McBSP (since SPI can operate up to 50MHz in high speed mode). I intend to generate the CNV pulses using ePWM.
In the linked example, the author uses two DMA channels, first to start the SPI transaction (triggered via XINT by the ADC's busy signal) and another to move the received data to RAM. My question is if there is an alternative that doesn't require using a valuable DMA channel to trigger a dummy transition. Is it perhaps possible to trigger the SPI via XINT, or by a PWM event? Software triggering using an interrupt is not an option here.
RM46L852: EQEP - setting up
Part Number:RM46L852
Hello, me again.
Once more, I have a question, but this time about eQEP periphery and I hope you can help me out with this one.
I got an encoder and wired it up to TI Hercules controller. Specifically, I took 5V, GND EQEP1A and EQEP1B and wired them up. I completely ignored the INDEX channel of the encoder.
I have problem with eQEP and I do not understand how to use it, so I hope you can help me.
I've enabled EQEP DRIVER.
In PINMUX I've enabled EQEP1A and EQEP1B.
In EQEP1 I've set all according to the provided example: QUADRATURE COUNT, RESOLUTION 2X, ENABLED SW INITIALISATION (what is this?), SET INIT TO 0 AND MAX TO 0xFFFF_FFFF.
CAPTURE TIME POS MOD - ON UNIT TIMEOUT EVENT (enabled Unit Timeout Interrupt as well).
This is the Code Composer Studio code I have:
int main(void)
{
/* USER CODE BEGIN (3) */
uint16 deltaT = 0U;
float velocity = 0U;
/* EQEP initialization based on GUI Configuration. */
QEPInit();
/* Enable Position Counter */
eqepEnableCounter(eqepREG1);
/* Enable Unit Timer. */
eqepEnableUnitTimer(eqepREG1);
/* Enable capture timer and capture period latch. */
eqepEnableCapture(eqepREG1);
while(1)
{
/* Status flag is set to indicate that a new value is latched in the QCPRD register. */
if((eqepREG1->QEPSTS & 0x80U) !=0U)
{
/* Elapsed time between unit position events */
deltaT = eqepREG1->QCPRD;
/* Calculate Velocity from deltaT and the value of the unit position. */
/* The value of Unit Position is a sample value and should be changed by the
* User as per the actual value in the UNIT_POSITION_X macro above. */
velocity = (float)(UNIT_POSITION_X/deltaT);
/* Clear the Status flag. */
eqepREG1->QEPSTS |= 0x80U;
printf ("VELOCITY >> %f \n", velocity);
printf ("COUNTER >> %u \n", eqepREG1->QPOSLAT);
}
}
I've added to print velocity and position counter.
When I try to move encoder these are the results I get:
Move 1:
VELOCITY >> 0.000000
COUNTER >> 1
VELOCITY >> 0.000000
COUNTER >> 1
Move 2:
VELOCITY >> 0.000000
COUNTER >> 0
VELOCITY >> 0.000000
COUNTER >> 0
Move 3:
VELOCITY >> 0.000000
COUNTER >> 0
VELOCITY >> 0.000000
COUNTER >> 0
Move 4:
VELOCITY >> 0.000000
COUNTER >> 1
VELOCITY >> 0.000000
COUNTER >> 2
Move 5:
VELOCITY >> 0.000000
COUNTER >> 2
VELOCITY >> 0.000000
COUNTER >> 2
VELOCITY >> 0.000000
COUNTER >> 3
If I move encoder once, it will get into if not once, but usually two times (last case, it entered into IF three times).
If I turn it for 5deg it is the same as if I turned it for 100deg. Value in QPOSLAT register barely changes. It changes for one or non increment. I cannot understand why...
Also, velocity is always 0.000000. This never changes. Why?
I've tried incrementing Unit Init Period from 0x0000_0001 up to 0xFFFF_FFFF but haven't had any success.
I would like to use encoders with 300 rpms.
So, from them I need two sets of information:
(1) Time between previous and current position change -> to determine velocity
(2) Incremented values so I have knowledge about position.
Can you help me out?
Thanks,
Marc :)
CCS/MSP430FR2355: CCS/MSP430FR2355
Part Number:MSP430FR2355
Tool/software: Code Composer Studio
HowTO SEND STRINGS TO REALTERM IN THE CASE OF MSP430FR2355.i am able to send single characters or numbers but how could I send string of characters?
CC3220S-LAUNCHXL: Unable to build video_streaming_ov788 project
Part Number:CC3220S-LAUNCHXL
Hello,
I followed and tried to compil video_streaming_ov788 demo. But its not working. Below are the logs:
gmake: *** [posix/pthread_mutex.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_rwlock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
>> Compilation failure
posix/subdir_rules.mk:72: recipe for target 'posix/pthread_rwlock.obj' failed
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sched.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
>> Compilation failure
posix/subdir_rules.mk:79: recipe for target 'posix/sched.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c".
Compilation terminated.
gmake: *** [posix/pthread_rwlock.obj] Error 1
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c".
Compilation terminated.
gmake: *** [posix/sched.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/semaphore.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
>> Compilation failure
posix/subdir_rules.mk:86: recipe for target 'posix/semaphore.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c".
Compilation terminated.
gmake: *** [posix/semaphore.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sleep.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
>> Compilation failure
posix/subdir_rules.mk:93: recipe for target 'posix/sleep.obj' failed
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.1.1/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/timer.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
>> Compilation failure
posix/subdir_rules.mk:100: recipe for target 'posix/timer.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c".
Compilation terminated.
gmake: *** [posix/sleep.obj] Error 1
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c".
Compilation terminated.
gmake: *** [posix/timer.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
**** Clean-only build of configuration Debug for project video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin" "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.out"
DEL /F "CC3220S_LAUNCHXL.obj" "audio_tx_task.obj" "cc_pal_app.obj" "fs_if.obj" "get_av_task.obj" "main_freertos.obj" "ov_sif_if.obj" "pinmux.obj" "provisioning.obj" "rtcp_rtp.obj" "rtsp.obj" "rtsp_main_task.obj" "timer_if.obj" "uart_if.obj" "video_tx_task.obj"
DEL /F "CC3220S_LAUNCHXL.d" "audio_tx_task.d" "cc_pal_app.d" "fs_if.d" "get_av_task.d" "main_freertos.d" "ov_sif_if.d" "pinmux.d" "provisioning.d" "rtcp_rtp.d" "rtsp.d" "rtsp_main_task.d" "timer_if.d" "uart_if.d" "video_tx_task.d"
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.obj
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced project 'freertos_builds_CC3220S_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..
**** Build of configuration Debug for project freertos_builds_CC3220S_LAUNCHXL_release_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/ClockP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:9: recipe for target 'dpl/ClockP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c".
Compilation terminated.
gmake: *** [dpl/ClockP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/HwiPCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:23: recipe for target 'dpl/HwiPCC32XX_freertos.obj' failed
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/croutine.c', needed by 'freertos/croutine.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/event_groups.c', needed by 'freertos/event_groups.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/MemMang/heap_4.c', needed by 'freertos/heap_4.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/list.c', needed by 'freertos/list.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/queue.c', needed by 'freertos/queue.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/stream_buffer.c', needed by 'freertos/stream_buffer.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/tasks.c', needed by 'freertos/tasks.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/timers.c', needed by 'freertos/timers.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c', needed by 'freertos/portable/CCS/ARM_CM3/port.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm', needed by 'freertos/portable/CCS/ARM_CM3/portasm.obj'.
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c", line 43: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/HwiPCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/MutexP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:30: recipe for target 'dpl/MutexP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c".
Compilation terminated.
gmake: *** [dpl/MutexP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/PowerCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:37: recipe for target 'dpl/PowerCC32XX_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c", line 51: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/PowerCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/SemaphoreP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:44: recipe for target 'dpl/SemaphoreP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c".
Compilation terminated.
gmake: *** [dpl/SemaphoreP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/PTLS.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
>> Compilation failure
posix/subdir_rules.mk:9: recipe for target 'posix/PTLS.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c".
Compilation terminated.
gmake: *** [posix/PTLS.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/aeabi_portable.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
>> Compilation failure
posix/subdir_rules.mk:16: recipe for target 'posix/aeabi_portable.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c", line 37: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c".
Compilation terminated.
gmake: *** [posix/aeabi_portable.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/clock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
>> Compilation failure
posix/subdir_rules.mk:23: recipe for target 'posix/clock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c".
Compilation terminated.
gmake: *** [posix/clock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/memory.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
>> Compilation failure
posix/subdir_rules.mk:30: recipe for target 'posix/memory.obj' failed
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/mqueue.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
>> Compilation failure
posix/subdir_rules.mk:37: recipe for target 'posix/mqueue.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c", line 63: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c".
Compilation terminated.
gmake: *** [posix/memory.obj] Error 1
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c", line 44: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c".
Compilation terminated.
gmake: *** [posix/mqueue.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
>> Compilation failure
posix/subdir_rules.mk:44: recipe for target 'posix/pthread.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c".
Compilation terminated.
gmake: *** [posix/pthread.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_barrier.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
>> Compilation failure
posix/subdir_rules.mk:51: recipe for target 'posix/pthread_barrier.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c".
Compilation terminated.
gmake: *** [posix/pthread_barrier.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_cond.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
>> Compilation failure
posix/subdir_rules.mk:58: recipe for target 'posix/pthread_cond.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c", line 39: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c".
Compilation terminated.
gmake: *** [posix/pthread_cond.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_rwlock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
>> Compilation failure
posix/subdir_rules.mk:72: recipe for target 'posix/pthread_rwlock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c".
Compilation terminated.
gmake: *** [posix/pthread_rwlock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_mutex.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
>> Compilation failure
posix/subdir_rules.mk:65: recipe for target 'posix/pthread_mutex.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c", line 49: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c".
Compilation terminated.
gmake: *** [posix/pthread_mutex.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sched.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
>> Compilation failure
posix/subdir_rules.mk:79: recipe for target 'posix/sched.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c".
Compilation terminated.
gmake: *** [posix/sched.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/semaphore.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
>> Compilation failure
posix/subdir_rules.mk:86: recipe for target 'posix/semaphore.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c".
Compilation terminated.
gmake: *** [posix/semaphore.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/timer.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
>> Compilation failure
posix/subdir_rules.mk:100: recipe for target 'posix/timer.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c".
Compilation terminated.
gmake: *** [posix/timer.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sleep.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
>> Compilation failure
posix/subdir_rules.mk:93: recipe for target 'posix/sleep.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c".
Compilation terminated.
gmake: *** [posix/sleep.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
**** Clean-only build of configuration Debug for project video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin" "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.out"
DEL /F "CC3220S_LAUNCHXL.obj" "audio_tx_task.obj" "cc_pal_app.obj" "fs_if.obj" "get_av_task.obj" "main_freertos.obj" "ov_sif_if.obj" "pinmux.obj" "provisioning.obj" "rtcp_rtp.obj" "rtsp.obj" "rtsp_main_task.obj" "timer_if.obj" "uart_if.obj" "video_tx_task.obj"
DEL /F "CC3220S_LAUNCHXL.d" "audio_tx_task.d" "cc_pal_app.d" "fs_if.d" "get_av_task.d" "main_freertos.d" "ov_sif_if.d" "pinmux.d" "provisioning.d" "rtcp_rtp.d" "rtsp.d" "rtsp_main_task.d" "timer_if.d" "uart_if.d" "video_tx_task.d"
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.obj
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced project 'freertos_builds_CC3220S_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..
**** Build of configuration Debug for project freertos_builds_CC3220S_LAUNCHXL_release_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/ClockP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:9: recipe for target 'dpl/ClockP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c".
Compilation terminated.
gmake: *** [dpl/ClockP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/HwiPCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:23: recipe for target 'dpl/HwiPCC32XX_freertos.obj' failed
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/croutine.c', needed by 'freertos/croutine.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/event_groups.c', needed by 'freertos/event_groups.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/MemMang/heap_4.c', needed by 'freertos/heap_4.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/list.c', needed by 'freertos/list.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/queue.c', needed by 'freertos/queue.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/stream_buffer.c', needed by 'freertos/stream_buffer.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/tasks.c', needed by 'freertos/tasks.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/timers.c', needed by 'freertos/timers.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c', needed by 'freertos/portable/CCS/ARM_CM3/port.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm', needed by 'freertos/portable/CCS/ARM_CM3/portasm.obj'.
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c", line 43: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/HwiPCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/MutexP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:30: recipe for target 'dpl/MutexP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c".
Compilation terminated.
gmake: *** [dpl/MutexP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/PowerCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:37: recipe for target 'dpl/PowerCC32XX_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c", line 51: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/PowerCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/SemaphoreP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:44: recipe for target 'dpl/SemaphoreP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c".
Compilation terminated.
gmake: *** [dpl/SemaphoreP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/PTLS.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
>> Compilation failure
posix/subdir_rules.mk:9: recipe for target 'posix/PTLS.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c".
Compilation terminated.
gmake: *** [posix/PTLS.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/aeabi_portable.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
>> Compilation failure
posix/subdir_rules.mk:16: recipe for target 'posix/aeabi_portable.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c", line 37: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c".
Compilation terminated.
gmake: *** [posix/aeabi_portable.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/clock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
>> Compilation failure
posix/subdir_rules.mk:23: recipe for target 'posix/clock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c".
Compilation terminated.
gmake: *** [posix/clock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/memory.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
>> Compilation failure
posix/subdir_rules.mk:30: recipe for target 'posix/memory.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c", line 63: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c".
Compilation terminated.
gmake: *** [posix/memory.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
>> Compilation failure
posix/subdir_rules.mk:44: recipe for target 'posix/pthread.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c".
Compilation terminated.
gmake: *** [posix/pthread.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/mqueue.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
>> Compilation failure
posix/subdir_rules.mk:37: recipe for target 'posix/mqueue.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c", line 44: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c".
Compilation terminated.
gmake: *** [posix/mqueue.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_barrier.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
>> Compilation failure
posix/subdir_rules.mk:51: recipe for target 'posix/pthread_barrier.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c".
Compilation terminated.
gmake: *** [posix/pthread_barrier.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_cond.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
>> Compilation failure
posix/subdir_rules.mk:58: recipe for target 'posix/pthread_cond.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c", line 39: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c".
Compilation terminated.
gmake: *** [posix/pthread_cond.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_mutex.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
>> Compilation failure
posix/subdir_rules.mk:65: recipe for target 'posix/pthread_mutex.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c", line 49: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c".
Compilation terminated.
gmake: *** [posix/pthread_mutex.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_rwlock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
>> Compilation failure
posix/subdir_rules.mk:72: recipe for target 'posix/pthread_rwlock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c".
Compilation terminated.
gmake: *** [posix/pthread_rwlock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sched.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
>> Compilation failure
posix/subdir_rules.mk:79: recipe for target 'posix/sched.obj' failed
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sleep.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
>> Compilation failure
posix/subdir_rules.mk:93: recipe for target 'posix/sleep.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c".
Compilation terminated.
gmake: *** [posix/sched.obj] Error 1
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c".
Compilation terminated.
gmake: *** [posix/sleep.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/semaphore.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
>> Compilation failure
posix/subdir_rules.mk:86: recipe for target 'posix/semaphore.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c".
Compilation terminated.
gmake: *** [posix/semaphore.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/timer.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
>> Compilation failure
posix/subdir_rules.mk:100: recipe for target 'posix/timer.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c".
Compilation terminated.
gmake: *** [posix/timer.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
**** Clean-only build of configuration Debug for project video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin" "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.out"
DEL /F "CC3220S_LAUNCHXL.obj" "audio_tx_task.obj" "cc_pal_app.obj" "fs_if.obj" "get_av_task.obj" "main_freertos.obj" "ov_sif_if.obj" "pinmux.obj" "provisioning.obj" "rtcp_rtp.obj" "rtsp.obj" "rtsp_main_task.obj" "timer_if.obj" "uart_if.obj" "video_tx_task.obj"
DEL /F "CC3220S_LAUNCHXL.d" "audio_tx_task.d" "cc_pal_app.d" "fs_if.d" "get_av_task.d" "main_freertos.d" "ov_sif_if.d" "pinmux.d" "provisioning.d" "rtcp_rtp.d" "rtsp.d" "rtsp_main_task.d" "timer_if.d" "uart_if.d" "video_tx_task.d"
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.obj
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced project 'freertos_builds_CC3220S_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..
**** Build of configuration Debug for project freertos_builds_CC3220S_LAUNCHXL_release_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/ClockP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:9: recipe for target 'dpl/ClockP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/ClockP_freertos.c".
Compilation terminated.
gmake: *** [dpl/ClockP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/MutexP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:30: recipe for target 'dpl/MutexP_freertos.obj' failed
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/croutine.c', needed by 'freertos/croutine.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/event_groups.c', needed by 'freertos/event_groups.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/MemMang/heap_4.c', needed by 'freertos/heap_4.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/list.c', needed by 'freertos/list.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/queue.c', needed by 'freertos/queue.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/stream_buffer.c', needed by 'freertos/stream_buffer.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/tasks.c', needed by 'freertos/tasks.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/timers.c', needed by 'freertos/timers.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c', needed by 'freertos/portable/CCS/ARM_CM3/port.obj'.
gmake: *** No rule to make target 'C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm', needed by 'freertos/portable/CCS/ARM_CM3/portasm.obj'.
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/MutexP_freertos.c".
Compilation terminated.
gmake: *** [dpl/MutexP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/HwiPCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:23: recipe for target 'dpl/HwiPCC32XX_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c", line 43: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/HwiPCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/HwiPCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/PowerCC32XX_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:37: recipe for target 'dpl/PowerCC32XX_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c", line 51: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/PowerCC32XX_freertos.c".
Compilation terminated.
gmake: *** [dpl/PowerCC32XX_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="dpl/SemaphoreP_freertos.d_raw" --obj_directory="dpl" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c"
>> Compilation failure
dpl/subdir_rules.mk:44: recipe for target 'dpl/SemaphoreP_freertos.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/freertos/dpl/SemaphoreP_freertos.c".
Compilation terminated.
gmake: *** [dpl/SemaphoreP_freertos.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/PTLS.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c"
>> Compilation failure
posix/subdir_rules.mk:9: recipe for target 'posix/PTLS.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c", line 38: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/PTLS.c".
Compilation terminated.
gmake: *** [posix/PTLS.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/aeabi_portable.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c"
>> Compilation failure
posix/subdir_rules.mk:16: recipe for target 'posix/aeabi_portable.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c", line 37: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/aeabi_portable.c".
Compilation terminated.
gmake: *** [posix/aeabi_portable.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/clock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c"
>> Compilation failure
posix/subdir_rules.mk:23: recipe for target 'posix/clock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/clock.c".
Compilation terminated.
gmake: *** [posix/clock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/memory.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c"
>> Compilation failure
posix/subdir_rules.mk:30: recipe for target 'posix/memory.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c", line 63: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/memory.c".
Compilation terminated.
gmake: *** [posix/memory.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/mqueue.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c"
>> Compilation failure
posix/subdir_rules.mk:37: recipe for target 'posix/mqueue.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c", line 44: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/mqueue.c".
Compilation terminated.
gmake: *** [posix/mqueue.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c"
>> Compilation failure
posix/subdir_rules.mk:44: recipe for target 'posix/pthread.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread.c".
Compilation terminated.
gmake: *** [posix/pthread.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_barrier.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c"
>> Compilation failure
posix/subdir_rules.mk:51: recipe for target 'posix/pthread_barrier.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_barrier.c".
Compilation terminated.
gmake: *** [posix/pthread_barrier.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_cond.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c"
>> Compilation failure
posix/subdir_rules.mk:58: recipe for target 'posix/pthread_cond.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c", line 39: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_cond.c".
Compilation terminated.
gmake: *** [posix/pthread_cond.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_mutex.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c"
>> Compilation failure
posix/subdir_rules.mk:65: recipe for target 'posix/pthread_mutex.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c", line 49: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_mutex.c".
Compilation terminated.
gmake: *** [posix/pthread_mutex.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/pthread_rwlock.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c"
>> Compilation failure
posix/subdir_rules.mk:72: recipe for target 'posix/pthread_rwlock.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/pthread_rwlock.c".
Compilation terminated.
gmake: *** [posix/pthread_rwlock.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sched.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c"
>> Compilation failure
posix/subdir_rules.mk:79: recipe for target 'posix/sched.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sched.c".
Compilation terminated.
gmake: *** [posix/sched.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/semaphore.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c"
>> Compilation failure
posix/subdir_rules.mk:86: recipe for target 'posix/semaphore.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c", line 42: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/semaphore.c".
Compilation terminated.
gmake: *** [posix/semaphore.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/sleep.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c"
>> Compilation failure
posix/subdir_rules.mk:93: recipe for target 'posix/sleep.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c", line 40: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/sleep.c".
Compilation terminated.
gmake: *** [posix/sleep.obj] Error 1
Building file: "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
Invoking: ARM Compiler
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/Users/Jitendra/workspace_v8/demo_project/freertos_builds_CC3220S_LAUNCHXL_release_ccs" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/include" --include_path="C:/FreeRTOSv10.0.0/FreeRTOS/Source/portable/CCS/ARM_CM3" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/ccs" --include_path="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.4.LTS/include" --define=ccs -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="posix/timer.d_raw" --obj_directory="posix" "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c"
>> Compilation failure
posix/subdir_rules.mk:100: recipe for target 'posix/timer.obj' failed
"C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c", line 41: fatal error #1965: cannot open source file "FreeRTOS.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source/ti/posix/freertos/timer.c".
Compilation terminated.
gmake: *** [posix/timer.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
**** Clean-only build of configuration Debug for project video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin" "video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.out"
DEL /F "CC3220S_LAUNCHXL.obj" "audio_tx_task.obj" "cc_pal_app.obj" "fs_if.obj" "get_av_task.obj" "main_freertos.obj" "ov_sif_if.obj" "pinmux.obj" "provisioning.obj" "rtcp_rtp.obj" "rtsp.obj" "rtsp_main_task.obj" "timer_if.obj" "uart_if.obj" "video_tx_task.obj"
DEL /F "CC3220S_LAUNCHXL.d" "audio_tx_task.d" "cc_pal_app.d" "fs_if.d" "get_av_task.d" "main_freertos.d" "ov_sif_if.d" "pinmux.d" "provisioning.d" "rtcp_rtp.d" "rtsp.d" "rtsp_main_task.d" "timer_if.d" "uart_if.d" "video_tx_task.d"
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs.bin
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.obj
Could Not Find C:\Users\Jitendra\workspace_v8\demo_project\video_streaming_ov788_CC3220S_LAUNCHXL_freertos_ccs\Debug\CC3220S_LAUNCHXL.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced project 'freertos_builds_CC3220S_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..
CCS/LAUNCHXL-F28379D: Programming the 2 CPU of LAUNCHXL-F28379D
Part Number:LAUNCHXL-F28379D
Tool/software: Code Composer Studio
Hello Everybody,
I am trying to use 3 SPIs of Delfino both processors but i don't know the right steps. For example, should i write one program and burn this program to both CPUs ? if yes, is there a directive for programming one CPU (eg: #define CPU1) at a time? or master CPU has different configuration than the other one? if yes, is there any tutorial i can relay on?
regards
TLC5916: Rant: Confusing Language In Datasheet
Part Number:TLC5916
Reading a Datasheet is hard enough without having to stumble over vague or clumsy writing--case in point:
Section 9.4 of the TLC5916/5917 datasheet uses the following language to describe how to switch from the "Normal Mode", to one of the "Special Modes":
The signal on the multiple function pin OE(ED2) is monitored to determine the mode.
When a one-clock-wide pulse appears on OE(ED2), the device enters the Mode Switching phase. At this time,
the voltage level on LE(ED1) determines which mode the TLC591x switches to.
This is confusing, because "is monitored" suggests the OE(ED2) is an output. The phrase, "When a one-clock-wide pulse appears on OE(ED2), the device enters the Mode Switching phase" seems to corroborate this perception. Yet, the phrase "At this time, the voltage level on LE(ED1) determines which mode the TLC591x switches to," calls this into question. Where is this pulse coming from. Does it magically appear from some nondescript source. Is the take-away, here, that the proper transition from Normal Mode, to Special mode, requires we monitor the OE(ED2) pin in the hope this state transition will occur at some future time--and that we will know it has occurred by detecting a toggle on this pin?
An examination of Figure 12, which is preference by the phrase, "The signal sequence shown in Figure 12 makes the TLC591x enter Current Adjust and Error Detection Mode." suggests a more active role in causing this transition. Which suggests the proper language would be: "The multiple function pin, OE(ED2) is used to alter the mode." AND "When a one-clock-wide pulse is applied to OE(ED2)..."
The text in Section 9.4 continues with,"In the Normal Mode phase, the serial data can be transferred into TLC591x through the pin SDI". So, does this imply that serial data can also be transferred into the TLC591x by some other means? I mean, it sounds like it's saying, "you could transfer serial data through the SDI pin, if you wanted to, but, [whisper] there's another way."
The phrase, "LE(ED1) can latch the serial data in the shift register to the output latch.", also uses the word "can", as if there is a "cannot" lurking in the specification. The use of the word "can", is passive, and gives the impression there's one or more caveat--as if latching might not happen in all circumstances. Did the author mean, "A function of the LE(ED1) pin is to latch serial data in the shift register," or "In the Normal Mode phase, the serial data is transferred into TLC591x through the SDI pin"?
Language is very important in conveying precise information about a complex system. If the language is passive, vague, or suggestive [even if this wasn't the intent] makes an already difficult task [trying to understand an arcane system], even more difficult! Please address this by hiring people with proper writing/language/translation skills. And, please, make an effort to have existing documents reviewed.
CCS/CC3220S-LAUNCHXL: Project No Longer Builds after installation
Part Number:CC3220S-LAUNCHXL
Tool/software: Code Composer Studio
This issue is completely crazy.
I've been using CCS 7.3 for my CC3220S project. I also had an installation for CCS 8.1 that I was not using. Recently I wanted to work on an MSP430 and removed the CCS8.1 and installed CCS8.3 because I needed the MSP430 stuff installed. Now that I'm done with the MSP430 project, my CC3220S project in CCS7.3 is completely messed up. I tried to build it and got 4000 errors
Below are some samples of the errors I'm getting:
In file included from ../provisioning_task.c:62:0:
../out_of_box.h:222:39: error: storage class specified for parameter 't_config_characteristics'
typedef struct {char *key; int val; } t_config_characteristics;
^~~~~~~~~~~~~~~~~~~~~~~~
../out_of_box.h:241:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'OutOfBox_ControlBlock'
extern OutOfBox_CB OutOfBox_ControlBlock;
C:/ti/simplelink_cc32xx_sdk_1_50_00_06/source/ti/drivers/dpl/HwiP.h:182:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'HwiP_create'
extern HwiP_Handle HwiP_create(int interruptNum, HwiP_Fxn hwiFxn,
^~~~~~~~~~~
C:/ti/simplelink_cc32xx_sdk_1_50_00_06/source/ti/drivers/crypto/CryptoCC32XX.h:230:2: error: storage class specified for parameter 'CryptoCC32XX_HmacMethod'
../tmp006drv.c:103:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
../tmp006drv.c:139:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
../tmp006drv.c:180:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
Multiple markers at this line
- control reaches end of non-void function [-
Wreturn-type]
I've never seen anything this bad before and am not sure where to start? Why would this happen?
WEBENCH® Tools/TIDA-03040: unable to read vout from tida-03040.
Part Number:TIDA-03040
Tool/software: WEBENCH® Design Tools
As per document tida-03040 , shunt resistor is 100 uohm but we used 50 uohm . is it problem ?
my task is to read the battery charging and discharging currents .
as per document,
battery positive to one side shunt and another side shunt to load one end and another side of load to battery negative i able to see a current of 2A . but iam unable to read vout .a constant 1.65v is appearing in Vout.(i.e TIDA-03040 output).
i observed few observations regarding vout .
-- reading of INA240OUT is 0.36 v , but as per document it should be 1.5v to 3.5v .
--reading of VOUT is 1.65 v is constant .
--In PGA400-Q1 EVM , i observed VOUT2 is 3.98v .
In TIDA-03040 board , i observing the VOUT2 is 0v . but in pga400-q1 evm ,observing the VOUT2 is 3.98v . but in my TIDA-03040 board i am getting 0v.
Kindly help me where i am doing mistake regarding .
buck topology- average or peak current mode control
Hi Everybody,
i approached to a multi stage converter in several posts.
the last stage is buck converter which should to be controlled with a micro-controller.
the input voltage is 0-400 VDC ( from a half bridge stage ) and the output is 0-400 VDC. the maximum current is 1 A at 400 V and 10 A at short circuit.
the output current should to be controlled through a closed loop.
i have several questions:
1) how can i select between peak and average current mode control?
2) what are the considerations?
Best Regards,
Ras
TMS570LC0714 with flash F021 API
Hi,
I am working with the TMS570LC0714 Controller. I want to program a boot loader software which can erase and program the
flash bank 0. But I have problems to erase the flash area.
So what I know is that the fapi functions must run in RAM area if I want to erase flash section of bank 0.
The following points are showing what I have done:
1.) I use the controller without floating point unit, so I used the Lib "F021_API_CortexR4_BE.lib". Hope it is the right one.
2.) I adapted the Linker command file as followed:
VECTORS (X) : origin=0x00000000 length=0x00000020
FLASH_API (RX) : origin=0x00000020 length=0x000014E0
FLASH0 (RX) : origin=0x00001500 length=0x0001EB00
STACKS (RW) : origin=0x08000000 length=0x00001500
RAM_API (RWX): origin=0x08001500 length=0x0000EB00
RAM (RW) : origin=0x08010000 length=0x00010000
AJSM (RX) : origin=0xF0000000 length=0x00000010
flashapi :
{
--library= F021_API_CortexR4_BE.lib (.text)
} LOAD = FLASH_API, RUN = RAM_API, LOAD_START(FlashApi_LoadStart), RUN_START(FlashApi_RunStart), SIZE(FlashApi_LoadSize)
3.) I copied all Flash data into RAM before I want to erase the flash as followed:
void CopyApiFromFlashToRam(void) {
uint32 size;
uint32 i;
size = (uint32)&FlashApi_LoadSize;
for(i=0;i<size;i++)
{
((char *)&FlashApi_RunStart)[i] =((char *)&FlashApi_LoadStart)[i];
}
}
4.) My function to erase the flash is called Fapi_BlockErase (Flash area).
The following map file listing shows the Fapi functions with the corresponding Flash / RAM address.
000086d0 Fapi_BlockErase
All fapi functions are in RAM area, also the Fapi_serviceWatchdogTimer function.
08001c49 Fapi_calculateEcc
08001bc5 Fapi_calculateFletcherChecksum
08001a55 Fapi_enableEepromBankSectors
08001ad5 Fapi_enableMainBankSectors
08001c5d Fapi_getNumberOfBankSectors
08001501 Fapi_initializeFlashBanks
08001bfd Fapi_issueAsyncCommandWithAddress
080018dd Fapi_issueProgrammingCommand
08001c8c Fapi_serviceWatchdogTimer
08001761 Fapi_setActiveFlashBank
00000794 FlashApi_LoadSize
00000020 FlashApi_LoadStart
08001500 FlashApi_RunStart
But it is still not erasing the flash. Any ideas ?
Best regards
bruno
LAUNCHXL-CC2640R2: USB Port faulty
Part Number:LAUNCHXL-CC2640R2
So, I've had my launchpad for about a month and a half, and for some reason the USB port started to fail on it. I have to move the wire to a specific position in order for the launchpad to power on.
I've already tried a couple different USB cables which I know work, but the issue still remains. Probing for continuity on the port's pins with a wire connected doesn't show any faults, so I can only assume one of the pins got separated from the pad. Is there any way I can fix this myself? And where can I probe each of the pins to see if it's just the joint between the port and the PCB or something else?
Regarding Low Delay RF Microcontroller Suggestion
Hello all.
I am working on a project where I am looking for very low delay (latency) based RF Communication Microcontroller or SoC. My project is very timing critical and I need to send Data with around 200m (Chip Antenna based design) range with delay time of few microsec level.
My project is a Camera Controller with Wireless Flash trigger. There will be a Master Device (Connected with DSLR Camera Hot-Shoe) and other several (up-to 16) Salve Device (Connected with Flash or SpeedLight. Here Main Device will get signal from Camera Hot-Shoe and do a RF-Broadcast with Control Packet which will be received by nearby (within 200m range) Slave Devices and Trigger the Flash. For this I need to use very low latency/delay based RF Communication.
I don't want to use Bluetooth or WiFi based communication here. I am looking for other RF solution. Also this will be a commercial product so I need to consider the allowed freq for US, Europe etc.
Can anyone advise me a suitable TI RF Microcontroller with the specific feature (or example code) for my application?
Thanks in advance.
Regards.
CCS/MSP432P401R: BPSK Modem Implementation With SimpleLink™ MSP432™ MCUs - slaa681a
Part Number:MSP432P401R
Tool/software: Code Composer Studio
Hello,
From the demo BPSK modem source code supplied in 'slaa681a' - I'm trying to import the project directories/source code into CCS V8 on a Windows 10 host - to compile and test. I can easily compile other projects imported into the CCS IDE from the TI Resource Explorer, and can flash the target MSP432 board. But are there any specific steps that I have to do in order to get CCS to try to 'make' or 'compile' this code? I can edit/change as needed a few source lines, but then it doesn't automatically build/install or do anything for that matter - yet the other projects are well behaved in terms of edit > build > link > flash cycle.
Or do I have to import the package contents in a particular method to make it an active project?
Can any of gate driver IC packages be immersed under dielectric liquid (transformer oil)?
Hello,
I am working on an application where in I am trying to study the switching characteristics of IGBT under dielectric liquid ( example: Transformer oil) at high voltage. I see different packages when I try to choose gate driver IC from TI for the IGBT. Could you please let me know if any of the package could be immersed in the liquid?
Best Regards,
Getssy
DCA1000EVM: mmwavelink_example with AWR1243 & DCA1000EVM
Part Number:DCA1000EVM
Dear TI Support,
I am having difficulty getting mmwavelink_example.c to work with a RevB AWR1243BOOST + DCA1000EVM
mmwavelink_example.c is from mmwave_dfp_01_02_00_01\ti\example\mmwavelink_example
The same AWR1243BOOST and mmwavelink_example code work fine with the AWR1243BOOST+DevPack assembly, suggesting that the DCA1000EVM is the problem.
By stepping through mmwavelink_example with the VS debugger, it looks like rlDevicePowerOn() never receives an async event response.
Here is the listing from the command prompt:
The trace.txt file from the mmwavelink_example directory is empty except for the startup text:
MSP430FR6989: I2C: UCBCNTx register non-zero after a start request issued
Part Number:MSP430FR6989
According to SLAU367, HW byte counter inside eUSCI_B module should be zero after every START or RESTART condition (section 32.3.8 Byte Counter).
I stop debugger after writing to the START register and the counter shows non-zero value (from the previous bus activity). I stepped through the code for a few
lines to make sure START condition has time to zero out the UCBCNTx register, but it never happened. Below is the screen capture showing debugger stopped
after writing START condition (using driverlib) and the value of the UCBCNTx register. Am I missing something? Am I misinterpreting the spec or is there a
discrepancy between the spec and actual HW?
Thanks
TMS320F28379D: Flashing address not on 4 word, 8 word boundaries
Part Number:TMS320F28379D
I have a situation where I have to flash 6 words starting at 0x980FE.
What are the rules for flashing memory not on a 4-word or 8-word boundary?
Can you straddle two 128-bit boundaries? If not, how should this be handled?
And what about straddling a sector, e.g. 0x9FFFE to 0xA0004? How should this be handled?
thanks and happy new year!
AFE5808: Questions for AFE5808A Example Registers Configuration Along with TIDA-01351
Part Number:AFE5808
Hi Experts,
Our customer is using AFE5808A as the altrasonic AFE circuit referring to TIDA-01351 CW circuits, and they want to know if we have any example registers configurations for this circuit? Also any example registers configuration for ADS8900B in CW circuits? Do we have any recommendations for the 1x and 16x clock frequency for AFE5808A?
Thanks a lot!