cancel
Showing results for 
Search instead for 
Did you mean: 

Endless Loop when running SCB_EnableDCache()

Oussama_Baklouti
Associate

I'm using stm32H750B-DK and i'm trying to send a frame via LIN protocole every one second .
but when i run the code nothing happen .
when debugging i found that the code blocked in an endless loop in SCB_EnableDCache() function 

21 REPLIES 21

I didn't reproduce your behavior from my side by stepping over SCB_EnableDCache(). Do you have another board to do the same test?

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Oussama_Baklouti
Associate

No i don't But like i said toggling the led and TouchGFX are working fine .
But toggling the led didn't work unless i created a task and not in the while loop