You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to disturb you but I really need some help.
I am having a hard time sharing data between two cores(M7, M4). Actually, I succeed data-sharing part however it is quite slow. I mean it takes 50us to share 120 bytes of data. I don't understand how writing and reading data from RAM can take much more time than regular SPI protocol communication. It supposes to take much less time than 50us in my understanding of embedded systems. I need to have really fast data sharing. I am using the same algorithm that Majerle using. Clock speeds are at maximum(480Mhz(M7)-240Mhz(M4)). I am sending an uint32_t type array that consists of 30 elements. Reading and writing parts done in whiles loops that I created. Do you have any suggestions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys and Mr. Majerle,
Sorry to disturb you but I really need some help.
I am having a hard time sharing data between two cores(M7, M4). Actually, I succeed data-sharing part however it is quite slow. I mean it takes 50us to share 120 bytes of data. I don't understand how writing and reading data from RAM can take much more time than regular SPI protocol communication. It supposes to take much less time than 50us in my understanding of embedded systems. I need to have really fast data sharing. I am using the same algorithm that Majerle using. Clock speeds are at maximum(480Mhz(M7)-240Mhz(M4)). I am sending an uint32_t type array that consists of 30 elements. Reading and writing parts done in whiles loops that I created. Do you have any suggestions?
Thank you so much. Have a good day.
Beta Was this translation helpful? Give feedback.
All reactions