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

Taiyo EYSGCNZWY problem with timers

Hi!,

I've made a custom board using Taiyo EYSGCNZWY bluetooth module, to be used as central in a project. To use this module, several changes have to be made in the clock configuration, because it uses 32MHz, instead of 16MHz of EVBoards and other modules. I've suffered a lot to make it work in the HRSC example, from this example I'm developing my software and I need 4 timers.

The problem begins when I want to start a timer, I get a INVALID STATE error. In the config I've enabled RTC1 and Timer1, but it doesn't work.

Can anybody help me with this desperate problem?

Thanks in advance

Parents
  • Ok, I've solved this following the timers usage from another example (ble_peripheral/hrs) and now it works. I had not used the macro APP_TIMER_DEF, and I had enabled the timers in sdk_config. Now the timers are working, but I can not get the button release event in the BSP.

Reply
  • Ok, I've solved this following the timers usage from another example (ble_peripheral/hrs) and now it works. I had not used the macro APP_TIMER_DEF, and I had enabled the timers in sdk_config. Now the timers are working, but I can not get the button release event in the BSP.

Children
No Data