NUCLEO-U575ZI-Q - HAL_GetTick returns 0
Bonjour,
J'utilise la suite CUBEMX et CUBEIDE pour créer mon projet à partir d'une carte de développement NUCLEO-U575ZI-Q.
J'ai réalisé mon projet sur CUBEMX en gardant et validant le BSP de la NUCLEO pour utiliser les leds et surtout le debug via ST-LINK embarqué.
J'ai ajouté des IO pour effectuer une maquette avec SPI1 et OCTO-SPI1 plus quelques IO notamment une PWM.
Pour commencer j'ai d'abord réalisé un bout de code pour faire clignoter une led (LED_GREEN); à une certaine fréquence réglée par HAL_Delay.
Le souci est que cette fonction bloque car le Tick ne semble pas être validé, (HAL_GetTick me retourne toujours 0)...
Je crois pourtant avoir validé les interruptions :
Hello,
I am using the CUBEMX and CUBEIDE suite to create my project based on a NUCLEO-U575ZI-Q development board.
I created my project on CUBEMX, keeping the NUCLEO BSP to use the LEDs and, above all, debugging via the embedded ST-LINK.
I added I/Os to create a model with SPI1 and OCTO-SPI1, and a few I/Os, including a PWM.
To start with, I wrote a piece of code to make a LED (LED_GREEN) flash at a certain frequency set by HAL_Delay.
The problem is that this function blocks because the tick does not seem to be validated (HAL_GetTick always returns 0)...
However, I believe I have validated the interrupts:
Translated with DeepL.com (free version)

Can you help me, je débute dans l'environnement STM32CUBE...
Thanks in advance,
Eric

