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 prob...