freeRTOS in STM32Cube_FW_H7_V1.6.0 on NUCLEO-H745ZI-Q
I am working on a project based on freeRTOS in STMCube_FW_H7_V1.6.0 and NUCLEO-H746ZI-Q.
When I compiles a CM7 code of the project, the port.c and the portmacro.h in ARM_CM4F (not in ARM_CM7) are used. (I am using MDK-ARM compiler 5.)
Are there no problems even if it use them?
In addition, when I compile it with ARM compiler 6, the codes related to freeRTOS gives many errors. How can I remedy them?
