Dear experts,
I'm experiencing problems using Z-stack simple application as a starting point on my development. I made a custom board to satisfy the application requirements. I'm using an IAR workbench ve. 8.20.2 with the latest stack. When I open the project at first time it converts it to an openable version for the workbench. I made some modifications in hal_board_cfg file (LEDs, buttons etc). On debugging I realised after calling the zb_StartRequest the zb_StartConfirm was never called. I have found intresting that, the application tries to config the device as an end_device at the factory preprocessor settings. I pushed the correct button to configure the device as a coordinator, the zb_startrequest called and the zb_startconfirm will be never called back. What could be the problem?
Thank you for advance!
other q!
How can I configure the stack to start a device independently as a coordinator or an enddevice?