Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! [IMU] Talking to sensors on sensor hub

So i have a LSM6DSOX and connected to its sensor hub LIS3MDL. Currently I'm trying to log data to feed into the NanoEdge studio.  So i need to grab data from the actual LIS3MDL. On the sensor hub you can read and write registers through the sensor hu...

BA_ by Associate II
  • 401 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeIDE does not emit the X-CUBE-AI middleware

I am using STM32CubeIDE v1.12.1 on macOS. I have noticed that, when I import a project generated with STM32Cube.AI Developer Cloud, whenever I open the IOC and make a change to the device configuration that requires to regenerate the code, the projec...

PB1 by Associate III
  • 3114 Views
  • 16 replies
  • 2 kudos

Want to deploy TFLM library on STM32L562E

Hi,Currently, I want to use TFLM library to do the inference rather than Cube.AI. For me, what I am doing is:1. download the latest tflm library2. build it with commands: "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARG...

[X-CUBE-AI] Unsupported wrapped layer type: Conv1D

Hello,I am trying to apply a CNN+GRU network based pre-trained model (Keras, .h5) onto the board (STM32G4474RETx) by using X-CUBE-AI and encountered this error: "Unsupported wrapped layer type: Conv1D" when I tried to analyze it.Based on the error me...