Quantcast
Channel: Embedded Software (Read Only)
Viewing all 25965 articles
Browse latest View live

Forum Post: RE: RTOS: CC2650 SensorTag | SensorTagApp appBLE.cfg The system cannot find the file specified.

$
0
0
"C:/ti/tirex-content/xdctools_3_31_01_33_core/xs." this path doesn't exists. That path is ok: "C:/ti/tirex-content/xdctools_3_31_01_33_core/" but no "xs" I can not build and load one program to the sensortag over 3 days. I have installed CCSv6 and CCSv7 both has issues during the build or the upload., The cloud based IDE can build and upload, but the device doesn't advertise... Do you think is it normal????

Forum Post: RE: RTOS: CC2650 SensorTag | SensorTagApp appBLE.cfg The system cannot find the file specified.

$
0
0
That looks like an incomplete XDCtools installation. How did you install XDCtools 3.31.01? I think you'll need to remove the current installation and then reinstall.

Forum Post: RE: RTOS: HOw to implement microseconds wait function

$
0
0
Vinay, Have you tried using a dedicated timer peripheral? Based on the Technical Reference Manual , you should be able to configure a timer to use a 27 MHz clock. This will provide a resolution of 37 nanoseconds per clock cycle. If you configure a one-shot timer, you will be able to block using a semaphore which is unblocked in a IRQ from the timer. If you want this delay to block a context switch, you can use a while loop which reads the interrupt status register for your interrupt instead. Derrick

Forum Post: RE: RTOS/CC3200-LAUNCHXL: Unable to connect to wifi

$
0
0
Harry, Have you called osi_start() before sl_Start() is called? Derrick

Forum Post: RE: RTOS: CC2650 SensorTag | SensorTagApp appBLE.cfg The system cannot find the file specified.

$
0
0
See details below... Warning: No XDCtools, equivalent to the specified version '3.31.1.33', are available - defaulting to '3.32.0.06_core'. And totally removed all XDC components from my machine... and reinstalled from here: and the result: **** Build of configuration Debug for project SensorTag **** "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O 'Building file: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/appBLE.cfg' 'Invoking: XDCtools' "C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/tirex-content/tirtos_simplelink_2_13_00_06/packages;C:/ti/tirex-content/tirtos_simplelink_2_13_00_06/products/bios_6_42_00_08/packages;C:/ti/tirex-content/tirtos_simplelink_2_13_00_06/products/uia_2_00_02_39/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS" --compileOptions "-mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path=\"C:/Users/D60/workspace_v7/SensorTag/Board/Devices\" --include_path=\"C:/Users/D60/workspace_v7/SensorTag/Board/Interfaces\" --include_path=\"C:/Users/D60/workspace_v7/SensorTag/PROFILES\" --include_path=\"C:/Users/D60/workspace_v7/SensorTag/Application\" --include_path=\"C:/Users/D60/workspace_v7/SensorTag/ICallBLE\" --include_path=\"C:/Users/D60/workspace_v7/SensorTag/Startup\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/Source/Application/Board_patch/CC26XXST_0120\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/Source/Application/Board_patch/Devices\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/Source/Application/Board_patch/Interfaces\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/icall/ports/tirtos\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/Keys\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/OAD/CC26xxST\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/SensorProfile/CC26xx\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/DevInfo\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/Source/Application\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/applib/heap\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/services/sdata\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/Roles/CC26xx\" --include_path=\"C:/ti/tirex-content/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/controller/CC26xx/include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/hci\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/host\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/_common/cc26xx\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/icall/include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/osal/include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/services/saddr\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/ICall/Include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Include\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/Roles\" --include_path=\"C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/common/cc26xx\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include\" --define=CC26XX --define=CC26XXWARE --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=FACTORY_IMAGE --define=FEATURE_OAD --define=FEATURE_REGISTER_SERVICE --define=GAPROLE_TASK_STACK_SIZE=550 --define=GATT_TI_UUID_128_BIT --define=HEAPMGR_SIZE=2872 --define=ICALL_MAX_NUM_ENTITIES=11 --define=ICALL_MAX_NUM_TASKS=8 --define=ICALL_RAM0_ADDR=0x20004460 --define=ICALL_STACK0_ADDR=0x0000F000 --define=TI_DRIVERS_I2C_INCLUDED --define=TI_DRIVERS_PIN_INCLUDED --define=TI_DRIVERS_SPI_INCLUDED -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/appBLE.cfg" making package.mak (because of package.bld) ... generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ... configuring appBLE.xem3 from package/cfg/appBLE_pem3.cfg ... generating custom ROM library makefile ... Starting build of library sources ... making C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/src/sysbios/sysbios.aem3 ... gmake[1]: Entering directory `C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/src/sysbios' Preprocessing library source files ... gmake[1]: Leaving directory `C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/src/sysbios' Build of libraries failed. TOOLS/subdir_rules.mk:12: recipe for target 'build-14737343-inproc' failed gmake[1]: *** No rule to make target `C:/Users/D60/workspace_v7/SensorTag/Debug/configPkg/package/cfg/ti.sysbios.BIOS_config.c', needed by `mangled_ti.sysbios.BIOS_config_lib.pp'. Stop. gmake[1]: *** Waiting for unfinished jobs.... gmake: *** [C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/CCS/Config/src/sysbios/sysbios.aem3] Error 2 error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Error 1 gmake.exe: *** Deleting file `package/cfg/appBLE_pem3.xdl' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.h' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.c' js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake[1]: *** [build-14737343-inproc] Error 1 gmake: *** [build-14737343] Error 2 TOOLS/subdir_rules.mk:9: recipe for target 'build-14737343' failed gmake: Target 'all' not remade because of errors. **** Build Finished **** Should I reinstall my whole PC to make it work?

