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.

Ebyte-E70 868T30S: Config files

Other Parts Discussed in Thread: CC1310

Howdy TI and fans. Hope all are well and safe!

I am currently using an EBYTE-E70: 868 T30S. This module makes use of the CC1310.

I am doing custom development from the ground up.

I am desperately looking for the required config files (.ccfg, Overrides etc. etc.) for this module.

I have been through this manual without any luck:

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjlq6eGhqHxAhWP5KQKHcC9ASIQFjAAegQIBBAD&url=https%3A%2F%2Fwww.ebyte.com%2Fdownpdf.aspx%3Fid%3D258&usg=AOvVaw2bbOtO5avVQ-UGU20VRo2m

The only change I have made thus far is, which does give better power consumption during sleep.

//#####################################
// Clock settings
//#####################################

#ifndef SET_CCFG_MODE_CONF_SCLK_LF_OPTION
// #define SET_CCFG_MODE_CONF_SCLK_LF_OPTION            0x0        // LF clock derived from High Frequency XOSC
// #define SET_CCFG_MODE_CONF_SCLK_LF_OPTION            0x1        // External LF clock
//#define SET_CCFG_MODE_CONF_SCLK_LF_OPTION               0x2        // LF XOSC
#define SET_CCFG_MODE_CONF_SCLK_LF_OPTION               0x3        // LF RCOSC
#endif

Please can someone advise where I can find the rest of the configuration:)

Regards

Chris

  • For how to configure a EByte module you have to contact EByte since TI have no knowledge of how they have implemented the module. 

    If you don't get any feedback from EByte, I would recommend to remove the shield from one of the module and try to verify the implementation based on the PCB.

    - The setting you have used indicate that the module is delivered without a 32 kHz xtal. You can verify this by looking that the PCB.

    - If the module is implemented close to the reference design, you should be able to use the overrides and settings provided directly from SmartRF Studio. 

    - Note that the supply range stated in the module datasheet could be misleading. If the module doesn't contain a regulator, max voltage in is 3.8 V, not 5.5 V as indicated.