WIP: Isolate CAN FreeRTOS stacks and queues in CCMRAM to eliminate future DMA bus contention #19

Draft
eeeck wants to merge 7 commits from dev_ccram into main
Showing only changes of commit d348159c20 - Show all commits
+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 ---------------------------------------------------------*/