Forum Post: RE: Compiler/CC2650: Linking problem

$
0
0
Tomer, Here is an example of how to create a SDSPI_Config struct. I did not see in your code above where you define the SDSPITiva_HWAttrs, but you will populate it according to your implementation. SDSPITiva_Object sdspiCC2650Objects[1]; /* SDSPI configuration structure, describing which pins are to be used */ const SDSPITiva_HWAttrs sdspiCC2650HWattrs[1] = { { //field = xyz, //field = abc, } }; const SDSPI_Config SDSPI_config[1] = { { .fxnTablePtr = &SDSPITiva_fxnTable , .object = &sdspiCC2650Objects[0], .hwAttrs = &sdspiCC2650HWattrs[0] }, }; const uint_least8_t SDSPI_count = 1; Derrick

Forum Post: RE: Linux/AM5728: avidemux internal data stream error

$
0
0
Thanks for your reply. Playbin correctly works via gst-launch. But when I'm trying to use it in the gst based program, playbin works either without adding video and audio sinks, created by gst_element_factory_make, or only with video sink created by the same function. But when I'm adding a both of this sinks, only audio appears and there is no window with video output. What am I doing wrong? I'm also attaching the pipeline logs. (Please visit the site to view this file) (Please visit the site to view this file)

Forum Post: RE: RTOS/TI-RTOS-MCU: TI-RTOS + Source code

$
0
0
Hello, If you would like to view the original source files, navigate to the following directory: C:\ti\tirtos_cc13xx_cc26xx_2_21_00_06\products\bios_6_46_01_37\packages\ti\ sysbios \knl Derrick

Forum Post: RTOS/AM3357: AM335x ISDK 1.x.x with EtherCAT stack SSC 5.11

$
0
0
Part Number: AM3357 Tool/software: TI-RTOS Hi, We would like to know if we can use SSC 5.11 on older versions of ISDK 1.x.x (v01.01.02.01). Our customer's application is already into production using ISDK v01.01.02.01 and they have a requirement to update the Slave Stack Code to v5.11. We understand the latest ISDK supports SSC 5.11 but we want to know if it is possible to update SSC 5.11 on v01.01.02.01 and what could be the procedure to implement this. Best Regards Kummi

Forum Post: RE: RTOS/CC2650: SPI_Transfer stuck.

$
0
0
Tomer, Try adding PIN_init() in your main() function and check the return from ExtFlash_open() . Derrick

Forum Post: RE: RTOS: TCP Packet loss in TI-RTOS NDK

$
0
0
Ramsey and I were still discussing this briefly today and thought of something else. In your call to send(), are you checking that the number of bytes sent is equal to the number of bytes you wanted to send? [i.e. return value of send()] E.g. if you wanted to send 50 bytes, did you check that send() returned 50? Steve

Forum Post: RE: RTOS/CC2640: UART callback Hard Fault

$
0
0
Can I email you the zipped application? The address of the decoded exception was 0x3200310. This address did not lead to anywhere in the disassembly. I don't remember looking at the BFAR, maybe it will have the same address. I tried out some of the debugging from the BLE SDG that I posted here recently. e2e.ti.com/.../575078 Thanks, Priya

Forum Post: RE: RTOS/LAUNCHXL-CC1310: HARD FAULT: FORCED: BUSFAULT: PRECISER

$
0
0
The lowest entry in your call stack seems invalid. Is that address 0x1001B010 even valid memory? Would you please fix the problem that I identified with your Mailbox message size being too big? You need to match the size you specify in your Mailbox.create() with the size of the data objects that you give to Mailbox. Once that is fixed then we can look into your difference in call stack. Regards, - Rob

Forum Post: RE: RTOS/CC2640: UART callback Hard Fault

$
0
0
Priya, In the debug perspective, use the Breakpoints module to add a Hardware Watchpoint . Use the Location: 0x3200310 and Memory: Any. Run the application. The application should break where the attempt to read/write that memory location occurred. Derrick

Forum Post: RE: RTOS/LAUNCHXL-CC2650: i2c hello world

$
0
0
I'm using Code Composer Studio 7.0.0.00042 Everything else should be on the current version, too. I used the resource explorer to download project zero. These are the versions in ~/ti/tirex-content: tirtos_simplelink_2_13_00_06 xdctools_3_31_01_33_core tirtos_cc13xx_cc26xx_2_21_00_06 xdctools_3_32_00_06_core Hope this is what you meant.

Forum Post: RE: RTOS/TMS320DM642: How can I migrate an old CCS3.3 project about network on TMS320DM642 to CCS5.5

$
0
0
Sasha, According to the text in rad there are so much file that I miss, and I suspect somewhere wrong when I rebuild my project. Migrating an old CCS3.3 project about network to CCS5.5 is related to NDK and bios , but I don't know well about them, I try my best to install setupwin32_ndk-2_0_0.exe but failed .Bios version is bios_5_42_01_09. I have no idea about how to do it next step ,Can you tell me something about migrating an old CCS3.3 project to CCS5.5 that I should notice.

Forum Post: RE: RTOS/TI-RTOS-MCU: TI-RTOS + Source code

Forum Post: RE: RTOS/TI-RTOS-MCU: TI-RTOS + Source code

Forum Post: RE: RTOS/TI-RTOS-MCU: TI-RTOS + Source code

Forum Post: RE: RTOS/TMS320C6745: C6745 HWI

$
0
0
Hi Rob, Thanks for your reply. I would like to make sure more point for clock skew. I send to you private it. And we would like to check where this BIOS CLK tick as 1msec. Could you tell us how to set this ? I would like to make sure it. Regards, Kz777
Viewing all 25965 articles
Browse latest View live