Dear Nordic Team,
Is it possible to use the nRF52832 for MCU application only, without the BLE stack. Can the application code use the complete memory of the nRF52832.
Best Regards,
Sai Ram
Dear Nordic Team,
Is it possible to use the nRF52832 for MCU application only, without the BLE stack. Can the application code use the complete memory of the nRF52832.
Best Regards,
Sai Ram
Yes, an app can use all RAM and flash memory when there is no softdevice present at all.
Thanks for the reply. Should we change any configurations for this in the SDK
Best Regards,
Sai Ram
Hi
Yes it's possible. Our template example in the SDK at SDK\examples\peripheral\template_project doesn't initialize the Softdevice, and therefore leaves the remaining memory to the application. No configurations is therefore needed.
Jared