Question
C Standard Library not working on STM32H7
Hello,
we switched from a STM32F7 to a STM32H7, porting the program to it.
I disabled D Cache, because it wouldnt work together with the ethernet. Now we got another Problem:
-Some Funtions of the STL are working, others are not. For example mmcpy or memset is fine, TIME, localtime or Strtok is not or only partly working.
Anyone experienced this?
edit: using gcc and cubeide