energia / EasyLink

EasyLink library for the CC1310 LaunchPad
15 stars 2 forks source link

set Easylink to 200kbps or 500kbps #19

Open CMRDG opened 4 years ago

CMRDG commented 4 years ago

Hi,

I am using Easylink in CCS but for an Energia project. I have tried the Easylink library v1.0.4 and v1.0.5. Easylink 1.0.5 does not compile in CCS 10.01 and Energia 18.0.

In Easylink v1.0.4 I have substituted in smartrf_settings.c only the values of the register and variables with the same name as in the file generated by smartRF studio. So the smartrf_settings.c remains with the same variables but new values for 200kbps. And I have renamed the variable EasyLink_Phy_50kbps2gfsk to EasyLink_Phy_200kbps2gfsk in the sketch and Easylink.

My questions are: How can I change Easylink 1.0.5 so it compiles? It looks like Easylinkv2 has a configuration for EasyLink_Phy_200kbps2gfsk.

I have changed the values of smartrf_settings.c to achieve 200kbps, but do I have to change the values of smartrf_settings_predefined.c as well? This file is configured to 50kbps.

Have somebody already worked with Easylink for Energia at 200kbps of 500kbps and can share the configurations or the library with the configuration already set?

Thanks! I have tried everything but until now without success.