Hello Everyone
I am really new to everything here, i just got nRF 52832 board,
Can anyone please tell me the step-by- step method on how to make a program in keil uVision.
Any help will be greatly appreciated.
thanks in advance
Hello Everyone
I am really new to everything here, i just got nRF 52832 board,
Can anyone please tell me the step-by- step method on how to make a program in keil uVision.
Any help will be greatly appreciated.
thanks in advance
Hi,
There is a blinky example in the SDK. Its located in the folder:
<SDK_InstallFolder>\examples\peripheral\blinky
You can download the SDK 12.2 here.
Modify uint32_t ticks = nrf_drv_timer_ms_to_ticks(&m_timer, 400);
to increase the sampling interval. Default compare event time is 400ms. Adjust #define SAMPLES_IN_BUFFER 5, for how many samples for each event.
Modify uint32_t ticks = nrf_drv_timer_ms_to_ticks(&m_timer, 400);
to increase the sampling interval. Default compare event time is 400ms. Adjust #define SAMPLES_IN_BUFFER 5, for how many samples for each event.