Allocate CAN stack arrays into CCMRAM

This commit is contained in:
2026-06-16 00:33:56 +02:00
parent b737c27b49
commit d348159c20
+4
View File
@@ -33,7 +33,11 @@
/* Private macro -------------------------------------------------------------*/
/* USER CODE BEGIN PM */
__attribute__((section(".ccmram")))
StackType_t xCAN1_Stack[CAN_TASK_STACK_WORDS];
__attribute__((section(".ccmram")))
StackType_t xCAN2_Stack[CAN_TASK_STACK_WORDS];
/* USER CODE END PM */
/* Private variables ---------------------------------------------------------*/