- I use a development board with nrf52832 xxaa, BLE demo from SDK works. But I created own board but with nrf52832 xxab(less ROM and RAM) and changed configuration in IAR project to xxab mcu and changed size of the RAM and ROM in Linker - it stucks when calls the function:
- https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v0.9.0%2Fgroup___n_r_f___s_d_m___f_u_n_c_t_i_o_n_s.html
- Note! My board use external oscillator on 32 MHZ and internal RC on 32kHZ. What should I change in configuration to start to work with internal RC?
- What could a problem? Maybe some guy could share some work example...
- Thanks.