2024-04-17 07:12 AM
Hi everyone i got this error when i try to use hal_delay function
https://community.st.com/t5/stm32cubemx-mcus/stm32cubeide-1-7-mcu-package-l4-series-1-17-vtor-is-not/m-p/220563
I applied this solution it works now but the real time passed is the double of which i writed in the delay function.
for example if i use HAL_Delay(500); in real time the time has passed is 1000 mS how can i solve this issue ?