You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: