Nice to meet you.
The chip uses nRF 52832. MDK keil μVision V 5.22.0.0 is used as the development environment.
Since I confirmed the operation with the sample project using the nRF 52 Development Kit, I am planning to develop nRF 52832 on my board.
I would like to use gazell to communicate between the master and slave, I have created a new project, but gazell's library does not work well.
I chose gzll and nrf_gzp in Manage Run-Time Environment and include "nrf_gzll.h"
nrf_gzll_init (NRF_GZLL_MODE_HOST);
If you try to run the program will not proceed any further.
(I will paste the screen of the stopped place)
Please teach me.