Skip to content
Snippets Groups Projects
Commit c4ffe74d authored by Bob Kuhn's avatar Bob Kuhn Committed by Scott Lahteine
Browse files

Add SERVO, TONE timers to variant for better STEVAL_3DP001V1 support (#16538)

parent 55b2af94
Branches
Tags
No related merge requests found
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -190,6 +190,14 @@ extern "C" { ...@@ -190,6 +190,14 @@ extern "C" {
#define PIN_SERIAL_RX PA10 #define PIN_SERIAL_RX PA10
#define PIN_SERIAL_TX PA9 #define PIN_SERIAL_TX PA9
// Timer Definitions
//Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
#define TIMER_TONE TIM10
// Do not use basic timer: OC is required
#define TIMER_SERVO TIM11 //TODO: advanced-control timers don't work
/* SD detect signal */ /* SD detect signal */
/* /*
* By default, R67 is not provided, so SD card detect is not used. * By default, R67 is not provided, so SD card detect is not used.
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment