Skip to main content
DMazz.1
Associate
February 22, 2025
Question

Stm32H747I-DISCO Share Peripherals

  • February 22, 2025
  • 1 reply
  • 469 views

Hi 

Is it possible to share some peripherals between cores?

My goals is to share the SD card  trought CM7  and CM4 using hardware semaphore for the access(one SD hardware but both cores can write and read on it sharing the SD pins).

Using Stm32CubeIDE i have seen that for some peripherals  is possible flag both processors,decide who of those have to initialize it, but both can use it(as my understanding).

I have tried several time with the usart as well but right now i am stuck on this problem.

Is it possibile do that?

Is there some examples?

Thanks in advance
Best Regards

 

 

1 reply

DMazz.1
DMazz.1Author
Associate
February 26, 2025

Sure 
Many thanks
Best Regards