2025-03-17 1:40 PM - edited 2025-03-17 1:41 PM
Hi,
I am using STM32G0B1RE with the ISM330IS sensor, I just want to understand the procedure of loading a program into the ISM330IS ISPU memory, after compiling my algorithm I have the SREC binary format, what should I do next ? from what I understand I need to let the host device to load the program into the ISPU, so I am thinking of copying the SREC data into a buffer then loading the program to the ISPU program RAM, so on every power cycle the host needs to load the ISPU program before starting fetching data is that correct ?