STEVAL-STWINKT1 ML ON Microprocessor not ISM330DHCLX
I have a STEVAL-STWINKT1 board and I want to create a ML algorithm for the board to conduct predictive maintenance. However, I want my ML algorithm to run on the microprocessor and not on the ISM330DHCLX sensor. This is because, I realized that the ISM330DHCLX sensor is not sensitive to small changes in acceleration (around 0.1g), whereas the motor I am using is very small. Thus I want to use the IIS2DH sensor values as the input to my model instead.
My current workflow is I generate the ML UCF File using Unico, and then use the data logging function pack to flash the model to the STEVAL-STWINKT1 board and monitor its output. However, this workflow does not work if I want my ML algorithm to run on the STM32L4+ MCU itself instead of in the ISM330DHCX sensor.
Is there a step by step example on how I can do this?
