2019-05-18 05:11 AM
trying to follow the section 4 Dynamic system resource update service ( https://wiki.st.com/stm32mpu/wiki/Resource_manager_for_coprocessing#System_resource_configuration_set_service )
and its example 4.3.2 Firmware update on the Cortex-M4 context (https://wiki.st.com/stm32mpu/wiki/How_to_configure_system_resources#Firmware_update_on_the_Cortex-M4_context )
dev stm32mpu157c dk2
1) Resource manager is part of the utility and any application that is run on M4 are separate. how do i merge the services together?
2) Is resource manager only needed to build the device tree configuration for configuring peripheral to particular core or to be included as a part of application too?
3) For a given sample image , is it possible to get to know which peripheral is assigned to which core?