[CMSIS] Add the missing TIM23 and TIM24 instances to the IS_TIM_COUNTER_MODE_SELECT_INSTANCE() macro.
diff --git a/Include/stm32h723xx.h b/Include/stm32h723xx.h
index 0507a00..adfa1e7 100644
--- a/Include/stm32h723xx.h
+++ b/Include/stm32h723xx.h
@@ -24110,7 +24110,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/Include/stm32h725xx.h b/Include/stm32h725xx.h
index b918b4b..09cca90 100644
--- a/Include/stm32h725xx.h
+++ b/Include/stm32h725xx.h
@@ -24122,7 +24122,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/Include/stm32h730xx.h b/Include/stm32h730xx.h
index fda3af8..8b92180 100644
--- a/Include/stm32h730xx.h
+++ b/Include/stm32h730xx.h
@@ -24601,7 +24601,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/Include/stm32h730xxq.h b/Include/stm32h730xxq.h
index b113db7..2105356 100644
--- a/Include/stm32h730xxq.h
+++ b/Include/stm32h730xxq.h
@@ -24613,7 +24613,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/Include/stm32h733xx.h b/Include/stm32h733xx.h
index c2ef946..de9f4ff 100644
--- a/Include/stm32h733xx.h
+++ b/Include/stm32h733xx.h
@@ -24601,7 +24601,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/Include/stm32h735xx.h b/Include/stm32h735xx.h
index 3b121e6..34da035 100644
--- a/Include/stm32h735xx.h
+++ b/Include/stm32h735xx.h
@@ -24613,7 +24613,9 @@
    ((INSTANCE) == TIM3)    || \
    ((INSTANCE) == TIM4)    || \
    ((INSTANCE) == TIM5)    || \
-   ((INSTANCE) == TIM8))
+   ((INSTANCE) == TIM8)    || \
+   ((INSTANCE) == TIM23)   || \
+   ((INSTANCE) == TIM24))
 
 /****************** TIM Instances : supporting repetition counter *************/
 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE)\
diff --git a/LICENSE.md b/LICENSE.md
index 4806ed9..a6aa17f 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -198,4 +198,4 @@
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
-   limitations under the License.
+   limitations under the License.
\ No newline at end of file