Adl_main() Problem

Hello,

I have 2 problems.

The first is that i want use the adl_main function for do a machine state in developer studio 2.1 and i’m trying but i think that i’m following the wrong steps. Could someone tell me the corrects steps? :question: :cry:

The other problem is that i have an old code with the adl_main function implemented but when i try to build this, i have this error: Required package 7.45. (i have the firmware 7.46) how can I solve this problem? :question:

Thank you,

Hi,

For the first one, can you give more details on what you want to achieve and the steps that you have followed.
For the second one, try selecting the required FW package using the properties options (Project->Properties->Open AT Application) in the dev studio.

Hello,

The first problem is because i use differents firmwares between the soft and the hardware :blush:

The second problem, i have read in the adl_guide that the adl_main is depracated. For this reason, to solve my problem i used the adl_tmrSubscribe for do a state machine with a cycle of 18,5ms.

Thank you

For solve this problem i subscribe to TCU my state machine,

:arrow_right: Look https://forum.sierrawireless.com/t/send-and-receive-messages-periodically-with-the-spi/5529/1

For solve this problem i subscribe to TCU my state machine,

:arrow_right: Look https://forum.sierrawireless.com/t/ms-counter/5539/1