I am struggling to run my basic model on stm32f769 board. It is failing in allocate tensors step.
My program crashes on the 9th iteration.
AllocateTensors()->StartModelAllocation()->AllocateTfLiteEvalTensors()->InitializeTfLiteEvalTensorFromFlatbuffer().
Any help here will be appreciated.
I couldn’t find any official documentation or tutorial which I could follow.