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

I tried to add Timer in the example "ble_app_uart"...

Hello ,

I use SDK 15.3 , chip is 52811

I refer to the example of 52840 "examples \ peripheral \ timer"

The following is the example code, I have not changed it.

Than, I am trying to add a Timer code to my project "ble_app_uart"

After adding main.c, I only modified 3 places.

And, sdk_config.h

Am I still missing a step? So Timer1 is not executed?

In addition, I would like to ask, what is NRFX?

Because there are two, "NRFX_TIMER_ENABLE" and "TIMER_ENABLED"

Thanks.

Parents
  • As mentioned by BinderT in this ticket

    BinderT said:
    Believe the NRF52811 is intended to be used with the S112 Softdevice (pca10056e). s140 is used for the NRF52840 (pca10056).

    For the timer example there is no such folder (pca10056e), and you have to create it yourself. Take a look at Developing for nRF52811→Creating your own emulated project for guidance how to make it.

    Best regards,

    Simon

Reply
  • As mentioned by BinderT in this ticket

    BinderT said:
    Believe the NRF52811 is intended to be used with the S112 Softdevice (pca10056e). s140 is used for the NRF52840 (pca10056).

    For the timer example there is no such folder (pca10056e), and you have to create it yourself. Take a look at Developing for nRF52811→Creating your own emulated project for guidance how to make it.

    Best regards,

    Simon

Children
No Data