Forum Discussion
Hi ,
It worked by assigning sys_clk_timer to NONE and timestamp_timer to interval_timer , in BSP editor .
- dsmirnov7 years ago
Occasional Contributor
Dear ZKhan1,
I just had checked the sources of BSP library so they tell's that it should be different timers imho
It all depends if you need sys_clk or not, since we can change architecture of our system the developers provides us
the ability to control everything. I'm glad it worked!
It would be useful if you will mark the answer as a solution)
Since after the answer is marked as right I have no ability to add more messages, so I will comment here:
Well, it is only software part, so, technically, it shouldn't has an impact on the other peripheral. When you make this step in BSP Editor you just change part of system.h file:
/* * hal configuration * */ #define ALT_INCLUDE_INSTRUCTION_RELATED_EXCEPTION_API #define ALT_MAX_FD 32 #define ALT_SYS_CLK SYS_TMR #define ALT_TIMESTAMP_CLK noneBasicly by BSP Editor you just change some parts of the libraries and add ability of use such files like usleep.h