Enable Counter Driver on zephyr
Hi Everyone I face other problem of Counter driver on zephyr for STM32MP157 DK2 kit Here is dts: &timers5 {status = "okay"; counter {compatible = "st,stm32-counter";status = "okay";};}; and prj config: CONFIG_COUNTER=y I face problem: zephyr-sdk-0.17...