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.

Use xdc tools to create the DEv.h header file

Other Parts Discussed in Thread: SYSBIOS

Dear all 

I use the TI/RTOS version 6000_2_00_01_2013 and I would like to modify the DEV.h header file that is located in products\bios_6_40_01_15\packages\ti\sysbios\io.

Specifically, I want to put more fields in struct  ti_sysbios_io_DEV_DeviceParams.

How  I can do this?

Best regards

George

  • Hi George,

    If you dont mind I would like to understand why you need to modify DeviceParams structure ?

    In order to modify the structure, you would need to update the structure definition in ti/sysbios/io/DEV.xdc file and rebuild the SYS/BIOS product (rebuilding the product will re-generate the DEV.h header file). For instructions on how to rebuild BIOS please refer "Rebuilding SYS/BIOS" chapter in the SYS/BIOS user guide.

    Best,
    Ashish
  • Thank you for the aswer. It was a wrong approach when we tried to change SIO with GIO .In any case I tries this that is described in section rebuilt bios but the new DEV.h was not generated.

    Best regards
    George
  • Hi George,

    Just for future reference, if you need to rebuild the header file then you have to rename the "package.bld,nobld" file in ti/sysbios/io directory to "package.bld" and then rebuild. I missed that step in my previous post.

    Best,
    Ashish