Tool/software: TI-RTOS
We have designed following system
AM437x communicates with CC2538 over uart.CC2538 act as co-ordinator and AM437x act as gateway.
We are using ZSTACK 1.2.2 with IAR workbench.
We save all configuration in config.txt file. This file is stored on sd card of am437x from where it boots.
We are planning following activity:=
1.Save PAN ID of CC2538 in config.txt.
2.During the power on am437 read the config.txt and pass the value of PAN-ID to C C2538
3.CC2538 read the value of PAN-ID and change its PAN ID.
I want to understand following:
- Is it posible to change PAN-ID of CC2538 during runtime?If yes please suggest method of doing this in runtime?
- What will be effect of change of PAN ID of co-ordinator on connected end devices during runtime ? Will they automatically join to co-ordiantor?