This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-Stack + USB

Other Parts Discussed in Thread: Z-STACK

Hi,

Plese help me on this.

I am having major difficulty to find a way to implement USB within Z-Stack.

Is there some SensorDemo app or some other application that already comes with full USB support and demonstration?

Thank you,

Daniel.

  • Hi Daniel,

    There are a lot of threads explaining how to use USB within Z-stack.

    Here's one for example.

    If you have any specific problem with implementing it, please let us know.

  • Hi, thank you for your answer.

    I tried first to change the directory for CC2530USB in spite of CC2530EB and the others compile directories.. but the explorer would`t change. It did compile everything, but seems it remains on CC2530EB.. Should it update automatically or do i have to do some other step?

    And then i downloaded two files. GenericApp with USB and TVSA.. Both didn`t compile. TVSA seems to be very good for me, but just found this old version that didn`t compile.. Is there a new one?

    And last but not least, this USB on those apps works as a virtual COM port right? So, i use HAL UART API normally with this HAL USB? I could`t find any documentation besides that. And HID and others software examples i found is much more complicated, with no documentation and no Z-Stack integrated.

    Thank you very much, this is very important.

    Daniel.

  • Hi,

    It would be nice if you can attach a screenshot (better attach it as a zipped file, this forum

    tends to crop attached images, which makes it very difficult to see the tiny details) of your

    project tree (expanded), especially the HAL section.

    It is also nice to have the errors you got while compiling your modified project.

  • Well,

    we rebuild the HAL part of the explorer tree by ourselves and it did compile.

    So, going on.. what do i do now? There is no documentation for this.. How do i use this HAL USB firmware library?

    Thanks.

    Daniel.

  • Hi,

    USB is not being recognized on Windows XP in SensorDemo app with USB, i tried modem RF too, but it doesn't work.

    TVSA wouldn`t compile, i am getting this errors:

    Linking 
    Error[e46]: Undefined external "InitBindingTable::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\TI2530DB\ 
    bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindFindExisting::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\TI2530DB\ 
    bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindIsClusterIDinList::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\ 
    TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindRemoveClusterIdFromList::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\ 
    Libraries\TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindRemoveEntry::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\ 
    TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "GetBindingTableEntry::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\ 
    TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindingAddrMgsHelperConvert::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\ 
    Libraries\TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindNumReflections::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\ 
    TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindingAddrMgsHelperConvertShort::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\ 
    Libraries\TI2530DB\bin\Router-Pro.lib ) 
    Error[e46]: Undefined external "bindFind::?relay" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\TI2530DB\bin\ 
    Router-Pro.lib ) 
    Error[e46]: Undefined external "pbindAddEntry" referred in APS ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\TI2530DB\bin\ 
    Router-Pro.lib ) 
    Error[e46]: Undefined external "macPib" referred in mac_beacon ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\TIMAC\bin\ 
    TIMAC-CC2530.lib ) 
    Error[e46]: Undefined external "MAC_MlmeSetReq::?relay" referred in mac_beacon ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\ 
    Libraries\TIMAC\bin\TIMAC-CC2530.lib ) 
    Error[e46]: Undefined external "macPibReset::?relay" referred in mac_beacon ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Libraries\ 
    TIMAC\bin\TIMAC-CC2530.lib ) 
    Error[e46]: Undefined external "osalMcuDivide31By16To16" referred in OSAL_Clock ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\ 
    Samples\TVSA\CC2531\SB-CoordinatorUSB-Pro\Obj\OSAL_Clock.r51 ) 
    Error[e46]: Undefined external "MAC_MlmeGetReq::?relay" referred in zmac ( C:\Texas Instruments\ZStack-CC2530-2.5.0\Projects\zstack\Samples\ 
    TVSA\CC2531\SB-CoordinatorUSB-Pro\Obj\zmac.r51 ) 
    Error while running Linker 
     
    Total number of errors: 16 
    Total number of warnings: 0 
    
    
    
    
    
    Please, what should i do?
    Thanks,
    Daniel.