Skip to content

Commit

Permalink
targets: ARK_4IN1_F051 increase TARGET_MIN_BEMF_COUNTS to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed Nov 18, 2024
1 parent 6a00fdd commit 33f7244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Inc/targets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@
#define USE_DRV8328_NFAULT
#define NFAULT_PORT GPIOB
#define NFAULT_PIN LL_GPIO_PIN_5
#define TARGET_MIN_BEMF_COUNTS 3
#endif

#ifdef RHINO80A_F051
Expand Down Expand Up @@ -3172,7 +3173,9 @@
#define APPLICATION_ADDRESS 0x08001000
#define MAIN_COMP COMP1
#define EXTI_LINE LL_EXTI_LINE_21
#ifndef TARGET_MIN_BEMF_COUNTS
#define TARGET_MIN_BEMF_COUNTS 2
#endif
#define COMPARATOR_IRQ ADC1_COMP_IRQn
#define USE_ADC
#ifndef CURRENT_ADC_PIN
Expand Down

0 comments on commit 33f7244

Please sign in to comment.