2024-11-19 10:21 PM
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.
2024-11-20 02:05 AM - edited 2024-11-20 02:08 AM
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
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.