2020-10-06 12:08 AM
Hi,
Can I access APB5 bus in engineering mode to run I2C4 with I2C4_SCL = PZ4, I2C4_SCL = PZ5?
2020-10-06 12:44 AM
Yes, in engineering mode, RCC is in non-secure mode, as well as all IPs secured by ETZPC (except secrets like ROM or some OTPs which are still protected). Except for memory map restrictions, this stand for Cortex-A7 and Cortex-M4.
2020-10-06 12:57 AM
Thanks @PatrickF .
Just to confirm, the clock for APB5 is derived from what core?
2020-10-06 01:14 AM
APB5 (pclk5) root clock usually come from PLL2 (AXI clock) with dedicated sub-dividers.
See product RefMan (e.g. RM0436 for STM32MP157), "Core and busses clock generation" in RCC section.