cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H755 Difference between M4 and M7

TDP_0000
Associate II

MPU:STM32H755XI6

Connection with PC:USART1

RTOS:Zephyr


In order to install Zephyr into STM32H755XIH6, if you build and burn images for M4 and M7, the M4 side will start but the M7 side will not.

The content is LED flashing of PG10 (A9pin).

 

Are there any signals that cannot be used with M4 and M7?

For example, only M4 can connect to Ether, and only M7 can use SDIO.

 

1 REPLY 1
SofLit
ST Employee

Hello,

I'm not expert of Zephyr RTOS.

Regarding your question:


@TDP_0000 wrote:

Are there any signals that cannot be used with M4 and M7?

For example, only M4 can connect to Ether, and only M7 can use SDIO.


The answer is given in the RM0399 / Table 2. Bus-master-to-bus-slave interconnect 

SofLit_0-1732097298317.png

 

ETH and SDMMC are masters like Cortex-M7 and Cortex-M4 and you can use ETH and SDMMC either on Cortex-M7 or Cortex-M4 but you need to ensure that the shared memory between ETH/SDMMC is accessible by the Cortex-M. For that you need to check that in the table above.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.