Place Time-Critical Data in CCMRAM #9
Notifications
Due Date
No due date set.
Blocks
Reference: eeeck/CANdigger#9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Place CAN message queues (xCAN1RxQueue, xCAN2RxQueue) into the CCM, which is directly connected to the core and is ideal for real time message queues.
__attribute__((section(".ccmram")))specifier to place dataeeeck referenced this issue2026-06-14 21:58:15 +02:00
Done in 88e13e610328d53078bb42cbbe8074155ff42c2b (branch dev_ccram)