This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timer Prescaler - SDK Config

I am using nrf52832 with softdevice s132 v3.0.0, sdk 12.2.0 and FDS.

I am using sdk_config.h to configure various modules in my project.

Earlier config: Using Timer1, Timer2 with TIMER_DEFAULT_CONFIG_FREQUENCY = 4 Timer1 = controls main state machine Timer2 = controls LED behavior Then I changed the TIMER_DEFAULT_CONFIG_FREQUENCY = 1.

If I program the board with new configuration through JTAG, I can observe the changes in behavior but if I try via DFU, the changes are not reflected.

Any insights will be helpful. Thanks in advance.

Related