Hi,
Currently, we would like to allocate the memory area such as global variables to the external SRAM mounted on the custom board and implement it.
Since global variables etc. are allocated to the external SRAM, it is necessary to implement the following initialization processing such as the external bus interface before the section initialization processing is performed (before the main function).
In a project using TI-RTOS, could you tell me how to implement peripheral initialization processing such as the EPI function before the main() function? The code I'm using is below.
\simplelink_msp432e4_sdk_4_20_00_12\examples\rtos\MSP432E411Y_BGAEVM\drivers\gpiointerrupt
Thanks,
Astro