MC13224V and Beestack Codebase 3.1.1 freeze

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC13224V and Beestack Codebase 3.1.1 freeze

947 Views
cristianodealti
Contributor I

I'm trying to run the Black Box project on my custom mc13224V-based dongle.

The dongle uses an external PA.

I've loaded in BeeKit the user defined settings for the dongle which are stored in a xml file.

I've used this file in the past with previous Beekit versions.

The Black Box project worked with Beestack 3.0.10.

Starting from scratch with BeeKit 3.0.2 and ARM7 Beestack Codebase 3.1.1 does not work for me.

The problem is that the Beestack initialization hangs in BeeStackTaskInit() function when initializing the first task of the beeTaskTable.

The task is TS_ApsTask() and the initialization function is TS_ApsTaskInit(). The latter never returns.

With the debugger I can see that the program counter is somewhere in FlashLib_Read.

If the initialization of this task is skipped,  BeeStackTaskInit() returns normally but of course ZTC does not work.

Another thing I've tried is to swap the order of call of BeeStackInit() and Init_802_15_4() in BeeAppInit.c, calling the latter first.

In this case everything starts OK, ZTC works but if I try to start the network with ZTC-StartNwkEx.Request the MAC scan does not complete (I can see with TestTool the call to MAC scan request but no confirm follows).

I understand that MC13224V is end of life but I still have many of these dongles and they are useful for certain purposes.

Can anyone confirm this issue?

Regards,

  Cristiano

Labels (1)
0 Kudos
3 Replies

685 Views
cristianodealti
Contributor I

Is there any chance to obtain any ARM7 Beestack Codebase release later than 3.0.10  but earlier than 3.1.1 that is known to work with the 13224V?

Thanks,

  Cristiano

0 Kudos

685 Views
EarlOrlando
Senior Contributor II

Hello Cristiano,

Sorry for the late response, I hope the codebase is still useful for you. I attach the ARM7 Beestack Codebases 3.0.12 and 3.1.0.

Best regards,

Earl.

0 Kudos

685 Views
cristianodealti
Contributor I

Hello,

  Thanks for posting the codebases.

3.0.12 works

3.1.0 has the the same issue as 3.1.1. Probably this minor upgrade broke support for 13224

0 Kudos