Our project on the IMXRT1171 boots from SD card and runs from RAM. Previously most of our code fit into ITC RAM, and MCUXpresso Secure Provisioning tool had no issue with it as long as we modified our start address to 0x3000 (and modified the size -0x3000 smaller). However, we started running out of ITC RAM and had to move some functions (via linker templates) to OCRAM. After doing this, MCUXpresso Secure Provisioning tool now complains that it does not support code in different memories. I was hoping to avoid moving everything into OCRAM but it looks like that's what I'm going to have to do now. Is there some other workaround to get the tool to work with code in two separate RAMs?
Thanks!
-m