energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

Servo could cause timer conflict with analogWrite() #16

Closed robertinant closed 7 years ago

robertinant commented 7 years ago

From @robertinant on January 19, 2016 18:21

On the MSP432, the Servo asks TI-RTOS to allocate any available timer. It is possible that in combination with analogWrite(), the timer allocated conflicts with the timer used by the Servo.

Copied from original issue: energia/Energia#828