How to declare a struct in CCM
Posted on December 22, 2016 at 18:10 Hello, I work on a STM32F4 and I want use the CCM memory to declare my structures. For example I want this kind of structure to be always declared in the CCM memory: typedef struct Assign_Pot Assign_Pot; ...